python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Azure AD B2C with MSAL change redirect url on success
I have a React app which uses MSAL msal-react v1.3.1. I am using loginRedirect method to redirect a predefined user flow configured in Azure B2C for password reset. The current behaviour is that when ...
sharifxu
Votes: 0
Answers: 2
Problem with Invalid hook call for react-msal with Axios
I'm using react-msal to my application. I need to acquire the access token and attach it to the axios globally, but unfortunately, they only provide hooks to get the access token (as far as I know).
S...
wowew
Votes: 0
Answers: 3
React MSAL not working after page refresh
I am using @azure/msal-react and @azure/msal-browser for authentication in our application. So far i have intialized a msal instance and used it to acquire a token and fetch the alias. Everything work...
ash1102
Votes: 0
Answers: 0
How to integrate Azure Ad B2C login in my Electron React App?
I am trying to integrate Azure Ad B2C login in my Electron React App. I have used the MSAL-React Wrapper library for the Login authentical and it works fine in dev mode because of webserver but in pro...
vishnu
Votes: 0
Answers: 1