You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should be possible to use LDAP based group lookup after successful oauth based authentication.
Today, the LDAP based group lookup is configured together with the LDAP based authentication.
It would be useful to split the authentication and authorization configuration in the server_config.json
Introduce the following element in teh server_config.json
vodorok
changed the title
enable LDAP based group handlign with oauth authentication
Enable LDAP based group handling with oauth authentication
Aug 1, 2024
#4160 introduces oauth based user authentication
It should be possible to use LDAP based group lookup after successful oauth based authentication.
Today, the LDAP based group lookup is configured together with the LDAP based authentication.
It would be useful to split the authentication and authorization configuration in the
server_config.json
Introduce the following element in teh server_config.json
https://codechecker.readthedocs.io/en/latest/web/authentication/#external-authentication-methods
If such an element is enabled then after sucessful authentication the group membership should be looked up in these ldap directories too.
With this change, the similar fields in the method_ldap element become redundant and can be removed.
The text was updated successfully, but these errors were encountered: