Skip to content
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

[v11.0.x] AuthProxy: Fix missing session for ldap auth proxy users #85136

Merged
merged 1 commit into from
Mar 27, 2024

Conversation

grafana-delivery-bot[bot]
Copy link
Contributor

Backport 7649d93 from #85090


What is this feature?

Regression: LDAP users authenticated via auth proxy did not have sessions assigned when enable_login_token was enabled.

This happened due to a mismatch between auth module checked (auth_proxy) and provided (ldap).

This mismatch in provided auth modules was introduced in #83715 as the active sync feature depends on the user's auth module being ldap

fix missing session for ldap auth proxy users

(cherry picked from commit 7649d93)
@Jguer Jguer merged commit 33c8f8c into v11.0.x Mar 27, 2024
21 checks passed
@Jguer Jguer deleted the backport-85090-to-v11.0.x branch March 27, 2024 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants