From 9c80c3770a243b36515a90cafd94989997c3efe4 Mon Sep 17 00:00:00 2001 From: Jim Kalafut Date: Tue, 1 Oct 2019 16:13:21 -0700 Subject: [PATCH] Fix identity token API docs (#7545) --- website/source/api/secret/identity/tokens.html.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/website/source/api/secret/identity/tokens.html.md b/website/source/api/secret/identity/tokens.html.md index d01635e0e..6c372425d 100644 --- a/website/source/api/secret/identity/tokens.html.md +++ b/website/source/api/secret/identity/tokens.html.md @@ -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 ```