comment correction
This commit is contained in:
@@ -92,7 +92,7 @@ const tokenRequest = async({
|
|||||||
scope
|
scope
|
||||||
}) => {
|
}) => {
|
||||||
|
|
||||||
// Check configuration URLs
|
// Check oauth configuration
|
||||||
if (oidcDiscoveryUrl !== '') {
|
if (oidcDiscoveryUrl !== '') {
|
||||||
const { authorization_endpoint, token_endpoint } = await getTokenConfiguration(oidcDiscoveryUrl);
|
const { authorization_endpoint, token_endpoint } = await getTokenConfiguration(oidcDiscoveryUrl);
|
||||||
authUrl = authorization_endpoint;
|
authUrl = authorization_endpoint;
|
||||||
|
|||||||
Reference in New Issue
Block a user