Skip to main content

All Questions

Tagged with
0 votes
1 answer
92 views

Null AccessToken returned from AuthenticationResult

Working on an ASP.NET application that authenticates the user, then redeems the authorization code to get the access token, and it's based on https://github.com/Azure-Samples/active-directory-b2c-...
samsu's user avatar
  • 77
0 votes
0 answers
39 views

ASP.Net webapp stuck in Azure AD B2C authentication loop in only one environment

We have a web app that we're trying to change over to Azure B2C for authentication. It works fine in our test environments (connecting to test B2C tenants) and also locally. Before we tried to roll it ...
Jackson Pope's user avatar
  • 14.6k
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
1 answer
188 views

Azure AD B2C in ASP.NET Core

I am trying to integrate Azure AD B2C in the ASP.net core MVC application. It is showing the login page initially and when clicking on Login after entering username and password, it goes into a loop. ...
Midlaj's user avatar
  • 23
1 vote
1 answer
138 views

How can I get SwaggerUI/Swashbuckle to send the correct token to my API after authorizing against Azure AD B2C?

I'm trying to implement Azure AD B2C for my application and I want to use SwaggerUI to do some testing. Authentication using SwaggerUI and OAuth2 works and I get logged in to Azure AD B2C, receiving ...
Christian Wattengård's user avatar
1 vote
1 answer
328 views

Using Azure B2C with userName as login, How to Verify Authentication Email Address PRIOR to Sending Code in Password Reset Policy

We're trying to implement Azure B2C in our legacy .Net Framework web application, using userName instead of email address to log in (we migrated accounts from a legacy system). Our Password Reset/...
Ageonix's user avatar
  • 1,808
0 votes
1 answer
165 views

Use Azure AD B2C for Sign In and MFA then switch to legacy authentication

Please bear with me, security is way out of my wheelhouse and I'm just getting up to speed on Azure AD, so I may get some of these terms wrong. We have an older ASP.NET app with custom identity ...
cbonelli's user avatar
0 votes
1 answer
141 views

Create user using Azure B2C in database after sign up

I would like to know is it possible to create user in database after user sign up in Azure B2C user flow. What I mean is forward data from B2C sign up form to my backend API. In Azure B2C, I see it is ...
Pentium3k's user avatar
  • 105
0 votes
1 answer
726 views

How do I add more scopes in Azure B2C user flow?

I have a User Flow configured in Azure B2C. When I check the .well-known/openid-configuration I have only 'openid' in the scopes_supported. Can I add other scopes, like profile or offline_access? { &...
privm's user avatar
  • 47
0 votes
1 answer
418 views

Migrate ASP.NET Membership users to Azure AD via External Identity Provider

I have an ASP.NET MVC 5 web application that authenticates users using ASP.NET membership. We are in the process of migrating the app to Azure App Service and we have some requirement to introduce SSO ...
Haitham Shaddad's user avatar
0 votes
1 answer
83 views

Azure AD B2C integration in MVC 3.0 - HttpContext not accessible under "App_Start/Startup.Auth.cs" file

We have a MVC3.0 based application(4.7.2 .NET Framework) and we have integrated the Azure AD B2C code based on the sample app at URL https://github.com/Azure-Samples/active-directory-b2c-dotnet-webapp-...
spalMcc's user avatar
  • 41
1 vote
0 answers
420 views

Manage redirect-uri for remote profile editing (via Azure AD B2C)

I've configured Azure AD B2C to manage Profile Editing User Flow, to allow users of my application to edit their attributes directly from Azure AD. The application is a ASP.NET Blazor WASM application ...
Roberto Ferraris's user avatar
0 votes
1 answer
756 views

How can I validate the azp claim?

Considering the following jwt token: I use the following code to protect my aspnet core webapi: builder.Services.AddAuthentication(JwtBearerDefaults.AuthenticationScheme) ....
Allan Xu's user avatar
  • 8,852
0 votes
1 answer
234 views

Return Access Token for B2C Local Account

I'd like to B2C to return a claim that includes the access token for a local account. Where I'll be able to use the access token to make MS Graph calls to view and edit profile values (e.g. Given Name,...
Sen's user avatar
  • 1,448
1 vote
0 answers
274 views

Update UserIdentities with roles after Azure AD B2C login

I have a Blazor WASM application communicating with a ASP.NET 6 Web API. User authentication is done via Azure AD B2C by attaching the AD token to Http requests sent to the Server using builder....
kiwimario's user avatar

15 30 50 per page
1
2 3 4 5 6