Skip to main content

All Questions

Tagged with
0 votes
0 answers
61 views

Access Token not returned by /token Azure B2C

I've started attempting to create a SPA with Web API connectivity through Azure AD B2C. I've successfully done this in the normal Microsoft Entra Id. I am following this guide. Here are details ...
Shawn Peery's user avatar
0 votes
1 answer
46 views

Azure B2C integration not working on app built using pwabuilder for iOS

I have built a PWA using ReactJS, which integrates with Azure B2C for register/sign in using MSAL library. I have built the package for google play store using pwabuilder and I was successfully able ...
Springy Developer's user avatar
0 votes
1 answer
87 views

Allow APIs in azure multi-tenant ADB2C to be consume by another tenant client app

I am working on .net web api and reacts app projects and registered in azure different tenant; Azure Active Directory B2C (ADB2C) Tenant A: Web API project Tenant B: React Client App1 (this need to ...
K.Z's user avatar
  • 4,975
0 votes
1 answer
185 views

how to get refresh token in msal-browser Azure AD B2C login?

we have used msal-browser for Azure AD B2C login in the react application with vite & RTK. We want to refresh the token once the main access token expires. But inside the react application, we ...
bhavik-civica's user avatar
0 votes
1 answer
49 views

How to authenticate react app with dotnet 3.1 web api using AppAuth.js and Azure AD B2C?

I have a react SPA which is consuming dotnet 3.1 web api. Right now the authentication is using pingFederate. Right now I need to switch to Azure AD B2C. Currently the authentication to PingFederate ...
Jyothish Bhaskaran's user avatar
0 votes
1 answer
183 views

Access Token Undefined in NextAuth Azure AD B2C - NextJS Pages Typescript

I've been trying to attach the access token in the session, but I don't get the value for access token. I'm not sure if I'm doing everything right: import util from "node:util"; import ...
Jedd Niñonuevo's user avatar
1 vote
1 answer
166 views

Azure AD B2C - cacheLocation change from sessionStorage to localStorage

I'm working with a React Single Page Application that uses Azure ADB2C for user sign-ups and sign-ins. The application is already in Production serving customers. We are using @msal/browser & @...
Anandakumar Palanisamy's user avatar
0 votes
1 answer
69 views

Azure ad b2c sign in flow with google identity provider

I have this issue for two days now, I have a web app that uses azure ad b2c for authentication only, and it use redirect, the problem is when login with identity provider with a user created with the ...
Mohamed Elkhayate's user avatar
0 votes
1 answer
111 views

React and Azure AD B2C IAM

I'm building a React website, and I successfully integrated the Sign Up/Sign In feature into it using Azure AD B2C. My problem is that I want to give the users permissions based on a custom attribute ...
Nuno Costa's user avatar
0 votes
0 answers
145 views

Cannot convert msal loginPopup to loginRedirect ReactJS Azure Adb2c

This code works fine with msal.loginPopup() Scenario I am using Azure Adb2c SSO to sign in to my react application. I have implemented everything successfully I am using msalInstance.loginpopup() to ...
Momin Mahmud's user avatar
0 votes
1 answer
818 views

Can't get access_token with MSAL/React

I am trying to get an access token using MSAL and React using Azure B2C. I have configured B2C applications with permissions, scope, and setup a user flow, and I am able to login and get an id_token, ...
Cam Bruce's user avatar
  • 5,679
0 votes
0 answers
194 views

Azure AD B2C SAML authentication in React

I am using the react sample app provided by azure to test Custom policy authentication It works fine for the basic JWT Sign in Policy. Now I have configured the custom policy for SAML using this ...
Anveeg Sinha's user avatar
3 votes
1 answer
826 views

Cypress test setup for Azure AD B2C login with custom policy

Setup Azure AD B2C with custom policies (B2C_1A_SIGNIN) React frontend MSAL to implement the authentication (@azure/msal-browser: 2.37.0, @azure/msal-react:1.5.7) - using loginRedirect() (no MFA) ...
André Frings's user avatar
0 votes
1 answer
45 views

Azure AD B2C - Let Parent reset password of Child account

Till now, in our react application, we have used our own server to authenticate and authorize users. As our application is scaling and we have to integrate it with other apps, we require the OAuth 2.0 ...
Anveeg Sinha's user avatar
0 votes
1 answer
454 views

Setting Azure AD B2C Extension in React App using MSAL-react

I have a react app that is using Azure B2C for Authentication. I have set a custom string Extension attribute in the User Flow named 'Partner' I want to assign a value to Partner but have not been ...
John Zanni's user avatar

15 30 50 per page
1
2 3 4 5