azure-active-directory
Here are 258 public repositories matching this topic...
-
Updated
Dec 12, 2020 - JavaScript
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
-
Updated
Sep 21, 2020
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
Jan 25, 2021 - PowerShell
-
Updated
Jan 5, 2021 - C#
-
Updated
Jan 26, 2021 - C#
-
Updated
Oct 1, 2020 - PHP
-
Updated
Jan 25, 2021 - Go
-
Updated
Nov 19, 2019 - C#
-
Updated
May 11, 2020 - C#
-
Updated
Dec 21, 2020 - JavaScript
-
Updated
Jan 20, 2021 - C#
-
Updated
Jan 19, 2021 - PHP
-
Updated
Jan 19, 2021
-
Updated
Jan 25, 2021 - Python
-
Updated
Jan 5, 2021 - Elixir
-
Updated
Jan 25, 2021 - Java
-
Updated
Jan 20, 2021 - C#
-
Updated
Jan 15, 2021 - JavaScript
-
Updated
Mar 11, 2020 - JavaScript
-
Updated
Oct 9, 2018 - PowerShell
-
Updated
Jan 6, 2021 - PowerShell
-
Updated
Feb 19, 2020 - JavaScript
-
Updated
Feb 12, 2020 - JavaScript
-
Updated
Apr 23, 2020 - C#
-
Updated
Jul 30, 2019 - JavaScript
-
Updated
Jul 20, 2018 - Shell
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.
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."


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