This post will demonstrate a couple of things: How to create a signed jwt token (aka Client Assertion) using Powershell. How to use this generated Client Assertion in Postman to get an Access Token Using Client Credentials Grant Flow. To get an Access Token using Client-Credentials Flow, we can either use a Secret or a Certificate. This post will use a self-signed certificate to create the client assertion using both…
Read MoreRecent Posts
- Getting Azure Key Vault secret with Azure.Identity and Azure.Security.KeyVault
- Some tips and tricks with Fiddler capture
- Using OpenID Connect OWIN middleware to validate an Azure AD JWT token signed with a symmetric key
- How to use postman to perform a Client Credentials Grant flow with a certificate
- MSAL.Net in PowerShell – Use .pfx file for Client Credentials Flow
Archives
- January 2021 (2)
- 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
Enterprise Application
fiddler
GraphClient
Graph Explorer
How To
jwt
Keys
Microsoft Graph
Microsoft Graph API
MSAL.Net
oidc
owin
Permissions
Postman
PowerShell
proxy
Tools
Users
Web APP/API