Skip to content

Commit 566ebc8

Browse files
committed
chore: update documentation for admin login when built-in auth disabled
1 parent 2313cef commit 566ebc8

File tree

2 files changed

+9
-13
lines changed

2 files changed

+9
-13
lines changed

admin/access-control/manage.md

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ domain name for the OIDC token callback; use
2222
`https://coder.my-company.com/oidc/callback`.
2323

2424
Once you've registered a Coder application with your OIDC provider, you'll need
25-
to return to Coder and complete the setup process. Under **Admin** > **Manage** >
26-
**Authentication**, ensure that you've selected **OpenID Connect** as the
27-
authentication type. Then, provide the following parameters:
25+
to return to Coder and complete the setup process. Under **Admin** >
26+
**Manage** > **Authentication**, ensure that you've selected **OpenID Connect**
27+
as the authentication type. Then, provide the following parameters:
2828

2929
- **Client ID**: The client ID for the Coder application you registered with the
3030
OIDC provider
@@ -43,9 +43,9 @@ you:
4343
tokens from `https://<yourDomain>/api/v0/users/me/oidc-access-token`
4444
- **Additional Scopes:** Specify any scopes (beyond the default) that you would
4545
like Coder to request from the authentication provider. By default, Coder
46-
requests the scopes `openid`, `email`, and `profile`. Consult your
47-
authentication provider's documentation for information on which scopes they
48-
support.
46+
requests the scopes `openid`, `email`, and `profile`. Consult your
47+
authentication provider's documentation for information on which scopes they
48+
support.
4949
- **Disable built-in authentication:** Choose whether Coder removes the ability
5050
to log in with an email/password option when you've enabled OIDC
5151
authentication
@@ -62,9 +62,5 @@ To do so, navigate to **Manage** > **Admin** > **Authentication**. Then, toggle
6262
**Disable built-in authentication** to **On** and click **Save preferences**.
6363

6464
[Site managers](users/user-roles#site-manager-permissions) can still use
65-
built-in authentication. To view this option on the login page, add the
66-
following query parameter to the URL you use to access your Coder deployment:
67-
68-
```text
69-
/login?showAllAuthenticationTypes=1
70-
```
65+
built-in authentication. The **Admin Login** option will be visible on the login
66+
page if built-in authentication is disabled.

setup/kubernetes/aws.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ as a workspace deployment option, you'll need to
184184
# ami: <your Ubuntu 20.04 AMI ID>
185185
instanceType: <instance-type>
186186
minSize: 1
187-
mazSize: 2
187+
maxSize: 2
188188
desiredCapacity: 1
189189
# Uncomment "overrideBootstrapCommand" if you are using a custom AMI
190190
# overrideBootstrapCommand: |

0 commit comments

Comments
 (0)