IDEE
← External MFA Integration (M365)

πŸ“ Creating an App Registration in Microsoft Entra

πŸ“ Step 1: Navigate to App Registrations

  1. Go to the Microsoft Entra Admin Center.

  2. In the left menu, navigate to:
    Identity β†’ Applications β†’ App registrations

πŸ†• Step 2: Create a New Registration

  1. Click + New registration at the top of the page.

  2. Name: Enter a clear, descriptive name for your application (e.g., "Contoso Custom OIDC Client").

  3. Supported account types: Select the option for:
    Accounts in this organizational directory only (Single tenant)
    This ensures only users from your own Entra ID tenant can use this app.

  4. Redirect URI:

    • Type: Select Web from the dropdown.

    • URL: Paste the Authorization Endpoint URL you copied from your OIDC configuration in the AuthN portal.

  5. Click Register to create the application.