You can configure VMware Integrated OpenStack to use VMware Identity Manager as an identity provider solution.
Users can authenticate with VMware Identity Manager over the Security Association Markup Language (SAML) 2.0 protocol. Federated users must authenticate using the VMware Integrated OpenStack dashboard. The OpenStack command-line interface is not supported.
Prerequisites
- Deploy and configure VMware Identity Manager 2.8 or later.
- Ensure that your VMware Identity Manager instance can communicate with the VMware Integrated OpenStack management network.
If you want to import custom mappings instead of using the default mappings, prepare the mapping files in advance.
- Create a mapping file in JSON format and save it on the OpenStack Management Server. For more information, see Mapping Combinations in the OpenStack documentation.
- In your mapping file, do not use
federated
as the domain name. This name is reserved by Keystone. - Create an SAML attribute mapping file in JSON format and save it on the OpenStack Management Server. Use the following structure:
[ { "name": "attribute-1", "id": "id-1" }, { "name": "attribute-2", "id": "id-2" }, ... ]