PatSeer Single Sign On Azure Configuration

Create an enterprise application in Azure Active Directory
 

First, we need to create an enterprise application on Azure portal.

Log in to the portal, go to Azure Active Directory->Enterprise Applications->New application->Create your own application, enter PatSeer as the name of the app, also make sure the "Integrate any other application you don't find in the gallery (Non-gallery)" option is selected, then hit Create, as illustrated below:

It may take Azure a while to create that application. Once the enterprise application is created, it will redirect to the Overview page of the application. If it's not the case, you need to navigate to the application list, and manually click on that application.

Configure the enterprise application for SSO

On the Overview page, click on Get started on the Set up single sign on card, as highlighted in red below:

It will display the SSO with SAML settings page.

Now you need to fill in Entity ID and Assertion Consumer Service URL on the Basic SAML Configuration card. 

Click on Edit on that card to reveal the Basic SAML Configuration modal:

Add the below URLs provided by PatSeer.
 

Add Identifier and provide URL:

https://acc.patseer.com/PatSeer/Account/Login 

Add Reply URL: 

https://acc.patseer.com/Auth/AssertionConsumerService  

Single Sign ON URL: 

https://acc.patseer.com/PatSeer/logoutUser 

Relay State: 

https://acc.patseer.com/Auth/AssertionConsumerService  

Logout URL: 

https://acc.patseer.com/PatSeer/logoutUser 

Click Save.

You need to provide the Application Name, Application ID, and App Federation Metadata URL to PatSeer to add it into the database.

Assign users to the enterprise application.

Before a user in your tenant can use the application, you must assign the user to it. Go to Azure Active Directory->Enterprise applications, click on the application to show its page, click on Users and groups, then click on Add user/group:

Add-user-group to open the Add Assignment page:

Add-assignment

Search and select user and click on Assign.

Note: The users created on PatSeer should be added into this application.