All Collections
Integrations
SSO
Configure SSO with SAML on Microsoft Azure
Configure SSO with SAML on Microsoft Azure
Updated over a week ago

To configure SSO with SAML on Microsoft Azure, follow these steps:

1. Create a new Enterprise Application in Azure

  1. Log in to your Azure portal: https://portal.azure.com/

  2. Click on Azure Active Directory in the left-hand menu.

  3. In the Azure Active Directory menu, click on Enterprise applications.

  4. Click New application near the top of the screen.

  5. Select Non-gallery application and enter a name for your application (e.g., Snappy Dashboard).

  6. Click Add to create the application.

2. Configure SSO for the application

  1. In the Overview section of your new application, click on Single sign-on in the left-hand menu.

  2. Select SAML as the single sign-on method.

  3. In the Basic SAML Configuration section, click Edit.

  4. Enter the following information:

    • Identifier (Entity ID): urn:amazon:cognito:sp:us-east-1_Nx4rC8vmS

    • Reply URL (Assertion Consumer Service URL): https://auth.snappygifts.com/saml2/idpresponse

  5. Click Save.

3. Configure SAML response

  1. In the User Attributes & Claims section, click Edit.

  2. Configure the following attributes with their respective values:

    • email: user.mail

    • firstName: user.givenname

    • lastName: user.surname

  3. Click Save.

4. Extract the Issuer URL

  1. In the SAML Signing Certificate section, click Edit.

  2. Copy the App Federation Metadata Url. This is your Issuer URL, which you will use in the SSO configurations on the Snappy Dashboard.

5. Add the redirect URL

  1. In the Single sign-on section of your application, click Edit under Set up Snappy Dashboard SSO.

  2. Add the redirect URL:
    โ€‹https://login.snappy.com/login/SSO?ssoName=<your_sso_name>

    • Replace <your_sso_name> with a unique name for your organization.

  3. Click Save.

6. Assign users

  1. In the Users and groups section of your application, click Add user.

  2. Assign users or groups to the application. Only users with access to the Snappy Dashboard will be able to complete a successful SSO login.

7. Configure SSO on Snappy Dashboard

  1. Follow the steps outlined in the original guide under "Configure SSO on Snappy Dashboard" to complete the SSO setup using the Issuer URL and SSO name you configured in Azure.

  2. Once you've completed these steps, SSO with SAML should be configured for your Snappy Dashboard using Microsoft Azure. Users can now log in using SSO through their Azure account.

Did this answer your question?