keystone/api-ref/source/v3/samples/admin/auth-password-system-scoped-request-with-domain.json
Lance Bragstad f5322a850e Update documentation to reflect system-scope
This patch takes a first pass at including system-scope token in
the authentication/authorization documentation.

bp system-scope

Change-Id: I3f334bfe8286d3863610582e4c3d5942b755987d
2018-01-27 13:42:29 +00:00

24 lines
482 B
JSON

{
"auth": {
"identity": {
"methods": [
"password"
],
"password": {
"user": {
"name": "admin",
"domain": {
"name": "Default"
},
"password": "devstacker"
}
}
},
"scope": {
"system": {
"all": true
}
}
}
}