I have complete the online blog and the app is running with no bugs, but when I try to login I get failed attempts because of a “unsupported_response_type”.
Here is the error, can some one point me into the right direction to fix this?
Okta Login Failure:
[FAILURE] : unsupported_response_type | [Org Authorization Server] ([AuthorizationServer]) |
---|
Browser Error:
“OpenIdConnectMessage.Error was not null, indicating an error. Error: ‘unsupported_response_type’. Error_Description (may be empty): ‘The response type is not supported by the authorization server. Configured response types: [token, id_token].’. Error_Uri (may be empty): ‘’.”
Web.config:
add key=“okta:ClientId” value="[MYClientID]"
add key=“okta:OrgUri” value=“https://dev-[MYACCOUNTID].okta.com/oauth2/default”
add key=“okta:RedirectUri” value=“http://localhost:8080/authorization-code/callback”
add key=“okta:PostLogoutRedirectUri” value=“http://localhost:8080/Account/PostLogout”