...
Log in to your Abiquo and Go to the Users tab.
Create a new enterprise with the desired scope,i.e. ExternalEnterprise with Global Scope:
After the new enterprise is created go to the Roles tab and create a new role inside this enterprise, give it a name, and fill in External Roles with the name the users in Okta will have as their Title, i.e.: External_role:
Note: The role Name is Abiquo side only, so it does not matter that much. The external role is the value that will be checked against what comes from Okta in the abq-role attribute claim.
Save the new role, assign desired privileges to the role, and save the changes.
...
Go to Applications→ Applications
Click Create App integration
Choose SAML 2.0 from the list and Next
Choose the Name, i.e Abiquo-test, Next
Set Single sign-on URL:
https://{$ENV_FQDN}:443/api/saml/SSO
i.e.:https://aleksandra-cleandistr-server.lab.abiquo.com:443/api/saml/SSO
Set Audience URI (SP Entity ID):
https://{$ENV_FQDN}:443/api/saml/metadata
i.e.:https://aleksandra-cleandistr-server.lab.abiquo.com:443/api/saml/metadata
In the Attribute Statements (optional) section add the following:
...
Select any option for feedback and click Finish
In Settings→ Sign on methods, SAML 2.0 section of your application open the metadata link in the new tab, and save the page as
idp_metadata.xml
, do not close the tab yetFrom the metadata page, note down the entityID value, i.e.:
http://www.okta.com/exkezXXXXXXXX45d7
we will use it later to configure Abiquo.Now you can close the tab.
...
Go to Security→ Identity providers
Click ‘Add identity’ provider
Choose SAML 2.0 idP from the list and confirm
Set the Name to your idP, i.e. Abiquo
In the Authentication Settings set IdP username to
idpuser.subjectNameId
In the SAML Protocol Settings section set:
IdP Issuer URI enterhttps://{$ENV_FQDN}:443/api/saml/metadata
IdP Single Sign-On URL enterhttps://{$ENV_FQDN}:443/api/saml/SSO
Destination enterhttps://{$ENV_FQDN}):443/api/saml/SSO
As IdP Signature Certificate point to the certificate you downloaded from your application in step 12. and Finish
...