Skip to content

Commit 68c880f

Browse files
authored
feat: OIDC claims (#928)
1 parent c9e1f7b commit 68c880f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

admin/access-control/manage.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,20 @@ If you opt for **OpenID Connect**, you'll need to provide additional
1414
configuration steps, which are detailed in the subsequent sections of this
1515
article.
1616

17+
## Requirements
18+
19+
Coder expects the following [OIDC claims](https://developer.okta.com/blog/2017/07/25/oidc-primer-part-1#whats-a-claim)
20+
from your OIDC provider:
21+
22+
- `email`
23+
24+
- `name` (full name/display name)
25+
26+
- `preferred_username` (username for dev URLs)
27+
28+
You may need to map these to your existing claims within your OIDC provider's
29+
admin console.
30+
1731
## Set up OIDC authentication
1832

1933
To set up OIDC authentication, you'll first need to register a Coder application

0 commit comments

Comments
 (0)