Signing in with Microsoft Entra | Dropzone AI Documentation

Configuring Microsoft Entra ID SAML for Authentication with Dropzone

This document details configuring Microsoft Entra ID SAML for authentication with Dropzone. This is more advanced than using federated buttons such as "Log in with Google" and "Log in with Microsoft" but offers more customization, especially useful for customers with more than one Dropzone environment.

Enabling SAML with Microsoft Entra ID involves the following steps:

There are multiple ways you can configure Microsoft Entra ID successfully with Dropzone AI; we show a group-based version here because it maps cleanly to Entra claim conditions.

Create Dropzone Role Groups

Dropzone needs to know which role a user should receive when logging into your tenant. In Microsoft Entra ID, the simplest way to do this is to create one group for each Dropzone role.

To create a role group, do the following:

Create groups for the Dropzone roles you plan to use. For each group, do the following:

Group Purpose Dropzone Role Value Role Name Permissions
Administrators admin Admin Full write access; create and update integration configuration; create response automation; manage users
Members member Member Minimal write access; create context memory, add investigation feedback; ask questions of the AI
Restricted Access - Read Only restricted-read-only Restricted Read Only Read-only access; view investigations and dashboards; no ad-hoc chat

For the purpose of this documentation, the "Member" group is displayed.

Each Dropzone user should be assigned to exactly one Dropzone role group. If a user matches multiple claim conditions, Microsoft Entra ID evaluates the matching conditions in order, which can produce unexpected role assignments.

Create the Microsoft Entra Application

Create the application. Dropzone AI does not support IDP-initiated login flows, so launching Dropzone directly from the Microsoft My Apps tile may not function properly.

If you have not received a SAML Entity ID from Dropzone, enter a placeholder of https://login.dropzone.ai/samlv2/sp/00000000-0000-0000-0000-000000000000.

Likely, this value is https://login.dropzone.ai/samlv2/acs. If you have not received a SAML ACS URL from Dropzone, contact your Dropzone support representative.

Create claims with the following attributes, then click "Save"

Name Namespace Source Attribute
first_name Leave blank user.givenname
last_name Leave blank user.surname
full_name Leave Blank user.displayname
dropzone_role Leave Blank See below for instructions

Configure the dropzone_role Claim

In your Entra Enterprise Application, the dropzone_role claim should use claim conditions to return the correct Dropzone role value based on group membership.

Microsoft Entra ID evaluates claim conditions in order. If a user matches more than one condition, the condition order can affect which dropzone_role value is returned.

User Type Scoped Groups Source Value
Members Dropzone Restricted Read Only Attribute restricted-read-only
Members Dropzone Members Attribute member
Members Dropzone Admins Attribute admin

The Scoped Group names shown above are examples. Select the Entra groups that correspond to your Dropzone roles.

Assign Users to the Dropzone Application

Configure with Dropzone

Send the following values to your Dropzone support representative:

Typically this is done via the Dropzone SAML Request form.

Update Your SAML Application

Once you have provided this information to Dropzone (if we have not already), Dropzone will enable SAML and provide you two values to add to the "Basic SAML Configuration" section of your SAML app.

Only proceed with this step if you did not receive an ACS URL or Entity ID to begin with.

Advanced Microsoft Entra ID

Microsoft Entra ID has multiple ways to manage group membership and claim values. You may use dynamic groups, existing access groups, or other identity governance workflows if they produce the expected dropzone_role SAML claim.

This section is here as a reference, not a requirement. Use whatever method you're most comfortable with that balances your administration duties and meets your security standards.

The values admin, member, and restricted-read-only must match exactly the values we expect, however the groups can be anything that matches your internal naming standards.

If you have any errors or questions, engage your Dropzone AI support representative.