Skip to main content

All Questions

Tagged with
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
1 answer
72 views

Configure Azure Resource Manager API for an Angular Web App

I have been trying to call the azure resource manager api to get a list of the resources in a subscription but as soon as I call the method , it gives me an error and the user isn't able to ...
p0stdelay's user avatar
0 votes
2 answers
68 views

Azure React WebApp Showing PKCE issue

Getting issue PKCE(Proof Key for Code Exchange is required for cross-origin authorization code redemption.) I have react webApp deployed on Azure WebApp , the platform there is SPA I added the ...
Sanjay Prasad's user avatar
0 votes
0 answers
92 views

Azure angular msal/browser package is opening blank popup when trying to log into teams

I am using Angular 12. This uses "@azure/msal-angular": "^2.0.0" and "@azure/msal-browser": "^2.14.2" packages. This has been working fine for the last 2 years. ...
Kankana Ghosh's user avatar
0 votes
0 answers
454 views

Properly secure a Vue 3 SPA with MSAL browser and Vue router navigation guards

I am trying to secure a Vue.js SPA using msal-browser redirect flow and vue router navigation guards. My solution is highly inspired by this sample from Microsoft's Github. What I am trying to achieve:...
uodami's user avatar
  • 103
0 votes
0 answers
86 views

msal-browser failed in Office Addin Dialog API

I am trying to use @azure/msal-browser and @azure/msal-react to enable Excel addin support microsoft sso and access Graph api. Due to that Excel addin does not support access external url from Excel ...
Edward's user avatar
  • 29.5k
0 votes
0 answers
95 views

In my Mern stack project and I'm signing users with microsoft account in the tenant as well as with personal account but unable to call the graph api

I'm using @azure/msal-node package for my node js backend for signing in users and getting an access token for calling the m365 graph api. It works for the user inside our tenant but not for personal ...
Mohd Kashif Shaikh's user avatar
0 votes
0 answers
101 views

msal://redirect not working in custom app

I am creating a electron based app where I ask the user to login to microsoft. When logging in I get the error of Failed to load URL; msal://redirect with error: ERR_FILE_NOT_FOUND. I tried the ...
limegradient's user avatar
0 votes
1 answer
663 views

Cannot close popup login MSAL with React

im trying to login using MSAL with react. I make code for recover the token generated by MSAL (for later use it with fetch methods); in the process i use the method loginPopup() for open a popup where ...
Dr oscar's user avatar
  • 407
1 vote
1 answer
232 views

The offline scope is automatically added in the Microsoft Identity Platform

I have developed an app where users can log in with their Microsoft account using MSAL.js. The problem is that when users try to log in with a work account, they are prompted for administrator ...
N B's user avatar
  • 401
0 votes
1 answer
984 views

how to use loginRedirect with Vuejs and Msal

I'm currently working on integrating Azure authorization into my Vue.js Single Page Application (SPA) using the msal.js package. My goal is to find an elegant way to save the accessToken to ...
DevFromI's user avatar
  • 273
0 votes
1 answer
271 views

Why can scopes for AuthorizationCodeRequest and AuthorizationCodeUrlRequest be different even though the docs say otherwise?

I'm just starting to explore the MS identity platform and came across this example repo for a node web app. In it under App > routes > auth.js the /aquireToken route sets the ...
Marvin34565's user avatar
0 votes
1 answer
227 views

Secure way to decode microsoft login idToken in cakephp

Currently I am working with "Login with Microsoft" in my app. In my app, I am using react in client side and cakephp for backend. I am using @azure/msal-browser library in react. I have the ...
Mahmudul's user avatar
0 votes
1 answer
413 views

The app is asking for consent twice in "app calls api" scenario

I'm using two app registrations and implement the "expose an api" scenario. My CLIENT_APP is an angular application using msal-angular library. My SERVER_APP is a .NET server that's using &...
devmiles.com's user avatar
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

15 30 50 per page
1
2 3 4 5
7