62d0175ada
Change I2423030bd0849c051d22f63bf60b6a5f41f72574 migrated Federation api-ref docs into keystone repository. Moving Auth API to its own file is one of the TODO comments left there, which is being addressed in this change. Change-Id: Icd0c293c1a326c9bf3fe1ca01c96e3908ac33db3
22 lines
513 B
JSON
22 lines
513 B
JSON
{
|
|
"token": {
|
|
"methods": [
|
|
"mapped"
|
|
],
|
|
"user": {
|
|
"domain": {
|
|
"id": "Federated"
|
|
},
|
|
"id": "username%40example.com",
|
|
"name": "username@example.com",
|
|
"OS-FEDERATION": {
|
|
"identity_provider": "ACME",
|
|
"protocol": "SAML",
|
|
"groups": [
|
|
{"id": "abc123"},
|
|
{"id": "bcd234"}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
} |