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

Fix: Implement LDAP specific authenticator_map group check #648

Draft
wants to merge 1 commit into
base: devel
Choose a base branch
from

Conversation

BrennanPaciorek
Copy link
Contributor

@BrennanPaciorek BrennanPaciorek commented Nov 13, 2024

This alleiviates case-sensitivity problems when processing groups

Other change:
re-factor: move logic for evaluating group claims into the authenticator plugin

Current logic moved to the BaseAuthenticatorPlugin, but this allows other
plugins to override these check with their own logic for evaluating these
strings.

Preliminary change for introducing a comparison class to the
LDAPAuthenticatorPlugin.

AAP-33304

This alleiviates case-sensitivity problems when processing groups

Other changes:
re-factor: move logic for evaluating group claims into the authenticator plugin

Current logic moved to the BaseAuthenticatorPlugin, but this allows other
plugins to override these check with their own logic for evaluating these
strings.

Preliminary change for introducing a comparison class to the
LDAPAuthenticatorPlugin.

AAP-33304
Copy link

sonarcloud bot commented Nov 13, 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

Successfully merging this pull request may close these issues.

1 participant