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

Authentication methods refactor #276

Open
dlamoris opened this issue Apr 9, 2024 · 0 comments
Open

Authentication methods refactor #276

dlamoris opened this issue Apr 9, 2024 · 0 comments
Milestone

Comments

@dlamoris
Copy link
Collaborator

dlamoris commented Apr 9, 2024

Currently the Ldap auth implementation syncs ldap user and group info to the mms db - this is because the login process actually queries the db to get group (granted authority) info even though the authentication object should already have 'granted authority' info. The intended behavior is for the db to only include 'local' relationships between user and groups, and the authentication token to include the union of the local groups + third party (ldap) groups.

@HuiJun HuiJun added this to the 4.1.0 milestone Apr 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants