msal
Here are 68 public repositories matching this topic...
Proposal: Add presence support to mgt-person properties
Description
mgt-person should support displaying presence information (availability and activity as described at https://docs.microsoft.com/en-us/graph/api/presence-get?view=graph-rest-1.0&tabs=http), ideally in line1-property, line2-property or line3-property.
Rationale
This would be useful for contact centre style dashboards f
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
Dec 21, 2020 - JavaScript
-
Updated
Feb 18, 2021 - Java
-
Updated
Jan 20, 2021 - C#
-
Updated
Apr 23, 2020 - C#
-
Updated
Jul 30, 2019 - JavaScript
-
Updated
Nov 22, 2020 - TypeScript
-
Updated
Jun 18, 2020 - Swift
-
Updated
Feb 4, 2021 - TypeScript
-
Updated
Feb 10, 2021 - TypeScript
-
Updated
Dec 13, 2017 - JavaScript
-
Updated
Feb 4, 2021 - TypeScript
-
Updated
Jan 22, 2020 - Swift
-
Updated
Mar 1, 2018 - TypeScript
-
Updated
Sep 15, 2020 - TypeScript
-
Updated
Oct 31, 2017 - TypeScript
-
Updated
Nov 10, 2018 - C#
-
Updated
Nov 4, 2019 - F#
-
Updated
Feb 5, 2021 - JavaScript
-
Updated
Nov 3, 2017 - JavaScript
-
Updated
Sep 11, 2020 - Java
-
Updated
Aug 6, 2020 - JavaScript
-
Updated
Feb 12, 2021 - Dart
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."
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