msal
Here are 109 public repositories matching this topic...
Hi, team,
Now Teams MSAL2 provider only support multi-tenant AAD application according to these docs:
In some scenario, we can only use single tenant AAD
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
},
};
and got a TypeError
Argument of type '{ auth: { authority: string;
-
Updated
Mar 1, 2022 - PowerShell
-
Updated
Apr 30, 2021 - JavaScript
-
Updated
Feb 25, 2022 - Java
-
Updated
Feb 28, 2022 - C#
-
Updated
Feb 15, 2022 - C#
-
Updated
Mar 1, 2022 - JavaScript
-
Updated
Mar 1, 2022 - PowerShell
-
Updated
Apr 23, 2020 - C#
-
Updated
Jul 30, 2019 - JavaScript
-
Updated
Feb 10, 2022 - TypeScript
-
Updated
Jan 27, 2022 - TypeScript
-
Updated
Sep 27, 2021 - Swift
-
Updated
Mar 1, 2022 - JavaScript
-
Updated
May 26, 2021 - TypeScript
-
Updated
Nov 1, 2021 - JavaScript
-
Updated
May 26, 2021
-
Updated
Dec 13, 2017 - JavaScript
-
Updated
Sep 30, 2021 - Swift
-
Updated
Mar 1, 2018 - TypeScript
-
Updated
Oct 31, 2017 - TypeScript
-
Updated
Sep 1, 2021 - TypeScript
-
Updated
Nov 4, 2019 - F#
Improve this page
Add a description, image, and links to the msal topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the msal topic, visit your repo's landing page and select "manage topics."
msal 4.37
error message from AAD