How to validate my token from AddInMemoryTokenCaches in second request
I have implemented code to store Azure AD tokens in an InMemoryCache for validation. As a result, when accessing any [Authorized] endpoint, the validation process should occur using the tokens stored in the InMemoryCache, bypassing the need for additional Azure AD API calls.
How to validate that validate my token from AddInMemoryTokenCaches in second request
I have implemented code to store Azure AD tokens in an InMemoryCache for validation. As a result, when accessing any [Authorized] endpoint, the validation process should occur using the tokens stored in the InMemoryCache, bypassing the need for additional Azure AD API calls.