<div dir="ltr">Hi all,<div><br></div><div>I'm a Python/Django software developer [1].  We have to do an integration of OpenStack and a Shibboleth IdP in my current project.</div><div><br></div><div>This is not a easy feature to configure... but finally we got it :-) Now we only need specify a domain for the user different to the "Federated" default domain. This domain depends on an attribute from the IdP.</div><div><br></div><div>Is it possible to get with stable/kilo branch? Is it a feature for the next  release? [2] These are my rules:</div><div><br></div><div><div>[</div><div>    {</div><div>        "local": [</div><div>            {</div><div>                "user": {</div><div>                    "name": "{0}",</div><div>                    "domain": {</div><div>                        "name": "{1}"</div><div>                    }</div><div>                }</div><div>            },</div><div>            {</div><div>                "group": {</div><div>                    "id": "0ff59ec2f97646eb9350fe75478f9600"</div><div>                }</div><div>            }</div><div>        ],</div><div>        "remote": [</div><div>            {</div><div>                "type": "identity"</div><div>            },</div><div>            {</div><div>                "type": "domain"</div><div>            }</div><div>        ]</div><div>    }</div><div>]</div></div><div><br></div><div>I have tested with a lot of rules with little changes:</div><div><br></div><div><div>"domain": {</div><div>    "name": "Default"</div><div>}</div></div><div><br></div><div>or</div><div><br></div><div><div>"domain": {</div><div>    "id": "default"</div><div>}</div></div><div><br></div><div>or</div><div><br></div><div><div>"domain": {</div><div>    "id": "14321243"</div><div>}</div></div><div><br></div><div>etc... and this never works :-(</div><div><br></div><div>Could you help me?</div><div><br></div><div>REF's</div><div><br></div><div>1. <a href="https://github.com/goinnn">https://github.com/goinnn</a></div><div>2. <a href="https://github.com/openstack/keystone-specs/blob/master/api/v3/identity-api-v3-os-federation-ext.rst">https://github.com/openstack/keystone-specs/blob/master/api/v3/identity-api-v3-os-federation-ext.rst</a></div><div><br></div><div>Thanks a lot!!,</div><div><br></div><div>--</div><div><br></div><div>Pablo Martín</div><div>Software engineer</div><div><br></div></div>