Ivan St. Ivanov
unread,Jul 6, 2022, 7:52:15 AM7/6/22Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Keycloak User
Hello,
We have a project that uses Keycloak as identity provider. There, among others, we have:
* login theme, which we use to customize our login screen
* event listener provider that reacts on `AUTHENTICATION_ACTION` events and does something with the payload
Now we need to do the following. In our theme template we need to execute a javascript library function, which would yield a JS Object. Then, upon successful login, we need to put that object in the event payload handled by our event listener.
My question is: is that possible at all? :)
Thanks,
Ivan