Replies: 1 comment
-
you can set |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
When a user is blocked in Auth0, and the Auth0 tenancy is using their "universal login", when an account is blocked in Auth0, Auth0 will still redirect the user back to the application, but it will pass on some error details as a query to the redirect URI.
For example:
https://my.example.com/secure/redirect_uri?error=unauthorized&error_description=user%20is%20blocked&state=fm20P...J7fmCUE
When this happens, Apache returns a 400 Bad Request to the user:
I had a bit of a search, but I couldn't find a clear way to get mod_auth_openidc to handle this. Could anyone point me in the right direction?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions