Hi,
I am trying to understand why error “user is not assigned to app” is not shown on default Okta error page but returned in query After redirect.
Default Okta error page is checked in Okta org settings.
From there I can see :
https://help.okta.com/en/prod/Content/Topics/Settings/settings-configure-app-error-page.htm
If end users try to access an app that has not been assigned to them, you can redirect them to the default Okta URL or to a custom URL.
Thanks,
KR
@leced is this with a SAML or OIDC App?
1 Like
@sigama this is with OIDC app
Hi @leced - looks like this aligned with the OAuth spec here rfc6749. It’s expected that errors related to user access show up in the query on redirect.
1 Like
@sigama thanks for your answer