Azure APIM: Parse and cache jwt token for backend service calls
Caching is an important design and development principle and helps greatly with high performant systems/ APIs etc. Today I want to discuss how we can leverage Azure APIM internal caching capabilities for caching oauth token for reuse while calling any backend services that has OAuth enabled. A simple use case might look like this: but … Continue reading Azure APIM: Parse and cache jwt token for backend service calls