f5322a850e
This patch takes a first pass at including system-scope token in the authentication/authorization documentation. bp system-scope Change-Id: I3f334bfe8286d3863610582e4c3d5942b755987d
24 lines
482 B
JSON
24 lines
482 B
JSON
{
|
|
"auth": {
|
|
"identity": {
|
|
"methods": [
|
|
"password"
|
|
],
|
|
"password": {
|
|
"user": {
|
|
"name": "admin",
|
|
"domain": {
|
|
"name": "Default"
|
|
},
|
|
"password": "devstacker"
|
|
}
|
|
}
|
|
},
|
|
"scope": {
|
|
"system": {
|
|
"all": true
|
|
}
|
|
}
|
|
}
|
|
}
|