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
When a user logs in, I am trying to intercept the login in order to amend the user details.
My basic requirement is to check the Roles that the user has, see if any match a role configured within the application, and add roles/authorities specific to the application based on these roles.
Other methods of Authentication such as Kerberos, SPNEGO etc offer the possibility of intercepting the user details or providing a user details mapper or user details service.
I was looking for something similar but I am not sure if this is possible.
The text was updated successfully, but these errors were encountered:
@ism-ssw Since this gives you the user information, couldn't you use something like an interceptor based on the framework you are using (spring, cdi, etc) and simply catch do what you need, then put the values in that users session?
I'm not entirely sure if what you want is possible. Best place to ask this is the user group. [email protected] or review the docs to see if something fits what you are after.
When a user logs in, I am trying to intercept the login in order to amend the user details.
My basic requirement is to check the Roles that the user has, see if any match a role configured within the application, and add roles/authorities specific to the application based on these roles.
Other methods of Authentication such as Kerberos, SPNEGO etc offer the possibility of intercepting the user details or providing a user details mapper or user details service.
I was looking for something similar but I am not sure if this is possible.
The text was updated successfully, but these errors were encountered: