Ready to post? First try searching for your answer.
Hi all,
We are using Universal Login. When a user is blocked and try to login, the page is redirected to the application’s callback url appended with /?error=unauthorized&error_description=user%20is%20blocked&state=state_parameter
In the page it shows
Something went wrong…
I can’t find a way to update the behavior to at least
- The message must clearly state that the account is blocked.
- The message must include the reason for the block
- The message must include instructions on how the user can resolve the issue (e.g., “Please contact your administrator”)
Thank you