-
-
Notifications
You must be signed in to change notification settings - Fork 175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Advice on DynamicIdpRedirectAuthenticator config #14
Comments
I got it to work with a comment that @thomasdarimont did here: https://groups.google.com/g/keycloak-user/c/lk407fQ-kJ0
Might need some more tweaks, but overall I think the solution works fine. @thomasdarimont please close the "Bug". Thanks for the extension. |
@luisalves00 So how does your final authentication flow looks like . Let suppose if a user logs first time you don't have user created in Keycloak with identity link , does it work in that case too .. I tried and it fails with UserName not found |
I'm trying to setup you DynamicIdpRedirectAuthenticator as https://issues.redhat.com/browse/KEYCLOAK-1515 is not done yet.
My Authentication flow is the following:
Current problem is that it's not executed if it's an Alternative, only if Required. I've attached a break point and the constructor is called, but the authorize method is not. Can you give me some hints what I'm doing wrong?
I think it's related with this:
so password takes precedence over DynamicIdpRedirectAuthenticator, but not 100% sure.
The text was updated successfully, but these errors were encountered: