Single Sign-On

This guide walks you through connecting our authentication app to your Microsoft Entra (Azure AD) directory, enabling your users to sign in with Single Sign-On (SSO).

Prerequisites

  • Admin access to your Microsoft Entra portal.

Step 1: Sign in to Microsoft Entra Portal

  1. Go to the Microsoft Entra Portal.
  2. Log in with your administrator account.

Step 2: Register a New Application

  1. Navigate to Azure Active Directory > App registrations.
  2. Click New registration.
  3. Enter a Name for the app (e.g., "Daloopa Auth").
  4. Set Supported account types to "Accounts in this organizational directory only."
  5. Enter the Redirect URI (SPA) provided of our app: https://auth.daloopa.com
  6. Click Register.

Step 3: Configure API Permissions

  1. Select your newly registered app from the “App registrations” list.
  2. Go to API permissions > Add a permission.
  3. Choose Microsoft Graph > Delegated permissions.
  4. Add the following permissions:
    • openid
    • profile
    • email
  5. Click Add permissions.
  6. Click Grant admin consent for [Your Org] and confirm.

Step 4: Share the App Essentials

  1. Navigate to Overview.

  2. Share the following values with your Daloopa representative or customer support:

    • Directory (tenant) ID.
    • Application (client) ID.

Step 5: Test the SSO Integration

Once you've got confirmation that both Tenant ID and Client ID have been registered, you should have SSO access to all Daloopa applications.

  1. Navigate to Daloopa Auth Gate.
  2. Enter your work email and click Continue with SSO.
  3. You should be redirected to the Microsoft login page.
  4. Authenticate using your Entra credentials.
  5. After successful login, you’ll be redirected back to Daloopa Hub.

Troubleshooting Tips

  • Ensure Redirect URI in Entra matches exactly with Daloopa's Auth page.
  • Confirm API permissions are granted admin consent.
  • Verify tenant and client IDs are correctly entered.

For further assistance, please contact our support team.


Did this page help you?