Skip to content

Configuration EntraAppReg

Mika Berglund edited this page Dec 29, 2025 · 3 revisions

Configuring Your Application in Microsoft Entra ID

This page describes how you configure your application in Microsoft Entra ID or Microsoft Entra External ID to work properly with Blazorade ID. Follow the steps below to complete your application registration.

  1. Log in to your Entra ID portal at https://entra.microsoft.com, and find App registrations in the left-hand menu.
  2. In the App registrations pane, click on New registration.
  3. Give your application a name.
  4. In the Redirect URI section, select Single-page application (SPA) in the Select platform drop-down list.
    • The redirect URI is the root of your application with _content/Blazorade.Id/oauth-callback.html appended to the URL. So, if your application is running on https://localhost:7890, then the redirect URI would be https://localhost:7890/_content/Blazorade.Id/oauth-callback.html.

Note! This callback URL was introduced in Blazorade.Id v2.1.0.

Depending on the needs of your application, you need to add API permissions so that it can call into APIs on behalf of your users, but from a Blazorade ID perspective, the above list is enough for Blazorade ID to work with your application.

Clone this wiki locally