spec/actions.js: Add OIDC metadata fetching components/auth/oauth2: Add OIDC URL to the Authorization popup
This commit is contained in:
@@ -26,11 +26,13 @@ export default function authorize ( { auth, authActions, errActions, configs, au
|
||||
break
|
||||
|
||||
case "clientCredentials":
|
||||
case "client_credentials":
|
||||
// OAS3
|
||||
authActions.authorizeApplication(auth)
|
||||
return
|
||||
|
||||
case "authorizationCode":
|
||||
case "authorization_code":
|
||||
// OAS3
|
||||
query.push("response_type=code")
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user