Authentication (LDAP/OIDC)
Configure external authentication providers.
LDAP Configuration
- Navigate to Settings → Authentication → LDAP
- Enable LDAP authentication
- Configure server settings
Server: ldap://ldap.company.com:389
Base DN: dc=company,dc=com
Bind DN: cn=service,dc=company,dc=com
User Filter: (&(objectClass=user)(sAMAccountName=%s))
Group Filter: (&(objectClass=group)(member=%s))OIDC Configuration
Configure OpenID Connect for SSO:
- Navigate to Settings → Authentication → OIDC
- Enable OIDC
- Enter provider details
Issuer URL: https://auth.company.com
Client ID: netstacks-app
Client Secret: ***
Scopes: openid profile email
Callback URL: https://controller.company.com/api/auth/oidc/callback