Print
Add eCase as a new Enterprise Application
To add eCase as a new Enterprise, there are a number of steps to configure Azure AD.
Contents
- Configure Azure AD to recognise eCase as an Enterprise Application.
- Configure the Enterprise Application to allow SAML authentication.
- Configure the Enterprise Application to send the required user attributes to eCase.
Configure Azure AD
First, you need to configure Azure AD to recognise eCase as an Enterprise Application. In the Azure AD management console:
- Click Enterprise Applications.
- Next, click Add application.
- Select Non-gallery application.
- Enter a display name of your choice, for example eCase
- Click Add
SAML Authentication
Configure the Enterprise Application to allow SAML authentication.
- On the left hand menu, click Single Sign-on
- When prompted to select a Single Sign-on method, select SAML
- Edit the Basic SAML configuration section. Enter the following values using the information found in the SAML Settings page on eCase. Go to the More menu on the eCase menu bar and click on the drop down arrow. Select the SAML Settings link under the Settings column. The SAML Settings page appears.
SAML Configuration Value from SAML Settings page on eCase Entity ID Enter the SP Entity ID Reply URL Enter the SP Endpoint URL - Click Save to apply the changes.
Back to Top
User Attributes & Claims
Next, configure the Enterprise Application to send the required user attributes to eCase.
- On the Single Sign-On page, edit the User Attributes & Claims section.
- Azure should set the default attributes as shown in the table. If it does not, you will need to set them yourself.
Claim Name Value Unique User Identifier (NameID) user.userprincipalname http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress user.mail http://schemas.xmlsoap.org/ws/2005/05/identity/claims/givenname
user.givenname http://schemas.xmlsoap.org/ws/2005/05/identity/claims/surname
user.surname
NOTE It is your responsibility to ensure that the Name ID is a unique, unchanging identifier for an individual user. eCase will create a duplicate account for a user if their Name ID changes.
You will also need to add Users or Groups to the Enterprise Application to allow specific users to log in to eCasefrom Azure. This is beyond the scope of this guide – please consult the Azure AD documentation. - Test the settings. Do not use the Test button provided on the Azure AD management console to test the configuration as this will not work correctly. To test your configuration, you should use the Test SAML Settings button on the SAML Settings page in eCase.
Back to Top