OpenID Connect Authentication
How to configure Bindplane to use OpenID Connect for Authentication
important
馃毀 This feature is only available in Bindplane Enterprise and Bindplane for Google. Learn more here.
1. Prerequisites
Before beginning, ensure you have the following:
- An OpenID Connect (OIDC) provider configured and available.
- OAuth2 Client ID and Client Secret from your OIDC provider.
2. Configuration
Configuration Steps
-
Open the Bindplane configuration file (by default at
/etc/bindplane/config.yaml
). -
Add or modify the following OIDC configuration settings:
-
Replace the placeholder values:
issuer
: Your OIDC provider's URLoauth2ClientID
: OAuth2 client ID from your OIDC provideroauth2ClientSecret
: OAuth2 client Secret from your OIDC provider
-
Restart Bindplane to apply the changes:
After configuration, users will be redirected to your OIDC provider for authentication when accessing Bindplane.