Skip to main content
Version: 3.2.0

Create SAML Authorization Provider

The following section covers how to setup an SAML authorization provider for user authentication

Log on to ASI and navigate to Settings

Settings

From the index on the left, select Access Management then Authorization Providers

You will then be presented with the Authorization Providers page

Authorization Providers Page

  • Click the CREATE button in the top right of the page which will bring up an option list of provider types.
  • Click SAML

You will then be presented with the Create Identity Provider page

SAML Configuration Page

Define the attributes for SAML authentication:


PropertyDescriptionRequired
AliasThe alias uniquely identifies an identity provider and it is also used to build the redirect uritrue
Display NameFriendly name for the Authorization Providerfalse
Import config from fileImport metadata from a downloaded IDP discovery descriptortrue
File/URL descriptor importURL to the IDP discovery descriptortrue
Service provider entity IDThe Entity ID that will be used to uniquely identify this SAML Authorization Providertrue
Identity provider entity IDThe Entity ID used to validate the Issuer for received SAML assertions. If empty, no Issuer validation is performedtrue
Single Sign On Service URLThe URL that must be used to send authentication requests (SAML AuthnRequest)true
Single Logout Service URLThe URL that is used to send logout requestsfalse
NameID policy formatSpecifies the URI reference corresponding to a name identifier formattrue
Principal TypeWay to identify and track external users from the assertion. Default is using Subject NameIDtrue
HTTP-POST binding responseIndicates whether to respond to requests using HTTP-POST binding. If false, HTTP-REDIRECT binding will be usedfalse
HTTP-POST binding AuthnRequestIndicates whether the AuthnRequest must be sent using HTTP-POST binding. If false, HTTP-REDIRECT binding will be usedfalse


Microsoft Entra ID

To configure a SAML authorization provider that connects to your Microsoft Entra ID tenant, pleae follow the steps documented here.