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

Commit8abe48c

Browse files
authored
chore: update docs to recommend MFA via iDP (#6324)
1 parent8a4a179 commit8abe48c

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

‎docs/admin/auth.md‎

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
#Authentication
22

3-
By default, Coder is accessible via password authentication.
3+
By default, Coder is accessible via password authentication. Coder does not
4+
recommend using password authentication in production, and recommends using an
5+
authentication provider with properly configured multi-factor authentication
6+
(MFA). It is your responsibility to ensure the auth provider enforces MFA
7+
correctly.
48

59
The following steps explain how to set up GitHub OAuth or OpenID Connect.
610

@@ -46,6 +50,10 @@ CODER_OAUTH2_GITHUB_ALLOW_EVERYONE=true
4650

4751
Once complete, run`sudo service coder restart` to reboot Coder.
4852

53+
>We recommend requiring and auditing MFA usage for all users in your GitHub
54+
>organizations. This can be enforced from the organization settings page in the
55+
>"Authentication security" sidebar tab.
56+
4957
##GitLab
5058

5159
###Step 1: Configure the OAuth application in your GitLab instance
@@ -76,6 +84,12 @@ CODER_OIDC_CLIENT_SECRET="G0CSP...7qSM"
7684

7785
Once complete, run`sudo service coder restart` to reboot Coder.
7886

87+
>We recommend requiring and auditing MFA usage for all users in your GitLab
88+
>organizations or deployment. This can be enforced for an organization from the
89+
>organization settings page in the "Permissions and group features" section.
90+
>For deployments, this can be enforced in the Admin area, under the "Settings >
91+
>General" sidebar tab in the "Sign-in restrictions" section.
92+
7993
###Additional Notes
8094

8195
GitLab maintains configuration settings for OIDC applications at the following URL:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp