Generates JWT Access Tokens using various forms of Authentication Supported by Azure Active Directory
-
Updated
Dec 8, 2022 - C#
Generates JWT Access Tokens using various forms of Authentication Supported by Azure Active Directory
API security requiring clients to use strong authentication, via client assertions (RFC7521, RFC7523)
Passport strategy for authenticating against Azure AD using client certificate (instead of client secret) which is more secure method.
Command line interface for retreiving OAuth tokens
Demonstrates using Azure Key Vault to sign a client assertion for retrieving an access token from Okta via the client credentials flow
Add a description, image, and links to the client-assertion topic page so that developers can more easily learn about it.
To associate your repository with the client-assertion topic, visit your repo's landing page and select "manage topics."