update oidc azure docs to make it readable (#7832)

This commit is contained in:
Sebastian Gumprich 2019-11-08 20:56:02 +01:00 committed by Jim Kalafut
parent 869f4c9584
commit 02c2d85e5e
1 changed files with 3 additions and 1 deletions

View File

@ -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" \