Enable "token" Response Type for Auth Server

I have an Angular app that redirects users to an Okta hosted login page, but when it does so, I get the error “OAuthError: The response type is not supported by the authorization server. Configured response types: [id_token].” The app sends the id_token & token response types because it needs an access token in return. Where in the Okta admin console can I enable the token response type for my newly created (non-default) auth server?

Can you check to ensure that your application within Okta has “Implicit (Hybrid) > Allow Access Token with implicit grant type” enabled as an “Allowed grant type?” It looks like it may only be configured for ID tokens, based on the error you are getting back.

Thanks. This was the issue!

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.