Skip to main content

All Questions

Tagged with
0 votes
1 answer
139 views

Facing 401 error while calling an api in react js with MSAL setup

I am trying to use MSAL library by Microsoft in my react js project. We have done the app registration for both front-end(react js) and backend(api). Currently, I am testing this in my local machine ...
Bubbles's user avatar
  • 13
0 votes
1 answer
686 views

MSAL.js acquireTokenSilent API fails with error AADSTS70011 when logging in from a microsoft personal account

I have registered an application with "Accounts in any organizational directory (Any Azure AD directory - Multitenant) and personal Microsoft accounts (e.g. Skype, Xbox)" and trying to login ...
pmvp's user avatar
  • 77
0 votes
1 answer
2k views

Authentication using the OAuth 2.0 authorization code flow with the Microsoft Identity Platform (Azure AD) and @azure/msal-node in a Node.js backend

I want to implement authentication using the OAuth 2.0 authorization code flow with the Microsoft Identity Platform (Azure AD) and the @azure/msal-node library in a Node.js backend. So I can call ...
Alok's user avatar
  • 9,242
2 votes
2 answers
363 views

OpenidDict 4.0 + MSAL.js fails for Code flow + PKCE due to sending scopes

Problem Openididct v4 started declining the PKCE's Access Token request (RFC 7636, when the client exchanges the authorization code) if the client passes scopes (ref to the line in the code enforcing ...
Alex Klaus's user avatar
  • 8,634
0 votes
1 answer
477 views

ClientConfigurationError Microsoft OAuth Flow

I am implementing the Microsoft Auth code flow but I am stuck with this error. Based on this code example, here is how I am initializing the client: const config = { auth: { clientId: process....
gallivantingitalian's user avatar
2 votes
0 answers
178 views

msal.js multi factor authentication screen not coming up

I am using javascript based front-end application to call azure ad enabled functionapp functions. I have created ad app to access functionapp.I have used clientId , tenantId and scope created while ...
Sushil's user avatar
  • 452
0 votes
1 answer
504 views

Multiple React app with same azure app configuration ? can we Implemented SingleSIgn ON?

I have 3 React Application # www.grnadfatherap.com www.parenatapp.com www.childapp.com All three have separate domain name and separate infrastructure. and User will Login Grand app and then will go ...
Maulik Dave's user avatar
0 votes
2 answers
509 views

OAuth 2.0 authorization how to validate token from vanilla JavaScript?

I m using auth 2.0 CODE flow in my application. I m able to success fully creating token with oauth2.0 . I m using Microsoft auth 2.0 with active directory. I don't want use MSAL.js I want to create ...
Maulik Dave's user avatar
0 votes
0 answers
34 views

Issue is when I am not using my application for a long time, after come back and when clicking any tab its redirects to the login page using MSAL js

Using MSALjs SPA for refrence. MSALjs Library
Vishal Gupta's user avatar
1 vote
1 answer
804 views

Can't get refresh token from microsoft oauth, msal node js library

I am trying to implement sign in with Microsoft using the library @azure/msal-node I was able to receive access token and id token using authorization_code flow but not able to get refresh token. I ...
Asit Prakash's user avatar
7 votes
3 answers
7k views

No refreshToken in msal-node when providing scope "offline-access"

I hope you can help me: I currently develop an app which needs access to the users calendar (outlook-calendar) to find free meeting slots (other users will be able to see and then select one of the ...
Lasklu's user avatar
  • 123
0 votes
1 answer
1k views

MSAL.js infinite loop, not calling Microsoft Sign-In Page

I am trying really hard to make MSAL work with Vanilla JavaScript, but it just doesn't work. Whenever I am trying to click the Sign In button on the Login Page, the Login page just refreshes and ...
user7090959's user avatar
0 votes
1 answer
1k views

Microsoft AD Authentication node js Library

I am developing a nodejs application in which I want to use Microsoft AD oath2 flow. I looked into Microsoft's official documentation here and found that they list two libraries - msal-node passport-...
shashank singh's user avatar
0 votes
1 answer
312 views

How to configure SSO for chatbot deployed on website

I am trying to configure SSO using the below code. <!DOCTYPE html> <html> <head> <title>Contoso Sample Web Chat</title> <script src="https://cdn.botframework.com/...
Ram's user avatar
  • 17
0 votes
1 answer
970 views

How to pass the login token to the chatbot to achieve Single Sign On

I need to pass the login token to the chatbot in order for Single Sign On(SSO) to work and I have no clue how this can be achieved. Please help me out on how to solve this. Please refer this community ...
Ram's user avatar
  • 17

15 30 50 per page