Versions Compared
Key
- This line was added.
- This line was removed.
- Formatting was changed.
The EmpowerID SSO framework allows you to configure SSO connections for third-party identity provider applications that support the use of SAML for identity transactions. In this way, you can offer users the ability to authenticate to EmpowerID using the credentials from any SAML application in which you establish a trust relationship.
This topic demonstrates how to configure an SSO connection for SAML Identity Provider applications by creating an SSO connection for Azure AD and is divided into the following activities:
Registering EmpowerID in Azure
Importing the certificates to the appropriate certificate stores on the EmpowerID server
Creating a SAML Connection for Azure AD in EmpowerID
Info |
---|
Prerequisites: As a prerequisite to creating an SSO Connection for Azure AD as an Identity Provider, you must have an active Azure subscription with an Azure AD tenant populated with users. |
How to register EmpowerID in Azure
Point your browser to portal.azure.com and log in as an administrator.
Navigate to Azure Active Directory and select Enterprise Applications.
Click New Application.
Image RemovedImage Added
Select Non-gallery application.
Enter a display name for the application and then click Add.
Image RemovedImage AddedOnce Azure creates the application, click Single sign-on from the app sidebar and then select SAML as the single sign-on method.
Image RemovedImage AddedOn the Set up Single Sign-On with SAML page that appears, go to the Basic SAML Configuration card and click the Edit icon (pencil).
Image RemovedImage AddedIn the Identifier (Entity ID) field of the Basic SAML Configuration pane, enter theURL for the audience of the SAML response. The URL should point to the FQDN of your EmpowerID Web server. In our example, the FQDN is sso.empoweriam.com, so the Identifier is
Image RemovedImage Addedhttps://sso.empoweriam.com
.In the Reply URL (Assertion Consumer Service URL) field, enter the URL where the application is to receive SAML tokens. The URL must be formatted as
Image RemovedImage Addedhttps://<FQDN_OF_YOUR_EMPOWERID_WEB_SERVER>/WebIdPForms/Generic/AuthenticationResponse
. In our example, the FQDN is sso.empoweriam.com, so the Reply URL ishttps://sso.empoweriam.com/WebIdPForms/Generic/AuthenticationResponse
.When ready, click Save to save your changes and then close the Basic SAML Configuration pane.
Click No, I'll test later button to close the Test single sign-on with <Application Name> pane.
Image RemovedImage AddedIn the SAML Signing Certificate card, download the SAML Signing Certificate in Base64 format by clicking the Download link beside Certificate (Base64). This certificate will be added to the certificate store on your EmpowerID front-end server(s) later.
Image RemovedImage AddedIn the Set up <Application Name> pane, locate and copy the Login URl, Azure AD Identifier and Logout URI. You will use these values when you configure the SAML connection for Azure in EmpowerID.
Image RemovedImage AddedOn application sidebar, underneath Manage, click Users and groups and then click Add User.
From the Users and groups pane, select the appropriate Users and groups and when finished, click the Select button.
Image RemovedImage AddedClick Assign to complete the assignment.
Image RemovedImage Added
Next, import the downloaded Azure certificate to the EmpowerID certificate store. The certificate will be used to verify SAML assertions from Azure.
How to import the downloaded Azure certificate
On the navbar of the EmpowerID Web interface, expand Single Sign-On > SSO Connections and then click SSO Components.
Select the Certificates tab and then click the Add button.
Image RemovedImage AddedSelect Upload Certificate and then under Upload Certificate (*.pfx, *.cer, *.crt) click Browse.
Image RemovedImage AddedLocate and upload the Azure certificate you downloaded earlier.
Click Save.
Next, create a SAML connection for Azure in EmpowerID to allow users with accounts in Azure to access EmpowerID via those accounts.
How to create a SAML Connection for Azure in EmpowerID
On the navbar, expand Single Single-On > SSO Connections and then click SAML.
From the SAML Connections tab, click the Add button to add a new connection.
Image RemovedImage AddedThis opens the Connection Details page, which is where you enter the information needed to create a new SAML single sign-on connection.
Image RemovedImage AddedFrom the General tab of the Connection Details page, do the following:
In the Connection Type pane, select Identity Provider as the SAML Connection Type and then select Default SAML IdP Connection Settings as the SAML Identity Provider Template.
Image RemovedImage AddedIn the Connection Details pane, add the following values to the below fields:
Name field — Enter an appropriate name for the connection. Please note that the name cannot contain empty spaces.
Display Name — Enter an appropriate Display Name for the connection. The Display Name is what appears to users in the Web interface.
Name Identifier Format — Unspecified
SAML Submission Method — HTTPPost
MFA Point Value — Specify the number of MFA points granted by the Identity Provider connection, if any.
Issuer — Enter the Azure AD Identifier set for the application in Azure. The value should look similar to
https://sts.windows.net/9baac253-6211-4bac-994d-8802be4504e2/
.Initiating URL — Ensure the value is set to /WebIdPForms/Generic/AuthenticationRequest
Tile Image URL — Replace the default value with ~/Images/Logos/MSAzureLogo.png.
Description — Enter an appropriate description for the connection.
The below image shows what the Connection Details looks like with the above values added. The Name, Display Name, MFA Point Value and Issuer fields will differ accordingly for your configuration.
Image RemovedImage Added
In the External Identity Provider URL field of the Identity Provider URL Details pane, enter the Login URL set for the application in Azure. The URL should look similar to
Image RemovedImage Addedhttps://login.microsoftonline.com/9baac253-6211-4bac-894d-8802be4504e2/saml2
In the Single Logout Configuration pane, enter the following information:
Logout URL — Enter the Login URL set for the application in Azure. The URL should look similar to
https://login.microsoftonline.com/9baac253-6211-4bac-894d-8802be4504e2/saml2
Logout SAML Protocol — Select HTTPPost.
Image RemovedImage Added
In the Account Information pane, select the account store you created for your Azure subscription from the Select existing Account Directory drop-down.
In the Certificates pane, select the Azure certificate you uploaded to the EmpowerID certificate store from the Verifying Certificate drop-down.
Image RemovedImage Added
Click the Auth Request tab and do the following:
Select Create a New Authentication Request.
In the Name field, enter Azure AD SAML IdP Request.
In the Assertion Consumer URL field, enter the Reply URL (ACS URL) you configured in Azure AD. The URL should look similar to
https://sso.empoweriam.com/WedIdPForms/Generic/AuthenticationResponse
, where sso.empoweriam.com is the FQDN of your EmpowerID Web server.Select HTTPPost from the Submission Method drop-down.
Select Unspecified from the Name Identifier Format drop-down.
Ensure that Is Passive and Force Authentication are not checked.
In the Issuer field, enter the Identifier (Entity ID) you configured in Azure AD. The Issuer should look similar to
https://sso.empoweriam.com
, where sso.empoweriam.com is the FQDN of your EmpowerID Web server.Leave all other fields as is.
The SAML Authentication Request should now look similar to the following image:
Image RemovedImage Added
Click the Domains tab and do the following to add a login option for Azure IdP.
Click the Add button in the Assigned Domains pane.
Image RemovedImage AddedIn the Select Existing Domain drop-down, search for and select the desired domain.
Image RemovedImage AddedClick Save.
Image RemovedImage AddedBack in the main page, click Save to create the connection.
When ready, click Save on the main page to create the connection.
Recycle the EmpowerID app pools to have your changes take effect on your machine immediately. You can do this from the navbar by expanding IT Shop, clicking Workflows and then clicking Recycle EmpowerID AppPools.
How to test the SSO connection
Log out of the web interface and then launch your web browser, pointing it to the domain name you configured for the Azure IdP connection.
Underneath Login using one of your other accounts, click the button for the Azure IdP connection.
This redirects your browser to Azure. Sign in as you normally would.
You should be authenticated to EmpowerID and redirected to EmpowerID Web interface for your environment.
Div | ||||
---|---|---|---|---|
| ||||
IN THIS ARTICLE
|
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|