msal
Here are 100 public repositories matching this topic...
Please give the ability to add user property filters to the search.
I added this component to an Angular app and it is also returning the users that are no longer in the company. I cannot add 'accountEnabled' filter to the search as I can with Graph api.
At least give an ability to add additional prop
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
Apr 30, 2021 - JavaScript
-
Updated
Oct 28, 2021 - PowerShell
-
Updated
Nov 16, 2021 - Java
-
Updated
Oct 25, 2021 - C#
-
Updated
Oct 26, 2021 - C#
-
Updated
Apr 23, 2020 - C#
-
Updated
Jul 30, 2019 - JavaScript
-
Updated
Nov 13, 2021 - JavaScript
-
Updated
Sep 14, 2021 - TypeScript
-
Updated
Nov 12, 2021 - PowerShell
-
Updated
Nov 4, 2021 - Java
-
Updated
Sep 27, 2021 - Swift
-
Updated
May 26, 2021 - TypeScript
-
Updated
Nov 12, 2021 - JavaScript
-
Updated
May 26, 2021
-
Updated
Dec 13, 2017 - JavaScript
-
Updated
Sep 30, 2021 - Swift
-
Updated
Nov 1, 2021 - JavaScript
-
Updated
Oct 31, 2017 - TypeScript
-
Updated
Mar 1, 2018 - 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."
I am running a Xamarin Forms project and like to keep it updated, but the dependencies on Identity Client and other packages are out of sync. I have to keep some of my dependencies back many versions. The specific offending dependency in this case is Xamarin.Android.Support.Collections
Microsoft.Identity.Client:
Microsoft.Identity.Client 4.14.0 -> Xamarin.Android.Support.CustomTabs 28.0.0.1