Skip to main content

All Questions

0 votes
1 answer
36 views

Azure Function App authentication using Azure B2C

I have a single-page application (SPA) developed with Vue.js and hosted on Azure App Services that is using Azure B2C and MSAL 2.8.0 for authentication. The web APIs called by the SPA are developed ...
user3614070's user avatar
0 votes
1 answer
88 views

Azure b2c - refresh token does not include custom claims

When a user logs in, I hit a REST API that verifies the username and password and returns some properties like personId, comUsername, wcfToken, and organizationCode. These properties are then returned ...
Arjun's user avatar
  • 507
0 votes
1 answer
56 views

Implementing Azure B2C single sign on shared between multiple apps

I want to implement SSO accross multiple apps. My requirement is that we will login in one app and switch between different apps withoout having to login again. App 1- React Spa App 2 - .Net based. I ...
Rashmi936's user avatar
0 votes
1 answer
75 views

How to acquire Azure management token and call HTTP in .NET for Azure B2C domain name availability check?

I've been working on setting up Azure AD B2C tenants and encountered a roadblock when trying to verify domain name availability before creating a tenant. Following a helpful response on my previous ...
Piotr Nowak's user avatar
0 votes
0 answers
76 views

MAUI - Microsoft.Identity.Client.MsalClientException statemismatcherror on Android 14

My app is currently experiencing login issues on Android 14 (released oct 23) devices. Microsoft.Identity.Client.MsalClientException: Returned state(xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx) from authorize ...
Dave Reilly's user avatar
0 votes
1 answer
91 views

Cannot authenticate with SSO between multiple web apps with Azure B2C and MSAL.js Angular

We are building multiple web applications that use Azure B2C user flows for authentication. They are hosted on our servers within the same domain, but different subdomains to differentiate them. The ...
user25230787's user avatar
0 votes
0 answers
41 views

Approach to validating an Azure MSAL session across B2C

We have a frontend that authenticates through an azure B2C custom policy - user flow, adds user to tenant - all good. We get back what we need from the client in that respect and the user is logged in....
Harry Lincoln's user avatar
0 votes
1 answer
49 views

Authentication of users in Azure AD B2C inside a Modal instead of a page

Is it possible to authenticate a public customer inside a modal using Azure AD B2C instead of a page? The App is a React based App (NextJS).
Nigel Thomas's user avatar
  • 1,899
0 votes
1 answer
55 views

How to implement Register and login in Azure AD B2C using Custom UI and APIs

How to implement Register and Login in Azure AD B2C using Custom UI and APIs and without using User flows. Instead of redirecting to the Microsoft domain and authenticating the user on the custom UI ...
Nigel Thomas's user avatar
  • 1,899
2 votes
1 answer
148 views

Azure AD B2C Front-channel logout URL Not Working

I'm facing an issue with Azure AD B2C for which I'm struggling to find a solution. I have multiple registered applications, each representing a different product. When I log out of one of these ...
Juliano Roberto's user avatar
0 votes
0 answers
80 views

Azure B2C Angular MSAL not saving refreshed token

I have a SPA Angular App with Azure B2C authentication. The app has a refresh_token expired, and the call to /b2c_1a_signup_signin/oauth2/v2.0/token with grant_type: refresh_token returns error "...
Yaplex's user avatar
  • 2,274
0 votes
1 answer
39 views

Unable to validate access token of Nodejs Api on APIM

I have a B2C tenant configured with a sign-in flow. I'm attempting to validate an access token received from msal-angular within Azure API Management (APIM) in order to call a Node.js API. However, ...
Asad Shah's user avatar
  • 781
0 votes
2 answers
260 views

Why do I get a 400 - Bad Request when requesting an access token from Azure B2C using the ROPC flow?

Context I have an Azure B2C tenant with an App Registration called App Simulator. I have a .net 8 C# console App that simulates activity on my application. To simulate users, the console app connects ...
Kzryzstof's user avatar
  • 8,212
0 votes
0 answers
237 views

ASP.NET Core 8 Web API w/ Angular SPA - Issuer mismatch on token which sometimes self resolves

I am in the process of upgrading an app from Azure AD B2C to Entra ID for customers. My understanding is that the general configuration details are the same as those for a single-org Azure AD app. The ...
samDTMSP's user avatar
0 votes
1 answer
79 views

Azure AD B2C with SAML and skip the login page

I have a custom policy configured on my Portal application with a SAML protocol to authenticate the user on another application(QlikSense). If I try to open the URL https://<tenant-name>....
Aldo Inácio da Silva's user avatar

15 30 50 per page
1
2 3 4 5
32