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

**Library versions** - `react-aad-msal`: 2.3.5 - `msal`: 1.3.1 **Describe the bug** The sample site gets into an infinite loop on id and token acquisition in the redirect example. **Expected behavior**...

**Library versions** - `react-aad-msal`: 2.3.5 - `msal`: 1.2.0 **Describe the bug** I am seeing the page gets reloaded every time I get an access token. Here is what I am...

**Describe the bug** Login procedure works well on any desktop or laptop machine but fails on tablets or phones. **To Reproduce** Steps to reproduce the behavior: 1. Login on a...

**Library versions** - `react-aad-msal`: 2.3.4 - `msal`: 1.2.1 **Describe the bug** Can't specify response_type value. I wish to retrieve both id_token and token when authenticating. Is it possible to specify...

**Library versions** - `react-aad-msal`: 2.3.4 - `msal`: 1.2.1 **Describe the bug** AzureAd React provider Authentication State is stuck in **"InProgress"** state if the dialog prompt requesting password is left open...

- [ ] `[email protected] I am using this library for azure authentication login in react. After successful login, using react router i am navigating to home page. But in home...

**Library versions** - `react-aad-msal`: 2.3.1 - `msal`:1.2.0 **Describe the bug** Sometimes the following error is displayed in Chrome Developer tools console. `index.js:1406 [ERROR] ClientAuthError: Token calls are blocked in hidden...

**Library versions** - `react-aad-msal`: 2.3.2 - `msal`: 1.2.1 **Describe the bug** After upgrading to react-aad-msal version 2.3.2 from 2.1.1, sometimes facing ERR_CONNECTION_CLOSED issue on web-app url loads. I was using...

**Is your feature request related to a problem? Please describe.** I have an app which when I don't want have a user sign in while testing. I have client credentials...

I am getting an error, if user hits wrong credentials on 1st attempt and then relaunch the application and try to re-login. **To Reproduce** Steps to reproduce: 1. Launch the...