Skip to main content

All Questions

Tagged with
0 votes
1 answer
55 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
0 answers
22 views

Automatically acquire access token for site hosted in sharepoint to authenticate in on-premise web api

Is it possible to silently, completely without user interaction, acquire access token from login.microsoftonline.com, to authenticate web api running on-premise? I have registered an app in Azure ...
pilifi's user avatar
  • 43
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
90 views

AADB2C90085 error every time user is redirected to applicaiton

We are using custom policies for user flow for our app. Every time when user completes the flow, they are redirected back to /setting page from where the policy was actually triggered. However, every ...
dani's user avatar
  • 13
0 votes
0 answers
141 views

When using Azure AD as an Identity Provider in Azure AD B2C, idp_access_token returned after signin causes error when passed to acquireTokenOnBehalfOf

Environment: Node.js "@azure/msal-node": "^2.6.0" Short Version: When calling this: const response = await confidential_client_application.acquireTokenOnBehalfOf(...
user1063287's user avatar
  • 10.7k
0 votes
0 answers
319 views

Existence of redeem refresh token journey in B2C custom policy causes bad request 400 response from token request coming from MSAL.js

I have Angular app which authenticates users in Azure AD B2C using MSAL library with standard usage of that library. I have separate custom policy for sign-in which worked fine so far. I don't have ...
WojBronx's user avatar
  • 132
0 votes
0 answers
356 views

How to use SSO with MSAL.js and Azure AD B2C

I have a couple of Angular-applications which all use Azure AD B2C + msal.js where I want the users to be able to switch between the applications without having to login all over again. I have been ...
Nait's user avatar
  • 1,145
0 votes
0 answers
69 views

Azure B2C with Xero identity provider

I am trying to integrate a Xero to let users authenticate with our SPA app and REST API utilizing Azure B2C. The scenario I am looking for is sign in only for local accounts and Xero users, whose ...
user1013607's user avatar
0 votes
1 answer
122 views

Which application should I register in Azure Active Directory B2C?

I am starting to develop a project where I am planning to use Azure AD B2C for Identity service to provide and handle authentication, Facebook login, .NET for my Web API, probably React or Vue for ...
userMB's user avatar
  • 13
1 vote
1 answer
880 views

User details not showing on Angular website after signing in with MSAL.js

Hi I have an Angular website that is using ADB2C authentication with Microsoft authentication library for Javascript. The authentication is running well and I am able to log into the website. I want ...
eloga's user avatar
  • 73
2 votes
1 answer
1k views

Azure b2c logout all apps on logout (Single Sign Out)

I have an SSO app (Lets say apps A and B) using Azure AD B2C each with react SPAs using @azure/msal-react to manage the authentication. In the Azure console, I have both A and B configured with a sign ...
undefined's user avatar
  • 34k
0 votes
0 answers
478 views

MSAL Issue when using login Pop up in .net MVC

I have an issue on azure AD authenticate, I want to make a social sign up form and implement the popup login on that, but when the user success login with social login the popup not close and the ...
Dewa Dwi's user avatar
  • 105
0 votes
1 answer
597 views

LoginRedirect with prompt='create' not working in Angular Msal

I am trying to redirect the user directly to the sign-up (user creation) flow. Following the MS docs it should be possible by specifying prompt="create". https://learn.microsoft.com/en-us/...
Marian Simonca's user avatar
0 votes
1 answer
339 views

How to get access_token from client side for signed in user? using Azure AD B2C hybrid flow

I have a web app on asp.net core 7 that is protected by Azure AD B2C authentication. This part is working and the user is authenticated properly server side, and I can get an access_token server side ...
fred_'s user avatar
  • 1,646
0 votes
1 answer
608 views

How to implement msal-node in a non-monolithic application design that utilises route and middleware modules?

I am creating a Node.js application with Azure AD B2C authentication. The logic I want to implement is within this sample: https://github.com/Azure-Samples/active-directory-b2c-msal-node-sign-in-sign-...
user1063287's user avatar
  • 10.7k

15 30 50 per page
1
2 3 4 5
8