/AADGen

AAD Token Generation Tool

Primary LanguageC#

AADGen

AAD Token Generation Tool

Usage:

  • s2s: Generate Service to Service Token

    • --clientid Required. Client App Id

    • --certthumbprint Required. Client App Certificate Thumbprint

    • --scope Required. Scope for the token (Audience)

    • --configname Required. Name of S2S Config Section in appsettings

  • onbehalf: Exchange a User Token for a Client Application to call another API on behalf of the user

  • [WIP] interactive: Get a user access token for a specific resource using interactive sign-in