In this article, you'll learn:
Setting up SSO in Microsoft Azure is a three-step process. Here's how you can enable SSO for your Microsoft users.
How to get system provider credentials for the usecure platform
Log into the platform and go to Settings > SSO
Toggle SSO Enabled on
Scroll down to the SAML section and copy the Assertion Consumer Service (ACS) URL and Entity ID. You’ll need these to set up the SAML app in Microsoft Azure.
How to set up up SAML in Microsoft Azure
Open Azure Portal and search for “Enterprise Applications”. Pick the option that appears under Services.
Click New Application
Click Create your own application
Enter a name for your app, and select “Integrate any other application you don't find in the gallery (Non-gallery)” under “What are you looking to do with your application?” Then click Create
Once the application has been created you will be taken to the overview page for your new application. Click Set up single sign on
Click SAML
Click Edit on Basic SAML Configuration
You’ll need to paste the ACS URL and Entity ID values you copied from the platform into the Reply URL and Identifier fields on this form respectively. Leave all the other fields blank and click Save.
Scroll down to the SAML Certificates section and click Download on the Certificate (Base64) option
Scroll down to Set up… section and copy the Login URL value
Please note that the test utility on this page will not work with the platform. You’ll need to confirm that SAML SSO is working by logging in via the platform after you’ve finished the set up process.
Next you’ll need to configure access to this app to specify who can use SAML SSO in the platform.
The simplest option is to enable this application for all users by disabling the requirement for assignment to this app.Select Properties from the sidebar, set “Assignment required?” to No and click Save.
This will allow anyone on your M365/AD tenant to login via SAML SSO as follows:
Admin Console - Must have an admin user account in the platformEnd User Portal - Must have an end user account in the platform
You can restrict access by assigning specific groups if you wish using the Users and Groups option in the sidebar. This will prevent admin users and end users who are not assigned to the app from using SAML SSO to log into the platform.
How to set the Identity Provider Credentials in the usecure platform
Go back to the usecure platform SSO settings page and scroll down to the SAML section.
You’ll need the identity provider details you copied/downloaded during the creation of your Google SAML app.
Paste the Login URL into the SAML Entry Point (Identity Provider SSO URL) field.
Drag & drop the Certificate (Base64) you downloaded into the SAML Signing Certificate (Public x509 Certificate) field. You can also copy & paste the text or manually upload the file if you wish.
Expand the Advanced Options section and turn on the option for Disable RequestedAuthnContext
Click Save to finish the SAML set up process.
Next steps