Authentication
OIDC
Authenticate with an OIDC provider
You can configure OIDC authentication using environment variables. This allows you to integrate with identity providers like Google, GitHub, or any other OIDC-compliant provider.
Environment Variables
Configure the following environment variables to set up OIDC authentication:
The URL of your OIDC provider’s issuer (e.g. https://accounts.google.com
)
The client ID obtained from your OIDC provider
The client secret obtained from your OIDC provider
The callback URL for your application (e.g.
https://your-domain.com/auth/callback
)