Using Azure Active Directory to Authenticate to Certero | v7
From Certero version 7, there is the ability to use Federated Authentication via Azure Active Directory. In the current release customers must have a traditional on-premise Active Directory and Azure Active Directory. The following sections provide the instructions on how to use Azure Active Directory to authenticate to Certero.
Step 1 - Active Directory Connector
Go to Connectors > Active Directory
Open the properties of the Active Directory Connector
Click on the Authentication tab
Copy the URI displayed under Federated Authentication
N.B. do not change the Logon Method from Forms Authentication to Federated Authentication at this point
Step 2 - Azure Active Directory Configuration
Login to Azure Active Directory Admin Center ( https://aad.portal.azure.com/ ) using an Administrator account
Select Azure Active Directory in the left hand menu
Select App registrations in the Overview menu
Click New registration at the top of the screen
Give the registration a friendly name e.g. Certero
In the Support account types section select "Accounts in this organizational directory only (Organisation only - Single tenant)"
In the Redirect URI section select "Web" and paste in the URI from the Active Directory connector in Step 1

Click Register to complete the App registration
Click on the Owned applications tab in App registrations and click on the name of the registration that has just been created
Click Add an Application ID URI on the right hand side of the screen

Click Set and paste in the URI from the Active Directory connector in Step 1

Click Endpoints at the top of the screen
Copy the WS-Federation sign-on endpoint URI

Step 3 - Complete the Configuration
Go to Connectors > Active Directory
Open the properties of the Active Directory Connector
Click on the Authentication tab
Change the authentication from Forms Authentication to Federated Authentication
In the Sign-on Endpoint box paste in the WS-Federation sign-on endpoint URI from Step 2
Click Save to save the configuration
To revert back to previous method of authentication change the authentication from Federated Authentication to Forms Authentication
Step 4 - Test Azure Active Directory Authentication
Ensure there is an Active Directory login already created for the test user under Administration > Logins
Ensure that you are logged in as this user into Azure Active Directory
Go to the Certero login screen
Tick the box Windows/Integrated Authentication and click Login
This should login using the Azure Active Directory Credentials or ask you to provide the Azure Active Directory credentials.