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

Commit6c9dc1f

Browse files
Update docs/admin/users/oidc-auth/microsoft.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent6fa26dc commit6c9dc1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This guide shows how to configure Coder to authenticate users with Microsoft Ent
2525
Set the following environment variables on your Coder deployment and restart Coder:
2626

2727
```env
28-
CODER_OIDC_ISSUER_URL=<WS-Federation sign-on endpoint (i.e:https://login.microsoftonline.com/)>
28+
CODER_OIDC_ISSUER_URL=https://login.microsoftonline.com/{tenant-id}/v2.0 # Replace {tenant-id} with your Azure tenant ID
2929
CODER_OIDC_CLIENT_ID=<client id, located in "Overview">
3030
CODER_OIDC_CLIENT_SECRET=<client secret, saved from step 6>
3131
# Restrict to one or more email domains (comma-separated)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp