Skip to content
This repository was archived by the owner on Aug 18, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions admin/access-control/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,17 @@ to manually create users who log in with their email address and temporary
password. Coder will ask them to change their password after they log in the
first time.

The default user session expiry time is one week for users logging in via built-in
authentication. This is non-configurable.

## OIDC authentication

The OpenID Connect (OIDC) authentication option allows you to defer identity
management to the OIDC provider of your choice (e.g., Google).

The default user session expiry time for OIDC logins is determined by the
upstream identity provider.

## Managing authentication to Coder

To manage the ways that users can login to Coder, see
Expand Down