Hi,
we use Keycloak with an external IDP(Azure). Within azure, we configure users/groups that should be able to login. If a user belongs to such a group the auth flow works as expected. If a user isn't allowed to login he gets redirected to keycloak(1) with an error. Keycloak redirects back to the client application with that error(2):
So far so good. :)
Is it possible to prevent the last redirect to the client application(2) and show a keycloak error page instead?
We would like handle any errors from IDP in keycloak itself, without involving the client app.
Anyone has an idea to how to achieve that?
Thanks!
Robert