mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-12-16 18:37:25 +00:00
update oidc azure docs to make it readable (#7832)
This commit is contained in:
committed by
Jim Kalafut
parent
2bb813827a
commit
c4e73cffa3
@@ -48,10 +48,12 @@ to the jwt token and `groups_claim` should be set to `groups`.
|
|||||||
### CLI setup instructions:
|
### CLI setup instructions:
|
||||||
You have to fill in the following values make sure to use the correct vault secret
|
You have to fill in the following values make sure to use the correct vault secret
|
||||||
path that matches the name of the authentication method such as /oidc/
|
path that matches the name of the authentication method such as /oidc/
|
||||||
|
|
||||||
* oidc_client_id = Application Client ID
|
* oidc_client_id = Application Client ID
|
||||||
* oidc_client_secret = Secret obtained from the Certificates & Secrets Section
|
* oidc_client_secret = Secret obtained from the Certificates & Secrets Section
|
||||||
* default_role = default role the user will be using when connecting. (see the second command)
|
* default_role = default role the user will be using when connecting. (see the second command)
|
||||||
* oidc_discovery_url = Open ID endpoint retrieved from the App Registration wections.
|
* oidc_discovery_url = Open ID endpoint retrieved from the App Registration sections.
|
||||||
|
|
||||||
```
|
```
|
||||||
vault write auth/oidc/config \
|
vault write auth/oidc/config \
|
||||||
oidc_client_id="your_client_id" \
|
oidc_client_id="your_client_id" \
|
||||||
|
|||||||
Reference in New Issue
Block a user