[keycloak-user] Adding information to session

Nhut Thai Le ntle at castortech.com
Thu Apr 19 09:32:13 EDT 2018


Hello,

Is there anyway to add some custom data to the user session? I only use
Keycloak for authentication and after the user login (redirected to the
app), i want to set store some value to the user session. I can do this in
my servlet

session.setAttribute("customAttr", value);

But this would set on the app server, not on KC

​Thai​


More information about the keycloak-user mailing list