You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a user role is updated on keycloak, the gatekeeper does not see the change.
Let's say that a user tries to access an application A which is not allowed -> 403 page.
If the admin gives the role that authorizes the user to enter the application and the user refreshes the page, still the user is not authorized.
So the gatekeeper uses old information (probably cached) about the user to check the access.
Possible solutions:
Reduce the time the gatekeeper refreshes the user information from keycloak
Improve the 403 page by giving a logout link so that the user can retry.
The text was updated successfully, but these errors were encountered:
If a user role is updated on keycloak, the gatekeeper does not see the change.
Let's say that a user tries to access an application A which is not allowed -> 403 page.
If the admin gives the role that authorizes the user to enter the application and the user refreshes the page, still the user is not authorized.
So the gatekeeper uses old information (probably cached) about the user to check the access.
Possible solutions:
The text was updated successfully, but these errors were encountered: