...
Go to Applications → Applications
Select Create App Integration
Select SAML 2.0 and then Next
Enter an App name and select Next
In the Configure SAML section:
In Single sign-on URL, DO NOT uncheck the Use this for Recipient URL and Destination URL, and enter
https://{$ENV_FQDN}:443/api/saml/SSO
In Audience URI (SP Entity ID) enter
https://{$ENV_FQDN}:443/api/saml/metadata
In Attribute Statements enter one for each claim declared in
abiquo.properties
. Follow this table as an example:
Name | Name Format | Value |
---|---|---|
givenname | Unspecified |
|
surname | Unspecified |
|
emailaddress | Unspecified |
|
name | Unspecified |
|
abq-enterprise | Unspecified |
|
abq-role | Unspecified |
|
Select Next and Finish.
Download the Metadata details from the Sign On tab: open the URL, right click, and save as
idp_metadata.xml
.
...