In OpenId Connect (OIDC) we have the UserInfo endpoint, that’s specifically for the OIDC protocol and we cannot use with OAuth2 protocol. To use this endpoint in Azure AD we need a token, and without specifying the “Resource” parameter. How to obtain a token (V1) For the sake of this example we’ll use the auth code grant flow to request tokens, using Microsoft Identity Platform V1 endpoint. In a browser…
Read MoreRecent Posts
- Update Asp.Net or Asp.Net Core app session to last longer than Azure AD tokens
- Using MSAL in a VB.Net Winforms application
- NetLog: Alternative to Fiddler and HAR captures
- Receiving error ‘Neither tenant is B2C or tenant doesn’t have premium license’ from Microsoft Graph
- AADSTS50000: There was an error issuing a token or an issue with our sign-in service
Archives
- April 2021 (3)
- March 2021 (1)
- February 2021 (2)
- January 2021 (3)
- October 2020 (2)
- September 2020 (2)
- August 2020 (3)
- July 2020 (2)
- June 2020 (4)
- May 2020 (2)
- April 2020 (6)
- March 2020 (1)
- January 2020 (3)
- December 2019 (7)
- 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
ADAL .Net
Admin Consent
Application
Application Registration
App Service
aspnetcore
Authentication
Authorization
Authorization Code
Azure
Azure Active Directory
azuread
Azure Key Vault
Client Credential Grant
Client Credentials
Console Application
Create
Easy Auth
fiddler
GraphClient
Graph Explorer
How To
jwt
Keys
Microsoft Graph
Microsoft Graph API
MSAL.Net
oidc
owin
Permissions
Postman
PowerShell
proxy
Tools
Users
VB.Net
Web APP/API