Skip to content
#

msal

Here are 100 public repositories matching this topic...

joemc3
joemc3 commented May 22, 2020

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

microsoft-graph-toolkit
react-aad
jodonnell
jodonnell commented May 31, 2019

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;

Improve this page

Add a description, image, and links to the msal topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the msal topic, visit your repo's landing page and select "manage topics."

Learn more