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

### This issue is for a: (mark with an `x`) ``` - [ ] bug report -> please search issues before submitting - [ ] feature request - [ x...

**Library versions** - `react-aad-msal`:2.3.2 - `msal`: 1.2.0 **Describe the bug** upon npm start get TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received undefined **Expected behavior** expect it...

**Library versions** - `react-aad-msal`: ^2.3.4 - `msal`: ^1.2.1 **Describe the bug** When testing my app locally, My application (a SPA hosted on an ASP.Net Core program) will log in the...

**Library versions** - `react-aad-msal`: Current (2.3.5) - `msal`: Current (1.4.2) **Describe the bug** The typescript sample doesn't work with current v1.4.2 MSAL. Clicking on the redirect checkbox counts down, allows...

**Library versions** - `react-aad-msal`: Current (2.3.5) - `msal`: Current (1.4.0) **Describe the bug** The typescript sample DOES work with current v1.4.0 MSAL and "redirect"... But the "redirect" technique breaks when...

**Library versions** - `react-aad-msal`: 2.3.5 - `msal`: 1.4.0 **Describe the bug** I got this message in the console `[ERROR] Error: Can't construct an IdTokenResponse from a AuthResponse that has a...

> Please provide us with the following information: > --------------------------------------------------------------- ### This issue is for a: (mark with an `x`) ``` - [ ] bug report -> please search issues...

help wanted
Needs more info

**Library versions** - `react-aad-msal`: "^2.3.5" - `msal`:"^1.3.3" While running the react application which is using Azure AD authentication locally the following 3 msal errors are happening every time application reloads:...

## Purpose - VSCode gives much nicer intellisense for string literal types over enums. - It looks cleaner when writing the code rather than having AuthenticationState.Authenticated, you have 'Authenticated' string...

**Is your feature request related to a problem? Please describe.** Not a problem per se, but VSCode gives much nicer intellisense for string literal types over enums. It also looks...