Skip to content

Commit 739d4db

Browse files
hellobontemposchavis
authored andcommitted
Docs: GUI custom login feature (#30799)
* saving because laptop is bad and should feel bad * save * make supported login types partial * add api-docs partial * update custom login docs * reword tip? * add delete section * address feedback, update using a direct link section * move tips down * remove table lines and see if that fixes build? * revert changes to custom-messages mdx * add line break? * format fixes * empty commit again * check vercel? * add line break * update "namespace" to be "namespace_path" * reduce use of "preferred" * address feedback * use "settings" to match GUI verbiage * missed a couple feedback comments * add "single" and "multiple" * fix link rendering * fix namespace-path typos for namespace params referencing namespace context * address feedback --------- Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
1 parent 7bc1c3a commit 739d4db

File tree

16 files changed

+603
-4
lines changed

16 files changed

+603
-4
lines changed

website/content/docs/auth/github.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ description: The GitHub auth method allows authentication with Vault using GitHu
66

77
# GitHub auth method
88

9+
@include 'tips/custom-authn.mdx'
10+
911
The `github` auth method can be used to authenticate with Vault using a GitHub
1012
personal access token. This method of authentication is most useful for humans:
1113
operators or developers using Vault directly via the CLI.

website/content/docs/auth/jwt/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ description: >-
99

1010
@include 'x509-sha1-deprecation.mdx'
1111

12+
@include 'tips/custom-authn.mdx'
13+
1214
~> **Note**: Starting in Vault 1.17, if the JWT in the authentication request
1315
contains an `aud` claim (typical case) the associated `bound_audiences` for the
1416
"jwt" role must **exactly** match at least one of the `aud` claims declared for

website/content/docs/auth/ldap.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ description: |-
88

99
# LDAP auth method
1010

11+
@include 'tips/custom-authn.mdx'
12+
1113
@include 'x509-sha1-deprecation.mdx'
1214

1315
The `ldap` auth method allows authentication using an existing LDAP

website/content/docs/auth/okta.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ description: |-
88

99
# Okta auth method
1010

11+
@include 'tips/custom-authn.mdx'
12+
1113
The `okta` auth method allows authentication using Okta and user/password
1214
credentials. This allows Vault to be integrated into environments using Okta.
1315

website/content/docs/auth/radius.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ description: |-
88

99
# RADIUS auth method
1010

11+
@include 'tips/custom-authn.mdx'
12+
1113
The `radius` auth method allows users to authenticate with Vault using an
1214
existing RADIUS server that accepts the PAP authentication scheme.
1315

website/content/docs/auth/saml/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ description: >-
1010

1111
@include 'alerts/enterprise-and-hcp.mdx'
1212

13+
@include 'tips/custom-authn.mdx'
14+
1315
The `saml` auth method allows users to authentication with Vault using their identity
1416
within a [SAML V2.0](https://saml.xml.org/saml-specifications) identity provider.
1517
Authentication is suited for human users by requiring interaction with a web browser.

website/content/docs/auth/token.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ description: The token store auth method is used to authenticate using tokens.
66

77
# Token auth method
88

9+
@include 'tips/custom-authn.mdx'
10+
911
~> **NOTE:** The Token auth method cannot be configured with Vault's built-in [Login MFA](/vault/docs/auth/login-mfa) feature.
1012

1113
The `token` auth method is built-in and automatically available at `/auth/token`. It

website/content/docs/auth/userpass.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ description: >-
88

99
# Userpass auth method
1010

11+
@include 'tips/custom-authn.mdx'
12+
1113
The `userpass` auth method allows users to authenticate with Vault using
1214
a username and password combination.
1315

0 commit comments

Comments
 (0)