Setting up SSO with ADFS
Administrators use the following steps when preparing to run SSO with ADFS.
- Open Server Manager and select Tools > ADFS Management.
- Select Service > Endpoints and confirm that /adfs/ls is present and is turned on.
- In the Certificates view, confirm certificates are present for the following:
- Service communications
- Token-decrypting
- Token signing
- Go to Trust Relationships > Relying Party Trusts and select Add Relying Party Trust.
- Select Enter data about the relying party manually.
- For the Display name, specify Prophix SSO.
- You do not need a token encryption certificate.
- Select the SAML 2.0 WebSSO protocol.
-
Specify the ACS URL from Prophix:
https://<PROPHIX_INSTANCE_URL>/sso/Saml2/Acs
where <PROPHIX_INSTANCE_URL> is the URL for your Prophix Cloud instance.
-
For a Relying party trust identifier, add:
https://<PROPHIX_INSTANCE_URL>/sso/Saml2
- Skip the Multi-Factor Authentication step.
- For Preferred authorization rule, select Permit all.
- After your Relying Party is set up, right-click Relying Party and select Properties > Endpoints.
- Verify the following:
- The endpoint binding is set to POST.
- The endpoint for the Relying Party is the same as the trust identifier URL.
- To set up the Claim Transformation Rule:
- Right-click the Relying Party Trust previously created and select Edit Claim Rules.
- Select the Issuance Transform Rules tab.
- Click Add Rule.
- Verify that Send LDAP Attributes as Claims is selected.
- Configure the Claim Rules as follows:
- Name: Prophix Claim Rules
- Attribute store: Active Directory
- In the LDAP mapping table, add the mapping E-Mail-Addresses to Name ID
- To get the ADFS Federation Metadata file:
In a browser, go to:
https://<adfsservername>/FederationMetadata/2007-06/FederationMetadata.xml
- Save the file.
- You are now ready to set up SSO.