Set up SAML single sign-on in Azure

Sign in to Azure, then navigate to the Enterprise application. Select single sign-on, then edit the basic SAML configuration.

 

  1. Navigate to Identifier
    • Select Add Identifier.
    • Enter “https://{{YourDomain}}”
    • Select the default checkbox to set this as the default URL.
  2. Navigate to Reply URL
    • Select Add Reply URL.
    • Enter “https://{{YourDomain}}/site/handlers/samlhandler.ashx/ProcessRequest”
    • Select the default checkbox to set this as the default URL.
  3. Navigate to Sign on URL
    • Delete the sign-on URL text, and enter “https:///{{YourDomain}}/site/SAMLLogin.aspx?IgnoreRedirect=true”
  4. Select Save.

 

Read more here: Source link