Update OIDC Provider Setup docs (#6739)

This commit is contained in:
Jim Kalafut 2019-05-15 11:57:18 -07:00 committed by GitHub
parent 87cb8a032f
commit 1c507e3367
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -8,7 +8,10 @@ description: |-
# OIDC Provider Configuration
This page collects high-level setup steps on how to configure an OIDC application for various
providers. These providers are often highly configurable and you should become familiar with their
providers. For more general usage and operation information, see the
[Vault JWT/OIDC method documentation](https://www.vaultproject.io/docs/auth/jwt.html).
OIDC providers are often highly configurable and you should become familiar with their
recommended settings and best practices. The instructions below are intended only to help you get
started. Corrections and additions may be submitted via the [Vault Github repository](https://github.com/hashicorp/vault).