Skip to content

Commit ae74250

Browse files
committed
chore: add HTTPS req for PWA & update OIDC claims
1 parent 68c880f commit ae74250

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

admin/access-control/manage.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -14,19 +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
17+
## Coder's OIDC claims
1818

1919
Coder expects the following [OIDC claims](https://developer.okta.com/blog/2017/07/25/oidc-primer-part-1#whats-a-claim)
2020
from your OIDC provider:
2121

22-
- `email`
22+
- `email` (required)
2323

2424
- `name` (full name/display name)
2525

2626
- `preferred_username` (username for dev URLs)
2727

2828
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.
3031

3132
## Set up OIDC authentication
3233

workspaces/pwa.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ experience akin to a native application and improved performance.
99

1010
## Requirements
1111

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.
1314

1415
## Installing the PWA
1516

0 commit comments

Comments
 (0)