comment correction
This commit is contained in:
parent
83a20bd7de
commit
2a818dc81d
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ const tokenRequest = async({
|
|||
scope
|
||||
}) => {
|
||||
|
||||
// Check configuration URLs
|
||||
// Check oauth configuration
|
||||
if (oidcDiscoveryUrl !== '') {
|
||||
const { authorization_endpoint, token_endpoint } = await getTokenConfiguration(oidcDiscoveryUrl);
|
||||
authUrl = authorization_endpoint;
|
||||
|
|
|
|||
Loading…
Reference in a new issue