You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenID authentications failure with Okta doesn't present a very nice screen. Just a json error message about a missing code.
When Okta is used as the OpenID proider, and the user is found, but does not have permissions to access the system, it returns the following information to the login_return endpoint:
OpenID authentications failure with Okta doesn't present a very nice screen. Just a json error message about a missing code.
When Okta is used as the OpenID proider, and the user is found, but does not have permissions to access the system, it returns the following information to the login_return endpoint:
https://[SERVER]/api/v1.0/login_return?state=[snip]&error=access_denied&error_description=User+is+not+assigned+to+the+client+application.
Would be nice to grab this error and description and display it nicely somehow.
The text was updated successfully, but these errors were encountered: