Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If the user has authority to configure the SSO setting a "Single Sign-On (SSO)" tab should be available. This tab contains all the SSO related settings and provides all the required details to set it up.Image Removed

Info

Single sign-on in Blancco Management Portal also supports user provisioning. This allows Blancco Management Portal to create user automatically to the corresponding tenant when they initially authenticate using single sign-on.


Settings available for SAML 2.0

  • Single Sign-On URL - This URL is used as the reply URL/assertion URL as well as the sign on URL on the identity provider configuration.
  • Service Provider ID - This value is used as the identifier or the entity ID on the identity provider configuration when setting up SAML SSO.
  • SAML metadata URL - User needs to provide a valid URL from where the corresponding metadata for the SAML can be found. This URL should be available from the identity provider details after configuring the SSO.

Image Added

Settings available for OpenID Connect

Image Added try to authenticate using the single sign-on.

Microsoft Azure - SSO with SAML 2.0

  1. Create a new enterprise application
  2. Assign corresponding users/groups to the newly created application (this defines the list of users who are allowed to sign in using SSO)
  3. Configure required settings under the "Single sign-on" tab (make sure to select "SAML" as the sign-on method)
    1. Under the "Basic SAML Configuration" define "Identifier (Entity ID)", "Reply URL (Assertion Consumer Service URL)" and "Sign on URL". 
      1. "Identifier (Entity ID)" corresponds to "Service Provider ID" available in the BMP SSO settings
      2. "Reply URL (Assertion Consumer Service URL)" and "Sign on URL" both correspond to Single Sign-On URL available in the BMP SSO settings.
    2. Under "Attributes & Claims" the "name" attribute should be set to "user.displayname" (by default this is set to "user.userprincipalname").

Microsoft Azure - SSO with OpenID Connect