Regex or "default" domain #278
alishchytovych
started this conversation in
General
Replies: 1 comment 2 replies
-
Hello @alishchytovych the part "if no domain -> go to IdP X" can be easily configured with Keycloak itself. There is an example flow in this comment. The Does this help? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, @sventorben
Thank you for the great add-on. Would you please suggest how to implement this flow:
And we have our IdP, which can authenticate all of them, except the first two. It is easy to configure the first two, but how to configure something like "if no domain -> go to IdP X", and/or "if any domain, except domain1 and domain2, -> go to IdP X", and/or "if no configuration found for the domain, go to IdP X" (like default fallback)?
Would appreciate any ideas (the only idea I have is to modify the code to do domain matching based on the regular expressions)
Beta Was this translation helpful? Give feedback.
All reactions