Send required actions mail from EventListenerProvider #37349
-
Hi all, I try to send an required actions mail from an event listener in Keycloak 26.1.2. I have this:
Worst case I need to call the admin API but that feels strange from inside a plugin. Thanks a lot! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It seems like the easiest way is to copy some link generation code from here: |
Beta Was this translation helpful? Give feedback.
It seems like the easiest way is to copy some link generation code from here:
keycloak/services/src/main/java/org/keycloak/services/resources/admin/UserResource.java
Line 909 in 640f3b1