diff --git a/config/auth.config.js b/config/auth.config.js index 8dc366e..eee02bf 100644 --- a/config/auth.config.js +++ b/config/auth.config.js @@ -191,6 +191,9 @@ const auth_config = { // Password API 'v1:password', + + // LDAP Binding + 'ldap:bind', ], root: ['v1', 'ldap', 'saml', 'profile', 'oauth', 'app', 'auth', 'iam'],