Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5a4280d

Browse files
committed
Missed a few things, whoops.
1 parent92cc645 commit5a4280d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎docs/admin/users/oidc-auth/microsoft.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This guide shows how to configure Coder to authenticate users with Microsoft Ent
77
- A Microsoft Azure Entra ID Tenant
88
- Permission to create Applications in your Azure environment
99

10-
##Step 1: Create an OAuthclientinGoogle Cloud
10+
##Step 1: Create an OAuthApp RegistrationinMicrosoft Azure
1111

1212
1. Open Microsoft Azure Portal (https://portal.azure.com) → Microsoft Entra ID → App Registrations → New Registration.
1313
2. Name: Name your application appropriately
@@ -20,7 +20,7 @@ This guide shows how to configure Coder to authenticate users with Microsoft Ent
2020
9. Now, click on the tab labeled "Authentication" and click on "Add a platform", select "Web" and for the redirect URI enter your Coder callback URL, and then hit "Configure" at the bottom:
2121
-`https://coder.example.com/api/v2/users/oidc/callback`
2222

23-
##Step 2: Configure Coder OIDC forGoogle
23+
##Step 2: Configure Coder OIDC forMicrosoft Entra ID
2424

2525
Set the following environment variables on your Coder deployment and restart Coder:
2626

@@ -54,7 +54,7 @@ Learn more in [Configure OIDC refresh tokens](./refresh-tokens.md).
5454

5555
- "invalid redirect_uri": ensure the redirect URI in Azure Entra ID matches`https://<your-coder-host>/api/v2/users/oidc/callback`.
5656
- Domain restriction: if users from unexpected domains can log in, verify`CODER_OIDC_EMAIL_DOMAIN`.
57-
- Claims: to inspect claims returned byGoogle, see guidance in the[OIDC overview](./index.md#oidc-claims).
57+
- Claims: to inspect claims returned byMicrosoft, see guidance in the[OIDC overview](./index.md#oidc-claims).
5858

5959
##See also
6060

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp