We use cookies to make your experience better.
Learn how to change how Coder users sign in.
The Authentication tab allows you to choose how your users login and gain access to Coder. Currently, you can choose between Built-In Authentication and OpenID Connect.
Built-in authentication allows you (or any admin) to manually create users, who then log in with their email address and temporary password. They will be asked to change their password after they log in the first time.
The OpenID Connect (OIDC) option allows you to defer identity management to the OIDC provider of your choice.
Before proceeding, you'll need to register a Coder application with your OIDC
Provider. You'll need to provide a domain name for the OIDC token callback; use
https://coder.my-company.com/oidc/callback
.
Once you've done this, you'll need to complete the setup process in Coder. On the Authentication tab, provide the following parameters:
https://my-idp.com/realm/my-org
): The URL where Coder can
find your OIDC provider's configuration documentIf you do not have values for any of these parameters, you can obtain them from your OIDC provider.
You can change the authentication method by which a user logs into their Coder account.
To do so, go to Manage > Users. Find the user whose authentication type you want to change, and use the Auth Type to toggle between Built-In and OpenID Connect.
Our docs are open source. See something wrong or unclear? Make an edit.