Setting up Entra ID

Pynt supports setting up external identity provider (IdP) for authentication, such as Microsoft Entra ID. This allows organizations using Entra ID to control how their employees access Pynt and remove their need to manage any credentials.

The high-level steps to set SSO (Single Sign-On) with Entra ID are:

  1. Add Pynt as an enterprise application in Entra

  2. Set up SSO in Pynt

  3. Assign users/groups the Pynt application

Requirements

  • Verify you have administrator privileges in your Microsoft Entra subscription.

  • Verify you are an admin on Pynt and your organization has an active Enterprise license.

Step 1: Add Pynt as an enterprise application in Entra

  1. Login to Entra ID Admin Center, and navigate to Applications > Enterprise applications.

  2. Click on New Application and then choose Create your own application:

  3. Use Pynt for the app name, and choose the Integrate any other application you don't find in the gallery (Non-gallery) option. Click Create:

  4. In your new app's overview, navigate to Single sign-on and choose SAML as the single sign-on method:

  5. Edit the Basic SAML Configuration and use the details from Pynt's User Management page. Once finished, click Save.

    • Identifier (Entity ID) - Audience

    • Reply URL (Assertion Consumer Service URL) - Assertion Consumer Services (ACS) URL

  6. Once saved, scroll to SAML Certificates, Download and save the Federation Metadata XML in your computer (we will use it in Step 2).

Step 2: Set up SSO in Pynt

Mail [email protected] the Pynt.xml file (Federation Metadata XML) from the first step and ask to finalize the setup on Pynt's side.

If you want to limit specific domains for your organization (such as @company.com), include the list of these domains in your request.

Step 3: Assign users/groups the Pynt application

Once the setup is finalized, you can assign users/groups to the newly created Pynt application.

Read more about assigning users/groups to applications in Microsoft's documentation.

Last updated