File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -14,19 +14,20 @@ If you opt for **OpenID Connect**, you'll need to provide additional
14
14
configuration steps, which are detailed in the subsequent sections of this
15
15
article.
16
16
17
- ## Requirements
17
+ ## Coder's OIDC claims
18
18
19
19
Coder expects the following [ OIDC claims] ( https://developer.okta.com/blog/2017/07/25/oidc-primer-part-1#whats-a-claim )
20
20
from your OIDC provider:
21
21
22
- - ` email `
22
+ - ` email ` (required)
23
23
24
24
- ` name ` (full name/display name)
25
25
26
26
- ` preferred_username ` (username for dev URLs)
27
27
28
28
You may need to map these to your existing claims within your OIDC provider's
29
- admin console.
29
+ admin console. If ` name ` and ` preferred_username ` are not provided, Coder will
30
+ derive both claims from the email address.
30
31
31
32
## Set up OIDC authentication
32
33
Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ experience akin to a native application and improved performance.
9
9
10
10
## Requirements
11
11
12
- To use Coder as a PWA, you must be using Google Chrome or Microsoft Edge.
12
+ To use Coder as a PWA, you must connect to Coder over HTTPS and use either
13
+ Google Chrome or Microsoft Edge.
13
14
14
15
## Installing the PWA
15
16
You can’t perform that action at this time.
0 commit comments