Skip to content
#

msal

Here are 68 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

microsoft-graph-toolkit
Dan-Newton
Dan-Newton commented Feb 15, 2021

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

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