Skip to content

Authentication methods refactor #276

@dlamoris

Description

@dlamoris

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions