ansible / django-ansible-base

Apache License 2.0
18 stars 49 forks source link

Fix: Implement LDAP specific authenticator_map group check #648

Closed BrennanPaciorek closed 1 week ago

BrennanPaciorek commented 2 weeks ago

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

sonarcloud[bot] commented 2 weeks ago

Quality Gate Passed Quality Gate passed

Issues
1 New issue
0 Accepted issues

Measures
0 Security Hotspots
91.7% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarQube Cloud

BrennanPaciorek commented 1 week ago

Closing in favor of a documentation change #649