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"