You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/admin/users/oidc-auth/microsoft.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ This guide shows how to configure Coder to authenticate users with Microsoft Ent
11
11
12
12
1. Open Microsoft Azure Portal (https://portal.azure.com) → Microsoft Entra ID → App Registrations → New Registration.
13
13
2. Name: Name your application appropriately
14
-
3. Supported Account Types: Choose the appropriate radio button according to your needs. Mostorganizaitons will want to use the first one labeled "Accounts in this organizational directory only"
14
+
3. Supported Account Types: Choose the appropriate radio button according to your needs. Mostorganizations will want to use the first one labeled "Accounts in this organizational directory only"
15
15
4. Click on "Register"
16
16
5. On the next screen, select: "Certificates and Secrets"
17
17
6. Click on "New Client Secret" and under description, enter an appropriate description. Then set an expiry and hit "Add" once it's created, copy the value and save it somewhere secure for the next step.