-
Notifications
You must be signed in to change notification settings - Fork 0
Configuration EntraAppReg
Mika Berglund edited this page Dec 29, 2025
·
3 revisions
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.
- Log in to your Entra ID portal at https://entra.microsoft.com, and find App registrations in the left-hand menu.
- In the App registrations pane, click on New registration.
- Give your application a name.
- 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.htmlappended to the URL. So, if your application is running onhttps://localhost:7890, then the redirect URI would behttps://localhost:7890/_content/Blazorade.Id/oauth-callback.html.
- The redirect URI is the root of your application with
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.