react-aad
react-aad copied to clipboard
A React wrapper for Azure AD using the Microsoft Authentication Library (MSAL). The easiest way to integrate AzureAD with your React for authentication.
**Describe the bug** I followed the documentation, const config = { auth: { authority: (process.env.REACT_APP_AUTHORITY as string), clientId: (process.env.REACT_APP_AAD_APP_CLIENT_ID as string), }, cache: { cacheLocation: "localStorage", storeAuthStateInCookie: true }, };...
> Please provide us with the following information: > --------------------------------------------------------------- ### This issue is for a: (mark with an `x`) ``` - [ ] bug report -> please search issues...
I fetch the data on 'componentDidMount' and before fetch the data, I calling getAccessToken(). I found my page re-render loop. And then, I creating the button for call getAccessToken(). I...
**Is your feature request related to a problem? Please describe.** The logic for tracking authentication progress, success, and failure and dispatching Redux events to store the info into a Redux...
**Describe the bug** I am using react-aad-msal with AzureAD B2C. I have configured authProvider with b2c changes const config = { auth: { authority: 'https://.b2clogin.com/.onmicrosoft.com/B2C_1_google', clientId: ApplicaitonID, redirectUri: 'http://localhost:3000/home', postLogoutRedirectUri:...
Library versions react-aad-msal: 2.3.5 msal: 1.3.2 Describe the bug I've attempted to replace ADAL with MSAL. The first time the user accesses the app it authenticates correctly, but I am...
**Library versions** - `react-aad-msal`: 2.3.5 - `msal`: 1.3.4 **Describe the bug** Getting the error: > AADSTS700054: response_type 'id_token' is not enabled for the application. While I don't use the id...
**Library versions** - `react-aad-msal`: `^2.3.5` - `msal`: `^1.3.2` **Describe the bug** Trying to login via a passwordless (aka "Magic Link") flow. User can login, but cannot silently get any access...
**Is your feature request related to a problem? Please describe.** FireFox and Chrome are changing the default value of the `SameSite` attribute for cookies from `None` to `Lax` **Describe the...
**Library versions** - `react-aad-msal`: 2.3.4 - `msal`: 1.2.2 **Describe the bug** when authentication state is unauthenticated, in some scenerio triggering login function, the application logs in without asking for user...