Skip to main content

All Questions

Tagged with
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
31 views

Promise problems in Javascript and msal.js in getting query information asynchronously [duplicate]

first of all, I apologize if I make a mistake, I am learning to use msal.js and I am in a dilemma regarding the acquisition of information with the query, I attach my source code. const Test009 = ...
noEsUnaPrueba NoSeñor's user avatar
0 votes
0 answers
239 views

Login with redirect with MSAL and Vue - redirect unsuccessful

I'm trying to implement a login with redirect flow in my application using msal-browser 3.5.0, Vue 3 and TypeScript. While I don't think that this is a really niche requirement I can't seem to find a ...
ichbintobias2's user avatar
0 votes
0 answers
78 views

Chrome Web Extension Background Authentication

I am building a Chrome Web Extension that uses '@azure/msal-browser' to authenticate users into the app ultisiing chrome.identity and Microsoft oAuth authentication. When a user opens the extension it ...
Will W's user avatar
  • 105
0 votes
2 answers
427 views

How to integrate MSAL library from scratch with Angular js 1.x application

We build our application based on AngularJS v1.8.2 and Java as a backend. Currently we have used keyclock for MFA. We have implemented everything from the backend. Now we have to replace keycloak with ...
Ranjan Singh's user avatar
0 votes
1 answer
238 views

Getting Type 'InteractionStatus' is not assignable to type '"startup"' using node-browser and typescript

I was using node-browser 2.5 with javascript/typescript, based on this vue sample project. https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/samples/msal-browser-samples/vue3-...
omega's user avatar
  • 42.9k
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
1 vote
1 answer
145 views

MSAL.js and Axios - aquireTokenPopup interaction in progress

We're using axios request interceptors to aquire access token from MSAL.js and add it as a bearer token to all API requests to our backend: const acquireToken = async () => { const accounts = ...
andkorsh's user avatar
  • 735
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
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
1 vote
0 answers
44 views

Calling ASP.NET Core WebAPI from JS embedded in a client WebAPP page

I have an ASP.NET Core WebAPP calling WebAPI. The WebAPP uses Azure B2C for authentication. It then obtains a token which is used for calling the WebAPI. This works great. However, there are scenarios ...
Marlon's user avatar
  • 11
1 vote
2 answers
930 views

How do I setup OneDrive Filepicker v8 for Business/Sharepoint with Javascript? (Microsoft.IdentityModel.Tokens.AudienceUriValidationFailedException)

I already have put some hours into the setup of the OneDrive FilePicker v8 for Javascript for personal users to access their personal OneDrive files. Now I want to do the same for users with business/...
Miaucl's user avatar
  • 334
0 votes
1 answer
95 views

Microsoft login isn't returning refresh token

I am trying to create an integration between my application and Microsoft calendar, I have a page which allows the user to connect his account with my App using the following code const ...
Sohayb Saleh's user avatar
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
1 vote
0 answers
176 views

B2C multiple Msal Instances handling

Am using two instances, one for normal login and two for connect to tenet in 'react'. Here am using useMsal() method from the azure pkg to get the instance created. so, now i want to implement ...
vickey luckey's user avatar

15 30 50 per page
1
2 3 4 5 6