Questions tagged [keycloak-flows]

3 questions
2
votes
2 answers

Keycloak: how to send email to admin upon user registration / how to create a custom execution for sending email

I want to alter the User Registration flow to allow for emailing someone when there is a user registration. For altering the flow, this question provides an example. However, in my case, there is no execution I could add out of the box to email…
ntg
  • 12,950
  • 7
  • 74
  • 95
0
votes
0 answers

Keycloak conditional "either A or B" flow

so what's the best way to configure an "either A or B" conditional flow in Keycloak, based on a user attribute? So far I go with the user attribute condition and then a copy with the condition negated: - Flow (conditional) - Condition - user…
xsrf
  • 564
  • 5
  • 18
0
votes
0 answers

How to enforce uniqueness for a custom user attribute during user registration in Keycloak?

I am working on an Angular/Spring Boot web application project and using Keycloak (Server version 15.0.2) for user management. I need to ensure that a specific custom user attribute is unique for each user during the registration process. Currently,…