From 804c99d638790a3f3e65da812a641ef609a2102a Mon Sep 17 00:00:00 2001 From: Jim Kalafut Date: Mon, 14 Oct 2019 10:12:45 -0700 Subject: [PATCH] Fix Azure auth api docs (#7649) Fixes #7648 --- website/source/api/auth/azure/index.html.md.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/source/api/auth/azure/index.html.md.erb b/website/source/api/auth/azure/index.html.md.erb index c9afdd05be..11e112c3ba 100644 --- a/website/source/api/auth/azure/index.html.md.erb +++ b/website/source/api/auth/azure/index.html.md.erb @@ -136,7 +136,7 @@ entities attempting to login. ```json { - "policies": [ + "token_policies": [ "default", "dev", "prod" @@ -186,7 +186,7 @@ $ curl \ ```json { "data":{ - "policies": [ + "token_policies": [ "default", "dev", "prod" @@ -309,7 +309,7 @@ $ curl \ "auth":{ "client_token":"f33f8c72-924e-11f8-cb43-ac59d697597c", "accessor":"0e9e354a-520f-df04-6867-ee81cae3d42d", - "policies":[ + "token_policies":[ "default", "dev", "prod"