> ## Documentation Index
> Fetch the complete documentation index at: https://docs.iru.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Configure Passport Mac Login with Microsoft Entra ID

> Configure Passport with Microsoft Entra ID for Mac Login in Iru Endpoint. Enable macOS login screen authentication with Entra ID credentials.

<Callout icon="apple" color="#B84A7A" iconType="regular">This guide applies to Mac computers</Callout>

### About Passport with Microsoft Entra ID Mac Login

Passport with Microsoft Entra ID Mac Login signs users in at the Mac login window with their Microsoft Entra ID username and password. For Web Login (Microsoft Entra ID sign-in in the Passport web view, including when you need MFA), use [Configure Passport with Microsoft Entra ID - Web Login](/en/endpoint/library/passport/microsoft-entra-id/configure-passport-with-microsoft-entra-id-web-login).

<Card title="Important Entra ID Passport Update" type="danger" icon="calendar-exclamation" iconType="solid">
  Starting **June 15, 2026**, Microsoft Entra ID handles Conditional Access for Passport sign-in differently when the enforcement change applies to your tenant. See [Required changes before June 15, 2026](#june-2026-conditional-access-change) to confirm whether you are affected. Microsoft explains the change in [this documentation](https://learn.microsoft.com/en-us/entra/identity/conditional-access/concept-enforcement-resource-exclusions).

  If you are setting up Passport for the first time, continue from the beginning of this article. The setup instructions already include these updates.
</Card>

### How It Works

Passport integrates with your Microsoft Entra ID tenant to authenticate users at the macOS login screen using standard username and password fields. When users enter their Entra ID credentials, Passport verifies them against your tenant and creates or updates the local Mac user account.

### Prerequisites

* Access to a Microsoft Entra ID admin account that can grant the Passport app the correct permissions.

<Tabs>
  <Tab title="Microsoft Entra ID" id="microsoft-entra-id" icon="microsoft" iconType="brands">
    ### Create the App Registration

    <Steps>
      <Step title="Sign in to Microsoft Entra admin center">
        Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) using a Global Administrator account.
      </Step>

      <Step title="Navigate to Identity">
        Open the portal menu and then select **Identity**.
      </Step>

      <Step title="Access App registrations">
        On the **Identity** menu, under **Applications**, select **App registrations**.
      </Step>

      <Step title="Start new registration">
        On the **App registrations** page, on the menu, select **+ New registration**.
      </Step>

      <Step title="Configure application details">
        On the **Register an application** dialog, enter a name for the new application (such as *Iru Passport Mac Login*).
      </Step>

      <Step title="Set supported account types">
        Under **Supported account types**, open the drop-down and select **Single tenant only** (the option also shows your tenant name, for example **Single tenant only - *Accuhive***). Passport should be single-tenant in your organization only. See [Register an application in Microsoft Entra ID](https://learn.microsoft.com/en-us/entra/identity-platform/quickstart-register-app).
      </Step>

      <Step title="Configure redirect URI">
        In the **Redirect URI** section, in the **Select a platform** drop-down, choose **Web**.
      </Step>

      <Step title="Enter redirect URI">
        In the URI field, enter the following: `https://localhost.redirect`
      </Step>

      <Note>
        For more information about redirect URI restrictions, platform types, and best practices, see [Microsoft's redirect URI documentation](https://learn.microsoft.com/en-us/entra/identity-platform/reply-url).
      </Note>

      <Step title="Complete registration">
        Click **Register**.
      </Step>
    </Steps>

    ### Configure Application Details

    <Steps>
      <Step title="Prepare secure document">
        Open a secure text document where the values for this OIDC app can be temporarily stored. You will need these details when you [configure the Passport Library Item](/en/endpoint/library/passport/configure-the-passport-library-item).
      </Step>

      <Step title="Copy Application ID">
        On the **Overview** page, copy the **Application (client) ID** to a temporary secure text document.
      </Step>

      <Step title="Access endpoints">
        While still on the Overview page, click **Endpoints**.
      </Step>

      <Step title="Copy metadata document">
        Copy the **OpenID Connect metadata document** (identity provider URL) to your temporary secure text document.
      </Step>

      <Step title="Access Authentication settings">
        On the left, select **Authentication**, then click **Settings**.
      </Step>

      <Step title="Allow public client flows">
        Set **Allow public client flows** to **Enabled**.
      </Step>

      <Step title="Save authentication settings">
        Click **Save**.
      </Step>

      <Step title="Access Token configuration">
        On the left, select **Token configuration**.
      </Step>

      <Step title="Add optional claim">
        Click **Add optional claim**.
      </Step>

      <Step title="Configure token type">
        For the Token type, select **ID**.
      </Step>

      <Step title="Select claim">
        For the Claim, select **preferred\_username**.
      </Step>

      <Step title="Add the claim">
        Click **Add**.
      </Step>

      <Step title="Add groups claim">
        While still on the Token configuration page, click **Add groups claim**.
      </Step>

      <Step title="Select groups">
        Select **All groups**.

        <Note>
          Entra ID SAML only supports up to 150 security groups. If you have more than 150 security groups, you should not use **All groups**, but rather select specific groups. You can read more in Microsoft's [Configure group claims for applications by using Microsoft Entra ID](https://learn.microsoft.com/en-us/entra/identity/hybrid/connect/how-to-connect-fed-group-claims) article.
        </Note>
      </Step>

      <Step title="Add groups claim">
        Click **Add**.
      </Step>
    </Steps>

    Once you complete the token configurations, you will see both optional claims.

    ### Configure API Permissions

    <Steps>
      <Step title="Access API Permissions">
        Select **API Permissions**.
      </Step>

      <Step title="Add permission">
        Click **Add a permission**.
      </Step>

      <Step title="Select Microsoft Graph">
        Click **Microsoft Graph**.
      </Step>

      <Step title="Select delegated permissions">
        Select **Delegated permissions**.
      </Step>

      <Step title="Expand OpenID permissions">
        Confirm that the **OpenID permissions** section is expanded. If it is not expanded, click the expand icon next to **OpenID permissions**.
      </Step>

      <Step title="Select email permission">
        Select **email**.
      </Step>

      <Step title="Select profile permission">
        Select **profile**.
      </Step>

      <Step title="Search for User.Read permission">
        In the **Select permissions** field, enter **User.Read**.
      </Step>

      <Step title="Confirm User.Read selection">
        In the User section, confirm that **User.Read** is already selected. If **User.Read** isn't selected, select it.
      </Step>

      <Step title="Add permissions">
        Click **Add permissions**.
      </Step>

      <Step title="Grant admin consent">
        While still on the API permissions page, select **Grant admin consent for \[your tenant]**.
      </Step>

      <Step title="Confirm admin consent">
        Select **Yes**.
      </Step>
    </Steps>

    You should see a notification similar to the one below, and you should see a "Granted for \[your tenant] ..." message in the Status column next to each permission.

    <Frame>
      <img src="https://mintcdn.com/iru/4wJJk-urrjfBXzBY/assets/media/images/iru-entra-passport-configured-perms.png?fit=max&auto=format&n=4wJJk-urrjfBXzBY&q=85&s=370e73da3d658ffcacf8f4656fce0e35" alt="Microsoft Entra ID API permissions showing Granted for tenant status" width="2048" height="598" data-path="assets/media/images/iru-entra-passport-configured-perms.png" />
    </Frame>

    ### Assign Users and Groups

    <Note>
      By default, when you create a new App registration, the "Assignment required?" attribute is set to "No". However, if your Passport Enterprise app is set to require assignment, follow these steps to assign users so they can use your Passport app.
    </Note>

    <Steps>
      <Step title="Access Enterprise Applications">
        In the Entra ID navigation menu on the left, select **Enterprise Apps**.
      </Step>

      <Step title="Select your Passport app">
        In the All applications list, select **Iru Passport Mac Login** or whatever name you named the App registration in the previous section.

        <Frame>
          <img src="https://mintcdn.com/iru/TTV4GXkIHgRpdDZ5/assets/media/images/wsfsg8ireduwhwfdsvoupxcbalumdexd-w.png?fit=max&auto=format&n=TTV4GXkIHgRpdDZ5&q=85&s=969a797516fbb94112c876868ef14f06" alt="Microsoft Entra ID App registrations for Passport Mac login configuration" width="3383" height="1647" data-path="assets/media/images/wsfsg8ireduwhwfdsvoupxcbalumdexd-w.png" />
        </Frame>
      </Step>

      <Step title="Access Properties">
        Under **Manage**, select **Properties**.
      </Step>

      <Step title="Add logo (optional)">
        Optionally, add a logo to your Enterprise App.
      </Step>

      <Step title="Check assignment requirement">
        Inspect the **Assignment required?** setting. If it is set to "No," then you can skip the rest of this section. All users in Entra ID will be able to use the Passport app.
      </Step>

      <Step title="Configure visibility">
        Confirm that **Visible to users?** is set to **No**; otherwise, users will see the app in their portal. The Passport app is only useful as a replacement for the macOS login window.
      </Step>

      <Step title="Save properties">
        Click **Save**.

        <Frame>
          <img src="https://mintcdn.com/iru/oxRcYXnzj6p6Lxvi/assets/media/images/syn70do46rdenh9d_ev3rcnrkxzduogjug.png?fit=max&auto=format&n=oxRcYXnzj6p6Lxvi&q=85&s=f0091ad80b071bab246adff734fd98fd" alt="Microsoft Entra ID app registration or token configuration for Passport Mac login" width="3170" height="1436" data-path="assets/media/images/syn70do46rdenh9d_ev3rcnrkxzduogjug.png" />
        </Frame>
      </Step>

      <Step title="Access Users and Groups">
        <Note>
          If the **Assignment required?** setting is set to "No," you can skip the remaining steps in this section and continue to the next section. If it is set to "Yes," proceed with the following steps to assign users and groups.
        </Note>

        Under **Manage**, select **Users and Groups**.

        <Frame>
          <img src="https://mintcdn.com/iru/20OhJ3wZmF4DKbOd/assets/media/images/jauom-z0acgphtsu21_6bdzsnxux_ooayg.png?fit=max&auto=format&n=20OhJ3wZmF4DKbOd&q=85&s=8b0407c754643d8bec76c6825cae6790" alt="Microsoft Entra ID app Overview or Authentication for Passport Mac login" width="3384" height="1700" data-path="assets/media/images/jauom-z0acgphtsu21_6bdzsnxux_ooayg.png" />
        </Frame>
      </Step>

      <Step title="Add user or group">
        On the menu, select **+ Add user/group**.
      </Step>

      <Step title="Select users and groups">
        On the **Add Assignment** dialog, select the link under **Users and groups**.

        <Frame>
          <img src="https://mintcdn.com/iru/eqrMRa098FywfIL4/assets/media/images/ruuoaf_fccyusbowgklaw_gb4od6yicc-w.png?fit=max&auto=format&n=eqrMRa098FywfIL4&q=85&s=787d13f69cf1c6c5466855e4ea7c11ee" alt="Microsoft Entra ID Certificates and secrets or redirect URI for Passport Mac login" width="3380" height="1692" data-path="assets/media/images/ruuoaf_fccyusbowgklaw_gb4od6yicc-w.png" />
        </Frame>
      </Step>

      <Step title="Choose users and groups">
        A list of users and security groups is displayed. You can search for a specific user or group or select multiple users and groups that appear in the list.
      </Step>

      <Step title="Confirm selection">
        After you have selected your users and groups, select **Select**.

        If you see the message below, it means that a free tier is being used. You can only add users (not groups) to the Passport Enterprise App.

        <Frame>
          <img src="https://mintcdn.com/iru/2JN9EXN6FEm5sMxP/assets/media/images/6jadr5z7fvl_2zn7roc9op1bm9hfjsq3tq(1).png?fit=max&auto=format&n=2JN9EXN6FEm5sMxP&q=85&s=4bd38e97502d55069ffba70303e5f94b" alt="Groups are not available for assignment due to Active Directory plan level" width="1618" height="358" data-path="assets/media/images/6jadr5z7fvl_2zn7roc9op1bm9hfjsq3tq(1).png" />
        </Frame>
      </Step>

      <Step title="Complete assignment">
        Select **Assign** to finish the assignment of users and groups to the app.

        <Frame>
          <img src="https://mintcdn.com/iru/qQl9m4UQwfP-FkWY/assets/media/images/kwmcvssnbmswvafmmurbep9qyxqyxjtblq.png?fit=max&auto=format&n=qQl9m4UQwfP-FkWY&q=85&s=b01a57e49aac7692429ead37761d038e" alt="Add Assignment dialog with Users and groups and Select button" width="3383" height="1637" data-path="assets/media/images/kwmcvssnbmswvafmmurbep9qyxqyxjtblq.png" />
        </Frame>
      </Step>

      <Step title="Verify assignment">
        Confirm that the users and groups you added appear in the **Users and groups** list.

        <Frame>
          <img src="https://mintcdn.com/iru/OVGwzrvB1dITOQ_N/assets/media/images/fk-itqxjaj-frz8io5lh4pg0jcnnyjcaqq.png?fit=max&auto=format&n=OVGwzrvB1dITOQ_N&q=85&s=d1106ba219c9a66008f7b7e017d928d1" alt="Microsoft Entra ID policy configuration for Passport Mac login" width="3375" height="1635" data-path="assets/media/images/fk-itqxjaj-frz8io5lh4pg0jcnnyjcaqq.png" />
        </Frame>
      </Step>

      <Step title="Review configuration">
        With this portion of the Entra ID configuration complete, review the remaining sections of this article for your Microsoft Entra ID environment.

        <Frame>
          <img src="https://mintcdn.com/iru/mol1UbnodotF3fFx/assets/media/images/gjtfw_omr1puozyzse3vuwezqmekerxtpw.png?fit=max&auto=format&n=mol1UbnodotF3fFx&q=85&s=e128462e00df82a5b169c6a5eeda9d57" alt="Microsoft Entra ID policy or app registration for Passport Mac login" width="3389" height="1638" data-path="assets/media/images/gjtfw_omr1puozyzse3vuwezqmekerxtpw.png" />
        </Frame>
      </Step>
    </Steps>

    ### Microsoft Entra ID Conditional Access Considerations

    <Warning>
      [Microsoft Entra ID Conditional Access](https://learn.microsoft.com/en-us/entra/identity/conditional-access/) is included with Microsoft Entra ID Premium or better. Be sure to turn off both per-user MFA and Security defaults before you turn on Microsoft Entra ID Conditional Access policies.
    </Warning>

    Complete the steps below to register **Passport - CA Policy API**, add its scope to your Passport app, and exclude that app from applicable policies. Skip this section if you do not use Conditional Access. When you finish, add the scope under **Additional scopes (optional)** in [Authentication Mode](#authentication-mode) on the [Iru Endpoint](#iru-endpoint) tab.

    <span id="passport-ca-policy-api" />

    #### Create the Passport - CA Policy API application

    Create this application registration so Passport can request a scope beyond baseline scopes.

    <Steps>
      <Step title="Open App registrations">
        Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) and open **Entra ID** > **App registrations**.
      </Step>

      <Step title="Register the application">
        Select **+ New registration**. Enter **Passport - CA Policy API** as the name, under **Supported account types** select **Single tenant only**, and leave **Redirect URI** empty. Select **Register**.
      </Step>

      <Step title="Grant admin consent for Microsoft Graph">
        Open **API permissions**. If admin consent is not already granted, select **Grant admin consent for \[your tenant]**.
      </Step>

      <Step title="Expose an API">
        Open **Expose an API** in the left navigation.
      </Step>

      <Step title="Add a scope">
        Select **+ Add a scope**.
      </Step>

      <Step title="Set Application ID URI">
        Review the **Application ID URI**. Entra ID suggests a default value (for example, `api://cca588ed-dfe6-4fb4-b695-abfa23b6475a`). The default is fine. Select **Save and continue**. You do not need to copy this URI; copy the scope URI in **Copy the scope URI** below.
      </Step>

      <Step title="Configure the Passport scope">
        For **Scope name**, enter `Passport` without spaces or special characters. Leave **Who can consent** at the default. Enter a display name and description in the **Admin consent** fields, then select **Add scope**.

        <Frame>
          <img src="https://mintcdn.com/iru/XxnIQlFwhHx3K8Yp/assets/media/images/iru-entra-passport-ca-policy-api-scope.png?fit=max&auto=format&n=XxnIQlFwhHx3K8Yp&q=85&s=7696a053228d59eac997a0a97c23ca2d" alt="Microsoft Entra ID Expose an API scope list showing the Passport scope URI and Enabled state" width="1822" height="188" data-path="assets/media/images/iru-entra-passport-ca-policy-api-scope.png" />
        </Frame>
      </Step>

      <Step title="Copy the scope URI">
        Next to the scope URI in the **Scopes** list (for example, `api://cca588ed-dfe6-4fb4-b695-abfa23b6475a/Passport`), select **Copy**. Save it for **Add Additional scopes** in [Authentication Mode](#authentication-mode) on the [Iru Endpoint](#iru-endpoint) tab.
      </Step>
    </Steps>

    <span id="passport-ca-policy-api-permission" />

    #### Add the custom scope to your Passport app registration

    <Steps>
      <Step title="Open your Passport app registration">
        If you aren't already signed in, sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) and open **Entra ID** > **App registrations**. Open the application you use for Passport **Mac Login**.
      </Step>

      <Step title="Add API permission">
        Open **API permissions** and select **+ Add a permission**.
      </Step>

      <Step title="Select Passport - CA Policy API">
        Open the **APIs my organization uses** tab and select **Passport - CA Policy API**.
      </Step>

      <Step title="Add the Passport delegated permission">
        Select **Delegated permissions**, select the **Passport** permission, then select **Add permissions**.
      </Step>

      <Step title="Grant admin consent">
        Select **Grant admin consent for \[your tenant]**.

        <Frame>
          <img src="https://mintcdn.com/iru/XxnIQlFwhHx3K8Yp/assets/media/images/iru-entra-passport-ca-policy-api-permissions.png?fit=max&auto=format&n=XxnIQlFwhHx3K8Yp&q=85&s=624831db5dcf4ae73afe9a33a284cf6a" alt="Microsoft Entra ID API permissions for Passport showing Microsoft Graph and Passport - CA Policy API delegated permissions" width="964" height="472" data-path="assets/media/images/iru-entra-passport-ca-policy-api-permissions.png" />
        </Frame>
      </Step>
    </Steps>

    <span id="passport-ca-policy-api-ca-exclude" />

    #### Exclude Passport - CA Policy API from All resources policies

    If you use Conditional Access, exclude **Passport - CA Policy API** from each policy scoped to **All resources**. Policies scoped to **All resources** include sign-ins that use the `openid` scope. Excluding **Passport - CA Policy API** removes the MFA requirement for ROPG, which Passport uses for password verification and synchronization in **Mac Login**.

    <Steps>
      <Step title="Open Conditional Access">
        In the [Microsoft Entra admin center](https://entra.microsoft.com), open **Protection** > **Conditional Access** > **Policies**.
      </Step>

      <Step title="Open a policy scoped to All resources">
        Select each policy scoped to **All resources**, then open **Target resources**.
      </Step>

      <Step title="Exclude Passport - CA Policy API">
        Open the **Exclude** tab, select **Select resources**, then select **Passport - CA Policy API**. Select **Select**, then **Save**.

        <Frame>
          <img src="https://mintcdn.com/iru/XxnIQlFwhHx3K8Yp/assets/media/images/iru-entra-passport-ca-policy-api-ca-exclude.png?fit=max&auto=format&n=XxnIQlFwhHx3K8Yp&q=85&s=1c5ff72b9d4671691b3cbbfd376c2503" alt="Microsoft Entra ID Conditional Access policy Exclude tab showing Passport - CA Policy API selected under Select specific resources" width="604" height="826" data-path="assets/media/images/iru-entra-passport-ca-policy-api-ca-exclude.png" />
        </Frame>
      </Step>

      <Step title="Repeat for each All resources policy">
        Repeat these steps for every Conditional Access policy scoped to **All resources**.
      </Step>
    </Steps>

    <Note>
      If **Save** fails, confirm that **Passport - CA Policy API** does not allow public client flows. If the app has a redirect URI configured, remove it and try again.
    </Note>

    ### User Account Provisioning via Passport

    If you want Passport to set each user's Mac account type from Entra ID security group membership, collect each group's **Object ID** in the Microsoft Entra admin center using the steps in this section. You will use those values under **User provisioning** on the Passport Library Item [**Iru Endpoint** tab](#iru-endpoint). For more detail on this mode, see [User provisioning](/en/endpoint/library/passport/configure-the-passport-library-item#user-provisioning) in **Configure the Passport Library Item**.

    The number of security groups supported by Entra is 150 for SAML assertions. In larger organizations, the number of groups where a user is a member might exceed the limit that Microsoft Entra ID applies before emitting group claims in a token. Exceeding this limit will cause Microsoft Entra ID to omit group claims from the token.

    <Steps>
      <Step title="Access Groups">
        Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com). In the Identity navigation menu on the left, open **Groups** and select **All groups**.
      </Step>

      <Step title="Select group">
        Select the group that you want to use.

        <Frame>
          <img src="https://mintcdn.com/iru/iHobnQhyz6BZxvF-/assets/media/images/r8fljma5tnrvgk4ypydlsu5nhrhapvk4ya.png?fit=max&auto=format&n=iHobnQhyz6BZxvF-&q=85&s=4b8e670e6809dcd821e84d58dd66a437" alt="Microsoft Entra ID app registration or policy configuration for Passport Mac login" width="3610" height="2036" data-path="assets/media/images/r8fljma5tnrvgk4ypydlsu5nhrhapvk4ya.png" />
        </Frame>
      </Step>

      <Step title="Copy Object ID">
        Copy the **Object ID** for that group.

        <Frame>
          <img src="https://mintcdn.com/iru/TTV4GXkIHgRpdDZ5/assets/media/images/vtotk8rl8gadg2swdshhkmi5crswi-dstw.png?fit=max&auto=format&n=TTV4GXkIHgRpdDZ5&q=85&s=5718bfbb69c0da633cd53ea280c8d438" alt="Microsoft Entra ID Passport Enterprise application or policy exclusions" width="3610" height="2036" data-path="assets/media/images/vtotk8rl8gadg2swdshhkmi5crswi-dstw.png" />
        </Frame>
      </Step>

      <Step title="Repeat for additional Entra ID groups">
        For each additional Entra ID group you want to use, repeat **Select group** and **Copy Object ID**. Keep the **Object ID** values in a secure document until you enter them on the [**Iru Endpoint** tab](#iru-endpoint).
      </Step>
    </Steps>

    <Note>
      Configure **Authentication mode** and **User provisioning** in the Passport Library Item on the [**Iru Endpoint** tab](#iru-endpoint).
    </Note>
  </Tab>

  <Tab title="Iru Endpoint" id="iru-endpoint" icon="https://mintcdn.com/iru/8j4H0SpqtcKJ5JUM/assets/media/svgs/Iru-Logomark-OnLight-16-Dashboard.svg?fit=max&auto=format&n=8j4H0SpqtcKJ5JUM&q=85&s=befa6ce99e1df18d397deb65aec8edaf" width="14" height="15" data-path="assets/media/svgs/Iru-Logomark-OnLight-16-Dashboard.svg">
    If you have not already, use [Configure the Passport Library Item](/en/endpoint/library/passport/configure-the-passport-library-item) to add the Passport Library Item and basic settings. The steps below are Microsoft Entra ID **Mac Login** fields in the Passport Library Item; use the **Application (client) ID** and OpenID Connect metadata URL from the [Microsoft Entra ID](#microsoft-entra-id) tab.

    ### Authentication Mode

    Set **Authentication mode** to **Mac Login** so users sign in with their Microsoft Entra ID username and password at the Mac login window.

    <Steps>
      <Step title="Select Microsoft Entra identity provider">
        In the Passport Library Item, set **Identity provider** to **Microsoft Entra ID**.
      </Step>

      <Step title="Enter Identity provider URL">
        In the **Identity provider URL** field, paste the **OpenID Connect metadata document** URL from the app registration on the [Microsoft Entra ID](#microsoft-entra-id) tab.
      </Step>

      <Step title="Enter Client ID (Password Sync)">
        In the **Client ID (Password Sync)** field, paste the **Application (client) ID** from the app registration on the [Microsoft Entra ID](#microsoft-entra-id) tab.
      </Step>

      <Step title="Add Additional scopes (Conditional Access only)">
        <Note>
          Complete this step only if you completed [Microsoft Entra ID Conditional Access Considerations](#microsoft-entra-id-conditional-access-considerations). If you skipped that section, continue to **Select Mac Login**.
        </Note>

        Paste the scope URI you copied from **Create the Passport - CA Policy API application** into **Additional scopes (optional)**. This field appears below **Client ID (Password Sync)**.

        <Frame>
          <img src="https://mintcdn.com/iru/XxnIQlFwhHx3K8Yp/assets/media/images/iru-entra-passport-additional-scopes.png?fit=max&auto=format&n=XxnIQlFwhHx3K8Yp&q=85&s=184577a527e20b9066f038cfadb7e6ce" alt="Passport Library Item Additional scopes field showing the Passport - CA Policy API scope URI" width="744" height="214" data-path="assets/media/images/iru-entra-passport-additional-scopes.png" />
        </Frame>
      </Step>

      <Step title="Select Mac Login">
        Under **Authentication mode**, select **Mac Login**.
      </Step>

      <Step title="Save configuration">
        Click **Save** on the Passport Library Item.
      </Step>
    </Steps>

    ### User Provisioning

    If you want Passport to set each user's Mac account type from Entra ID security group membership, use the steps below under **User provisioning** on the Passport Library Item [**Iru Endpoint** tab](#iru-endpoint). Collect each group's **Object ID** in Entra ID first. See [User Account Provisioning via Passport](#user-account-provisioning-via-passport) on the [Microsoft Entra ID](#microsoft-entra-id) tab.

    <Steps>
      <Step title="Configure user account type">
        In the **User provisioning** section, open **User account type** and select **Specify per identity provider group**.
      </Step>

      <Step title="Choose fallback account type">
        With **User account type** set to **Specify per identity provider group**, open the account type drop-down below it and select Administrator or Standard user. If a user's IdP group membership returns both Administrator and Standard account types, the user is designated an Administrator.
      </Step>

      <Step title="Enter Object IDs">
        In each **Identity provider group** field, enter the Entra ID group **Object ID** as a GUID, not the group display name.
      </Step>

      <Step title="Set account types">
        For each **Identity provider group** row, set the **Account type** as appropriate.

        <Frame>
          <img src="https://mintcdn.com/iru/5ryqSIBTtSipAcVd/assets/media/images/_vums3lo6hb0ytynefggsrk1nhnqpyjlgq.png?fit=max&auto=format&n=5ryqSIBTtSipAcVd&q=85&s=501561737a05f8c7a63f4b1e5b5fe22b" alt="Microsoft Entra ID Passport Mac login configuration complete" width="2458" height="1243" data-path="assets/media/images/_vums3lo6hb0ytynefggsrk1nhnqpyjlgq.png" />
        </Frame>
      </Step>

      <Step title="Save configuration">
        Click **Save**.
      </Step>
    </Steps>

    <Note>
      When the Passport Library Item is saved, return to the [Microsoft Entra ID](#microsoft-entra-id) tab if you need to change the app registration, **Passport - CA Policy API** exclusions, or group **Object IDs**.
    </Note>
  </Tab>
</Tabs>

<span id="june-2026-conditional-access-change" />

## Required Changes Before June 15, 2026

On **June 15, 2026**, Microsoft Entra ID starts enforcing Conditional Access more broadly for policies that target **All resources** (formerly **All cloud apps**) and include **resource exclusions**. Sign-ins that request only **baseline scopes**, including `openid`, `profile`, `email`, and `User.Read`, will be subject to those policies.

<Note>
  If you are not licensed for Conditional Access, this change does not apply to your organization. It applies only when policies target **All resources** with one or more **resource exclusions** and users sign in through applications that request only baseline scopes. If you do not use that policy layout, you are not affected. Policies that target **All resources** with no resource exclusions are also outside this change.
</Note>

Passport **Mac Login** requests those scopes as a public client. If this change applies to your tenant and you already use **Mac Login**, complete the relevant updates below before **June 15, 2026**. If you skip them, sign-in and password sync can break once enforcement begins.

If you are configuring Passport **Mac Login** for the first time using this article, the **Microsoft Entra ID** and **Iru Endpoint** tabs above already include these updates.

Read [Enforcement for baseline scopes in Conditional Access](https://learn.microsoft.com/en-us/entra/identity/conditional-access/concept-enforcement-resource-exclusions) for more detail.

### If you skip these updates

If you do not prepare before **June 15, 2026**:

* New users might not be able to sign in with Passport.
* Password sync and state management can stop working.
* Microsoft Entra ID might record extra failed sign-in events.

### If you do not use Conditional Access policies

If you do not use Conditional Access, or you want the old behavior across your tenant while you test:

<Steps>
  <Step title="Register a placeholder application">
    Register a single-tenant application in Microsoft Entra ID to serve as the custom target resource for baseline scopes. No additional configuration is required during registration. See **Create an application** in [Customize behavior](https://learn.microsoft.com/en-us/entra/identity/conditional-access/concept-enforcement-resource-exclusions#customize-behavior).
  </Step>

  <Step title="Exclude the application from the relevant policy">
    In each Conditional Access policy where you need to retain legacy behavior, exclude the placeholder application from **Target resources**. See **Exclude the application from the relevant policy** in [Microsoft's documentation](https://learn.microsoft.com/en-us/entra/identity/conditional-access/concept-enforcement-resource-exclusions#customize-behavior).
  </Step>

  <Step title="Select the application in Baseline scopes settings">
    Open [Baseline scopes settings](https://aka.ms/BaselineScopesSettingsUX), select **Customize behavior**, select the placeholder application, then select **Save**. See **Select the application in the Baseline scopes settings UX** in [Microsoft's documentation](https://learn.microsoft.com/en-us/entra/identity/conditional-access/concept-enforcement-resource-exclusions#customize-behavior).
  </Step>

  <Step title="No Passport Library Item changes required">
    You do not need to change your Passport Library Item in Iru Endpoint.
  </Step>
</Steps>

This Entra ID setting affects every application that requests baseline scopes, not just Passport.

### If you use Conditional Access policies

If you use Conditional Access with Passport **Mac Login**, complete the steps below before **June 15, 2026**.

#### Step 1 — Create the Passport - CA Policy API application

<Steps>
  <Step title="Open App registrations">
    Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) and open **Entra ID** > **App registrations**.
  </Step>

  <Step title="Register the application">
    Select **+ New registration**. Enter **Passport - CA Policy API** as the name, under **Supported account types** select **Single tenant only**, and leave **Redirect URI** empty. Select **Register**.
  </Step>

  <Step title="Grant admin consent for Microsoft Graph">
    Open **API permissions**. If admin consent is not already granted, select **Grant admin consent for \[your tenant]**.
  </Step>

  <Step title="Expose an API">
    Open **Expose an API** in the left navigation.
  </Step>

  <Step title="Add a scope">
    Select **+ Add a scope**.
  </Step>

  <Step title="Set Application ID URI">
    Review the **Application ID URI**. Entra ID suggests a default value (for example, `api://cca588ed-dfe6-4fb4-b695-abfa23b6475a`). The default is fine. Select **Save and continue**. You do not need to copy this URI; copy the scope URI in **Copy the scope URI** below.
  </Step>

  <Step title="Configure the Passport scope">
    For **Scope name**, enter `Passport` without spaces or special characters. Leave **Who can consent** at the default. Enter a display name and description in the **Admin consent** fields, then select **Add scope**.

    <Frame>
      <img src="https://mintcdn.com/iru/XxnIQlFwhHx3K8Yp/assets/media/images/iru-entra-passport-ca-policy-api-scope.png?fit=max&auto=format&n=XxnIQlFwhHx3K8Yp&q=85&s=7696a053228d59eac997a0a97c23ca2d" alt="Microsoft Entra ID Expose an API scope list showing the Passport scope URI and Enabled state" width="1822" height="188" data-path="assets/media/images/iru-entra-passport-ca-policy-api-scope.png" />
    </Frame>
  </Step>

  <Step title="Copy the scope URI">
    Next to the scope URI in the **Scopes** list (for example, `api://cca588ed-dfe6-4fb4-b695-abfa23b6475a/Passport`), select **Copy**. Save it for step 4 below.
  </Step>
</Steps>

#### Step 2 — Add the custom scope to your Passport app registration

<Steps>
  <Step title="Open your Passport app registration">
    If you aren't already signed in, sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) and open **Entra ID** > **App registrations**. Open the application you use for Passport **Mac Login**.
  </Step>

  <Step title="Add API permission">
    Open **API permissions** and select **+ Add a permission**.
  </Step>

  <Step title="Select Passport - CA Policy API">
    Open the **APIs my organization uses** tab and select **Passport - CA Policy API**.
  </Step>

  <Step title="Add the Passport delegated permission">
    Select **Delegated permissions**, select the **Passport** permission, then select **Add permissions**.
  </Step>

  <Step title="Grant admin consent">
    Select **Grant admin consent for \[your tenant]**.

    <Frame>
      <img src="https://mintcdn.com/iru/XxnIQlFwhHx3K8Yp/assets/media/images/iru-entra-passport-ca-policy-api-permissions.png?fit=max&auto=format&n=XxnIQlFwhHx3K8Yp&q=85&s=624831db5dcf4ae73afe9a33a284cf6a" alt="Microsoft Entra ID API permissions for Passport showing Microsoft Graph and Passport - CA Policy API delegated permissions" width="964" height="472" data-path="assets/media/images/iru-entra-passport-ca-policy-api-permissions.png" />
    </Frame>
  </Step>
</Steps>

#### Step 3 — Exclude Passport - CA Policy API from All resources policies

Policies scoped to **All resources** include sign-ins that use the `openid` scope. Excluding **Passport - CA Policy API** removes the MFA requirement for ROPG, which Passport uses for password verification and synchronization in **Mac Login**.

<Steps>
  <Step title="Open Conditional Access">
    In the [Microsoft Entra admin center](https://entra.microsoft.com), open **Protection** > **Conditional Access** > **Policies**.
  </Step>

  <Step title="Open a policy scoped to All resources">
    Select each policy scoped to **All resources**, then open **Target resources**.
  </Step>

  <Step title="Exclude Passport - CA Policy API">
    Open the **Exclude** tab, select **Select resources**, then select **Passport - CA Policy API**. Select **Select**, then **Save**.

    <Frame>
      <img src="https://mintcdn.com/iru/XxnIQlFwhHx3K8Yp/assets/media/images/iru-entra-passport-ca-policy-api-ca-exclude.png?fit=max&auto=format&n=XxnIQlFwhHx3K8Yp&q=85&s=1c5ff72b9d4671691b3cbbfd376c2503" alt="Microsoft Entra ID Conditional Access policy Exclude tab showing Passport - CA Policy API selected under Select specific resources" width="604" height="826" data-path="assets/media/images/iru-entra-passport-ca-policy-api-ca-exclude.png" />
    </Frame>
  </Step>

  <Step title="Repeat for each All resources policy">
    Repeat these steps for every Conditional Access policy scoped to **All resources**.
  </Step>
</Steps>

<Note>
  If **Save** fails, confirm that **Passport - CA Policy API** does not allow public client flows. If the app has a redirect URI configured, remove it and try again.
</Note>

#### Step 4 — Update your Passport Library Item

<Steps>
  <Step title="Open the Passport Library Item">
    In Iru Endpoint, open **Library** and edit your Passport Library Item configured for Microsoft Entra ID **Mac Login**.
  </Step>

  <Step title="Add the scope URI">
    On the [**Iru Endpoint** tab](#iru-endpoint), paste the scope URI from step 1 above into **Additional scopes (optional)**, then select **Save**.

    <Frame>
      <img src="https://mintcdn.com/iru/XxnIQlFwhHx3K8Yp/assets/media/images/iru-entra-passport-additional-scopes.png?fit=max&auto=format&n=XxnIQlFwhHx3K8Yp&q=85&s=184577a527e20b9066f038cfadb7e6ce" alt="Passport Library Item Additional scopes field showing the Passport - CA Policy API scope URI" width="744" height="214" data-path="assets/media/images/iru-entra-passport-additional-scopes.png" />
    </Frame>
  </Step>

  <Step title="Repeat for other Passport Library Items">
    Repeat **Add the scope URI** for every Passport Library Item configured for Microsoft Entra ID **Mac Login**.
  </Step>
</Steps>

After you finish these updates, test Passport sign-in on an enrolled Mac. If sign-in fails, see [Passport Troubleshooting with Microsoft Entra ID (formerly Azure AD)](/en/endpoint/library/passport/microsoft-entra-id/passport-troubleshooting-with-microsoft-entra-id-formerly-azure-ad).

## Microsoft Entra ID Troubleshooting

If Passport sign-in fails with Entra ID, see [Passport Troubleshooting with Microsoft Entra ID (formerly Azure AD)](/en/endpoint/library/passport/microsoft-entra-id/passport-troubleshooting-with-microsoft-entra-id-formerly-azure-ad).
