A feature to cope with an unreliable OIDC server? #825
chrisinmtown
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like the ability to display a message (or redirect to a page?) when the company-wide OAuth server fails, and therefore no authentication or authorization can be done. For example, today requests to our company server's metadata URL stopped returning proper JSON and started returning HTML with error messages. The mod_auth_openidc messages in HTTPD log are very clear, I have no complaints:
But when this happens, users just see "Internal server error". And in this case our project's server is perfectly fine, it's the main company server that's misbehaving, so I feel like maybe our server could do a better job.
Please consider it, thanks.
Beta Was this translation helpful? Give feedback.
All reactions