Skip to content

Commit 8c858a5

Browse files
ericpaulsenKatie Horne
andauthored
add: default user session expiration (coder#950)
* add: default user session expiration * update admin/access-control/index.md Co-authored-by: Katie Horne <katie@coder.com> Co-authored-by: Katie Horne <katie@coder.com>
1 parent 19a2ea9 commit 8c858a5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

admin/access-control/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,17 @@ to manually create users who log in with their email address and temporary
1414
password. Coder will ask them to change their password after they log in the
1515
first time.
1616

17+
The default user session expiry time is one week for users logging in via built-in
18+
authentication. This is non-configurable.
19+
1720
## OIDC authentication
1821

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

25+
The default user session expiry time for OIDC logins is determined by the
26+
upstream identity provider.
27+
2228
## Managing authentication to Coder
2329

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

0 commit comments

Comments
 (0)