74af136478
An Identity Provider (IdP) should be mapped to a domain. This patch updates the documentation and creates a release note recommending the domain_id parameter. Depends-On: Id18b8b2fe853b97631bc990df8188ed64a6e1275 Partial-Bug: #1642687 Change-Id: I1cb749371175169662dbb5fa8feafe403fb1c39b
31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"identity_providers": [
|
|
{
|
|
"domain_id": "1789d1",
|
|
"description": "Stores ACME identities",
|
|
"remote_ids": ["acme_id_1", "acme_id_2"],
|
|
"enabled": true,
|
|
"id": "ACME",
|
|
"links": {
|
|
"protocols": "http://example.com/identity/v3/OS-FEDERATION/identity_providers/ACME/protocols",
|
|
"self": "http://example.com/identity/v3/OS-FEDERATION/identity_providers/ACME"
|
|
}
|
|
},
|
|
{
|
|
"domain_id": "2890e2",
|
|
"description": "Stores contractor identities",
|
|
"remote_ids": ["sore_id_1", "store_id_2"],
|
|
"enabled": false,
|
|
"id": "ACME-contractors",
|
|
"links": {
|
|
"protocols": "http://example.com/identity/v3/OS-FEDERATION/identity_providers/ACME-contractors/protocols",
|
|
"self": "http://example.com/identity/v3/OS-FEDERATION/identity_providers/ACME-contractors"
|
|
}
|
|
}
|
|
],
|
|
"links": {
|
|
"next": null,
|
|
"previous": null,
|
|
"self": "http://example.com/identity/v3/OS-FEDERATION/identity_providers"
|
|
}
|
|
} |