Skip to content

Commit

Permalink
docs: include web ui users page for managing users desciption (#46199)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenGravy authored Sep 4, 2024
1 parent c0e948f commit ab81432
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pages/admin-guides/access-controls/sso.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ The following authentication connectors are supported:

|Type|Description|
|---|---|
|None|If no authentication connector is created, Teleport will use local authentication based user information stored<br/> in the Auth Service backend. You can manage user data via the `tctl users` command. |
|None|If no authentication connector is created, Teleport will use local authentication based user information stored<br/> in the Auth Service backend. You can manage user data via the web UI Users page and the `tctl users` command. |
|`saml`| The SAML connector type uses the [SAML protocol](https://en.wikipedia.org/wiki/Security_Assertion_Markup_Language) to authenticate users and query their group membership.|
|`oidc`| The OIDC connector type uses the [OpenID Connect protocol](https://en.wikipedia.org/wiki/OpenID_Connect) to authenticate users<br/> and query their group membership.|
|`github`| The GitHub connector uses GitHub SSO to authenticate users and query their group membership.|
Expand All @@ -228,7 +228,7 @@ The following authentication connectors are supported:

|Type|Description|
|---|---|
|None|If no authentication connector is created, Teleport will use local authentication based user information stored in the Auth Service backend. You can manage user data via the `tctl users` command. |
|None|If no authentication connector is created, Teleport will use local authentication based user information stored in the Auth Service backend. You can manage user data via the web UI Users page and the `tctl users` command. |
|`github`| The GitHub connector uses GitHub SSO to authenticate users and query their group membership.|

</TabItem>
Expand Down

0 comments on commit ab81432

Please sign in to comment.