-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(jans-auth-server): redirect back to RP when session is expired or if not possible show error page #4449
Comments
… and return correct error during handling #4449
During authorization request AS records AS has configuration property
That's why in PR default value is changed to Issue is fixed in #4505. |
…r if not possible show error page #4449 (#4505) * feat(jans-auth-server): show error with clear message if exception occurs authz check #4449 * feat(jans-auth-server): default errorHandlingMethod to "remote" value and return correct error during handling #4449 * test(jans-auth-server): covered exception case during deny #4449 * doc(jans-auth-server): corrected doc for errorHandlingMethod #4449
Description
Redirect back to RP when session is expired or if not possible show default error page
Motivation: #4385 (comment)
Test cases and documentation
The text was updated successfully, but these errors were encountered: