Fix identity token API docs (#7545)

This commit is contained in:
Jim Kalafut 2019-10-01 16:13:21 -07:00 committed by GitHub
parent 2176b5f701
commit 9c80c3770a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -441,7 +441,6 @@ Query this path to retrieve a set of claims about the identity tokens' configura
```
$ curl \
--header "X-Vault-Token: ..." \
--request GET \
http://127.0.0.1:8200/v1/identity/oidc/.well-known/openid-configuration
```
@ -474,7 +473,6 @@ Query this path to retrieve the public portion of named keys. Clients can use th
```
$ curl \
--header "X-Vault-Token: ..." \
--request GET \
http://127.0.0.1:8200/v1/identity/oidc/.well-known/keys
```