NetStacksNetStacks

Authentication (LDAP/OIDC)

Configure external authentication providers.

LDAP Configuration

  1. Navigate to Settings → Authentication → LDAP
  2. Enable LDAP authentication
  3. 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:

  1. Navigate to Settings → Authentication → OIDC
  2. Enable OIDC
  3. 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