-
Notifications
You must be signed in to change notification settings - Fork 121
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
Set username as Keycloak Username (instead of Keycloak ID) #39
Comments
I am getting django_keycloak.auth.bacjends dose not have define a BaseKeycloakMiddleware attribute/class |
Hi nirav, if you could start a different issue/thread with your
configuration files, then i could see how i could help
…On Mon, 30 Mar, 2020, 12:00 Nirav Kakkad, ***@***.***> wrote:
Hi Shrikant,
I am trying to use django_keycloak but I am not able to authenticate the
users.
I followed the tutorial till initial setup, can you please help me with
the initial setup of the project
|
I would not be ready to mix up others issues within this issue post, |
I get user id of the authenticated keycloak user in Django instead of username when I use request.user.username Does preferred username give us the username of the user specified in keycloak of that user? |
|
Update: Still awaiting more testing, but basic run looks good |
This is what my keycloak User Screen looks like
BUT when I log within django,
Is there a way to retain djnago username as keycloak username?
The text was updated successfully, but these errors were encountered: