OpenID Connect Authentication
How to configure BindPlane OP to use OpenID Connect for Authentication
important
🚧 This feature is only available in BindPlane OP Enterprise and BindPlane for Google. Learn more here.
1. Prerequisites
Before beginning, ensure you have the following:
- An active BindPlane OP Enterprise license.
- 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 OP 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 OP to apply the changes:
After configuration, users will be redirected to your OIDC provider for authentication when accessing BindPlane OP.