Skip to main content

All Questions

Tagged with
0 votes
0 answers
94 views

How to pass Azure B2C access tokens in Blazor Server

I have been working for like few days on trying to figure out a way to fetch the access token in blazor server application, but so far it didnt worked out. this is what i have in program.cs builder....
nitesh2009's user avatar
0 votes
0 answers
86 views

Azure AD B2C Unauthorized for API

I am building a Blazor app which I intend to protect using Azure Active Directory B2C. I created an AAD B2C app registration, and exposed an API from it. Then I created another app registration to ...
dzenesiz's user avatar
  • 1,484
0 votes
0 answers
64 views

How to configure login redirect uri in Blazor WASM?

When I clicked the login button in development environment, the browser always redirected to production URL (I wanted the development URL). I had two redirect URI in Azure AD. How to configure the ...
dreamt's user avatar
  • 13
0 votes
1 answer
109 views

Configure .NET 8 Blazor SSR (Static) app to work with Entra ID in Azure AD B2C

I am having trouble configuring a .NET 8 Blazor SSR Static application to work with Entra ID in Azure AD B2C. In Program.cs I have this: builder.Services.AddAuthentication(OpenIdConnectDefaults....
user1843640's user avatar
  • 3,819
0 votes
1 answer
230 views

Implementing Azure AD B2C Authentication in .NET 8 Blazor Project (RenderMode: InteractiveAuto)

I'm working on a .NET 8 Blazor project and I'm trying to implement Azure AD B2C authentication. According to Microsoft's documentation, I'm using RemoteAuthenticatorView. It works fine in WebAssembly ...
Afshin Alizadeh's user avatar
0 votes
0 answers
51 views

with azure b2c and blazor server, how to refresh user claim without disconnecting the websocket?

I'm struggling to find how to refresh the user claim in blazor server while using b2c (Microsoft.Identity.Web) silently, without user intervention as an example, I would like to refresh the claim ...
Fredou's user avatar
  • 20k
0 votes
1 answer
84 views

Error IDX10500 with Azure AD B2C CustomPolicy

I'm trying to handle the AddMicrosoftIdentityWebApp in .NET 8 (Blazor Web App) with Azure AD B2C. I have some CustomPolicy that should be okay. But after clicking local account login, I got the ...
Denis's user avatar
  • 133
0 votes
0 answers
62 views

Azure AD B2C & Blazor Server .NET 8.0 How to Call Separate User SignIn & User SignUp UserFlows

I currently have a Blazor app that uses Azure B2C and is working. It uses a combined user flow that is SignupSignIn (all in one). I created the user flows in azure AD B2C and modified the appsettings....
Todd's user avatar
  • 119
0 votes
1 answer
280 views

Guidance on integrating Azure B2C with a Blazor Web App

We are trying to integrate Azure B2C with a Blazor Web App. There is some general guidance on doing this here however we are still unable to find a solution. Blazor Server App through Visual Studio ...
Obsidian Delta's user avatar
2 votes
2 answers
2k views

Does Msal work with Blazor V8 release? And where should the Msal components be located?

I'm trying to put together a Blazor app that uses Entra Id with a popup form for authentication. I have had some success with an old version of Blazor but I would like to do this with the release ...
John S's user avatar
  • 8,189
0 votes
1 answer
355 views

Blazor 8 united + Azure b2c

So I was looking at the latest version of blazor application and noticed, that there is no template for blazor web app (I assume this is a goto template for the hybrid hosting model) that incorporates ...
Pritorian's user avatar
  • 438
1 vote
1 answer
83 views

Blazor Server AD B2C Get Unique User Id

I am trying to get the unique user identification out of Azure AD B2C. I think there must be a unique user identification id, not the one who identifies some actual login states etc. I am looking for ...
spaghettiBox's user avatar
0 votes
1 answer
263 views

Azure AD B2C in Blazor Server Application: Error during login after logout

I'm encountering a sporadic issue in my Blazor Server Application when integrating with Azure AD B2C for authentication. The problem seems to arise primarily when a user logs out and then gets ...
Morgan's user avatar
  • 27
0 votes
1 answer
81 views

Azure AD B2C token enpoint allows access to unknown origins [duplicate]

I have set up an Azure AD B2C tenant with an API and a SPA client app. I am successfully being redirected to B2C login and login works fine. Now we have a security audit report saying the B2C token ...
Adavesh's user avatar
  • 559
4 votes
1 answer
2k views

ASP.NET Core 8 Blazor United - How to use Azure B2C?

How do you configure a new .NET 8 Blazor united project to use Azure B2C for authentication? I am not able to find any code samples, and what worked for ASP.NET Core 7 Blazor server-side does not ...
Kyle's user avatar
  • 33.4k

15 30 50 per page
1
2 3 4 5 6