Make K2K Mapping Attribute Examples more visible
Changes Attribute Examples to code-block in the documentation to make easily readable. Change-Id: Id528f4c195a265f892e731b6dcd78b8c63754db9
This commit is contained in:
parent
6f4c64a128
commit
db18e72e52
@ -600,10 +600,13 @@ Keystone to Keystone
|
||||
Keystone to Keystone federation also utilizes mappings, but has some
|
||||
differences.
|
||||
|
||||
An attribute file (/etc/shibboleth/attribute-map.xml) is used to add
|
||||
An attribute file (``/etc/shibboleth/attribute-map.xml``) is used to add
|
||||
attributes to the Keystone Identity Provider. Attributes look as follows:
|
||||
``<Attribute name="openstack_user" id="openstack_user"/>``
|
||||
``<Attribute name="openstack_user_domain" id="openstack_user_domain"/>``
|
||||
|
||||
.. code-block:: xml
|
||||
|
||||
<Attribute name="openstack_user" id="openstack_user"/>
|
||||
<Attribute name="openstack_user_domain" id="openstack_user_domain"/>
|
||||
|
||||
The Keystone Service Provider must contain a mapping as shown below.
|
||||
``openstack_user``, and ``openstack_user_domain`` match to the attribute
|
||||
|
Loading…
x
Reference in New Issue
Block a user