Our MSAL.js sample is an excellent example for using MSAL in a javascript page. However, it only demonstrates logging in by clicking on a button. If you’re launching your app from myapps portal or are otherwise already logged into the portal with the browser, it would make sense to just use that session to perform your sign-in for your MSAL app without requiring the button click. This is actually easily…
Read MoreRecent Posts
- Walkthrough: How to protect an ASP.NET Core Web API application with Azure AD
- AADSTS650056: Misconfigured application. This could be due to one of the following: The client has not listed any permissions for ‘AAD Graph’ in the requested permissions in the client’s application registration.
- Why am I getting a Login Request after initial login using iOS MSAL?
- How to inject custom data into the ‘state’ parameter in an OpenID Connect MVC Application
- Setup Postman to call Microsoft Graph using a Client Credentials Grant Access Token from the v2 endpoint
Archives
- December 2019 (1)
- November 2019 (7)
- October 2019 (1)
- August 2019 (6)
- July 2019 (5)
- June 2019 (1)
- May 2019 (3)
- April 2019 (2)
- March 2019 (3)
- January 2019 (4)
- December 2018 (1)
- November 2018 (4)
- October 2018 (2)
- September 2018 (2)
- August 2018 (2)
- June 2018 (2)
- May 2018 (8)
- April 2018 (6)
- February 2018 (2)
Categories
Tags
.Net
AAD
AAD Application
AAD Graph API
AADSTS90094
AADSTS error
Access Token
ADAL
Admin Consent
Application
Application Registration
App Service
aspnet
aspnetcore
Authentication
Azure
Azure Active Directory
azuread
Azure Key Vault
claim
Client Credential Grant
Client Credentials
Console Application
Create
Easy Auth
fiddler
Graph
Graph Explorer
How To
infinite loop
jwt
Keys
Microsoft Graph
Microsoft Graph API
oidc
owin
Permissions
Postman
proxy
python
SchemaExtensions
Service Principal
Tools
Tutorial
Web APP/API