We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9e1f7b commit 68c880fCopy full SHA for 68c880f
admin/access-control/manage.md
@@ -14,6 +14,20 @@ If you opt for **OpenID Connect**, you'll need to provide additional
14
configuration steps, which are detailed in the subsequent sections of this
15
article.
16
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
31
## Set up OIDC authentication
32
33
To set up OIDC authentication, you'll first need to register a Coder application
0 commit comments