update oidc azure docs to make it readable (#7832)
This commit is contained in:
parent
869f4c9584
commit
02c2d85e5e
|
@ -48,10 +48,12 @@ to the jwt token and `groups_claim` should be set to `groups`.
|
|||
### CLI setup instructions:
|
||||
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/
|
||||
|
||||
* oidc_client_id = Application Client ID
|
||||
* 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)
|
||||
* 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 \
|
||||
oidc_client_id="your_client_id" \
|
||||
|
|
Loading…
Reference in New Issue