English 中文(简体)
Blazor Server BaseUri wrong for app service redirected by azure frontdoor
原标题:

Situation:

  • Blazor Server running in an app service
  • Azure AD B2C used for authentication
  • Azure Frontdoor is used to map custom domain to app service and provide WAF policies etc

Problem:

How do I get the app service behind the Azure frontdoor to work.

问题回答

暂无回答




相关问题
Session Cookie for Azure AD B2C

I am using the following Microsoft sample web application. ■URL: https://github.com/Azure-Samples/active-directory-aspnetcore-webapp-openidconnect-v2 (In the 1-WebApp-OIDC/1-5-B2C/ folder in the ...

Blazor Server App : Unable to unprotect the message.State

I am getting an Exception as above in my Blazor server application. Below is my Program.cs File builder.Services.AddAuthentication(AzureADB2CDefaults.BearerAuthenticationScheme) .AddOpenIdConnect(...

热门标签