Top "Msal" questions

Azure Active Directory v2 (serves Microsoft Account and AAD) and B2C.

Microsoft Graph API token validation failure

I would use Microsoft Graph API in my Angular Web application. First I make connexion using msal library When I …

javascript angular azure-active-directory microsoft-graph-api msal
Microsoft graph return "access token is empty"

I post this request: POST https://login.microsoftonline.com:443/{my-tennant-here}/oauth2/v2.0/token HTTP/1.1 Host: login.microsoftonline.com Content-Type: application/…

azure authentication azure-active-directory microsoft-graph-api msal
Is it possible to use MSAL.js to get refresh token?

I want to integrate with Miscrosoft Outlook. I am able to login with MSAL.js and get an access token, …

authentication msal msal.js
MSAL or ADAL library for use with Azure AD B2C and Xamarin

As of October 2016, is it still the case that the Microsoft Authentication Library (MSAL - NuGet package: Microsoft.Identity.Client) …

azure authentication xamarin adal msal
How to specify Resource URI when acquiring access token for Azure AD V2 endpoint?

I have used ADAL.js in a previous project which supported only work accounts and am able to successfully acquire …

azure-active-directory adal msal adal.js msal.js
Azure Active Directory v2.0 Daemons and Server Side Apps Support

Trying to get clarity as to if the current v2.0 endpoint supports the Daemons and server-side apps flow. This article …

azure-active-directory msal
MSAL and Azure AD: What scopes should I pass when I just want to get the user ID?

I'm using MSAL to get an ID Token which is then used to access an Web API app. I've got …

oauth-2.0 azure-active-directory bearer-token msal
Creating a single instance of a class within a Vue application

I'm new to Vue and I'm struggling to wrap my head around how to implement what seems to me like …

vue.js azure-ad-b2c msal