Contents tagged with Azure

  • Azure API management tips & tricks

    Tags: Azure, API

    Just some random notes on Azure API management:

    Parse JWT in Azure API management policy:

    @(context.Request.Headers.GetValueOrDefault("Authorization","").AsJwt()?.Subject)

     

    API management and … more