Replies: 1 comment
-
|
Hi @reysuela did you got any fix for this issue as I am also facing same |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Team 👋,
I am getting this error when trying to request for auth token, keycloak does not seem to link the external user to the keycloak user.
Keycloak version: v26.2.5 (was initially found in v26.0.7)
Provisioning Tools: I am using Keycloak terraform provider(v5.1.1) to provision the resources, my plan is to create the user, groups via config and have it automatically link when user login via IdP.
Configuration:
FirstNameandLastName(auto link user without prompts)Logs:
Additional debug logs:
Observations:
If the user
does not exist, I am able to get an auth token and the user is created in Keycloak. There are some instances when I terraform destroy and apply again, the linking will just work. I tried different setting in the authentication flow, but nothing works.Am I missing something in my setup? Thank you!
Beta Was this translation helpful? Give feedback.
All reactions