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
)