This article has been archived. Please see Coder Docs for the updated version.
When setting up authentication via OIDC, you'll need to provide the following parameters for your provider:
- Client ID: The client ID for the Coder application you registered with the OIDC provider
- Client Secret: The secret assigned to the Coder application you registered with the OIDC provider
- Issuer (e.g.,
https://my-idp.com/realm/my-org
): The URL where Coder can find your OIDC provider's configuration document
If you do not have values for any of these parameters, you can obtain them from your OIDC provider.
When configuring your OIDC provider, you'll want to use the following URL with your specific domain name for the OIDC token callback:
https://coder.my-company.com/oidc/callback
Comments
0 comments
Please sign in to leave a comment.