OpenID Connect
How to configure Bindplane to use OpenID Connect for Authentication
1. Prerequisites
2. Identity Provider Configuration
3. Bindplane Server Configuration
Configuration Steps
auth:
type: oidc
oidc:
issuer: "https://your-oidc-provider.com"
oauth2ClientID: "your-client-id"
oauth2ClientSecret: "your-client-secret"
scopes:
- openid
- profile
- emailEnvironment Variables
4. User Enrollment
Last updated
Was this helpful?