Skip to content
#

aad

Here are 93 public repositories matching this topic...

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;

notebooks

Implement, demonstrate, reproduce and extend the results of the Risk articles 'Differential Machine Learning' (2020) and 'PCA with a Difference' (2021) by Huge and Savine, and cover implementation details left out from the papers.

  • Updated Oct 3, 2021
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the aad 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 aad topic, visit your repo's landing page and select "manage topics."

Learn more