-
Hi All I have my Authentcation flow setup as per the documentation My idea here is that if a user who does not belong to my domain (lets say test.com for this) when they visit my login page, they will enter their user details (EG: [email protected]) - this should then pass them through to a page requesting them to enter a username and password. (This works) The issue I am having is that I have multiple users on *test.com that are not registered, When they visit the site, they need to enter [email protected] - this should redirect them using home-idp-discovery to the IDP setup for them (Microsoft in my instance) then they should simply be able to login, and the user should be created on my Keycloak, and they should have no issues. My problem is that these re-directs are not working, even when i enter [email protected] its asking for a password (this is incorrect and should have re-directed them to Microsoft) Any ideas what I am missing? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Herewith my logs for the above : |
Beta Was this translation helpful? Give feedback.
-
Hey @ryancamp1 can you share how you configured the email domain for the identity provider? I assume there may be some misconfiguration, because the flow looks good to me. Which version of the extension are you using and which Keycloak version? Best |
Beta Was this translation helpful? Give feedback.
Hi @sventorben
I am using version 26.0.1 of the extension
Keycloak version 26.0.6
I seem to have messed up my config when I created a new Microsoft IDP.
I have now resolved this by adding the "home.idp.discovery.domains": "test.com" back to my MicrosoftIDP via the API
This is now resolved.
Thank you