The Wayback Machine - https://web.archive.org/web/20210126032711/https://github.com/topics/azure-active-directory
Skip to content
#

azure-active-directory

Here are 258 public repositories matching this topic...

janschoelchAtOK
janschoelchAtOK commented Jun 26, 2020

Is your feature request related to a problem? Please describe.
This feature request is Android related. We would like to enable the WindowManagerFlags.Secure flag on every bit of our app, so that the app content gets hidden once the app enters the background (e.g. in Android task overview). This flag also prevents the user from taking screenshots. Adam Pedley once wrote a nice and short blog

waldekmastykarz
waldekmastykarz commented Jan 22, 2021

We should consider simplifying retrieving access token for SharePoint by using sharepoint as a resource rather than the exact SharePoint URL. If SharePoint URL has been previously retrieved (this can be confirmed using m365 spo get), you could specify m365 util accesstoken get -r sharepoint and the command would replace sharepoint with the actual SharePoint URL and return the token. If the

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;

This reference architecture walks you through the decision-making process involved in designing, developing, and delivering a serverless application using a microservices architecture through hands-on instructions for configuring and deploying all of the architecture's components along the way. The goal is to provide practical hands-on experience in working with several Azure services and the technologies that effectively use them in a cohesive and unified way to build a serverless-based microservices architecture.
  • Updated Jan 5, 2021
  • C#

Improve this page

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

Learn more