react-aad icon indicating copy to clipboard operation
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.

Results 104 react-aad issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi, In local, This is page being rendered if The signed in user '[email protected]' is not assigned to a role for the application. It is working fine. ![image](https://user-images.githubusercontent.com/37954436/86225842-6ca6ec00-bba8-11ea-8cb0-654610750175.png) But when...

**Library versions** - `react-aad-msal`: 2.3.5 - `msal`: 1.3.1 **Describe the bug** Unhandled Rejection (ReferenceError): regeneratorRuntime is not defined After upgrade npm package from 2.1.1 on a react app

If we are authenticated in multiple tenant, we have multiple azure ad token. But not all tenant are enabled to access our web application... and in this case, the library...

**Library versions** - `react-aad-msal`: 2.3.4 - `msal`: 1.2.1 **Describe the bug** After some time ( a week or so ) the page returns an empty page with just the background...

Hi All! **Steps to reproduce:** When I use: ```json "dependencies": { "react-aad-msal": "2.3.5", "react-microsoft-login": "1.8.5" } ``` ```javascript import { AzureAD } from 'react-aad-msal'; ``` in create react app (dev...

**Library versions** "msal": "^1.3.1", "react-aad-msal": "^2.3.5", **Describe the bug** I don't know if this is exactly a bug, but using the example here https://github.com/syncweek-react-aad/react-aad/blob/master/samples/react-typescript/src/App.tsx, how do you go about getting...

``` - [X ] bug report -> please search issues before submitting - [ ] feature request - [ ] documentation issue or request - [ ] regression (a behavior...

**Library versions** - `react-aad-msal`: 2.3.2 - `msal`: 1.2.1 **Describe the bug** When calling authprovider.getAccessToken() it infinitely to calls the cache and continues to unmount/remount the app **Expected behavior** To get...

**Library versions** - `react-aad-msal`: 2.3.5 - `msal`: 1.3.1 **Describe the bug** "A non-serializable value was detected in an action, in the path: `payload`" - output in console. **Expected behavior** No...