PreviousNext

Securing an ASP.NET Core API which uses multiple access tokens

by bill-s, 2020-12-07T06:29:07.997Z

This post shows how an ASP.NET Core API can authorize API calls which use different access tokens from different identity providers or different access tokens from the same identity provider but created for different clients and containing different claims. The access tokens are validated using JWT Bearer authentication as well as an authorization policy which can validate the specific claims in the access tokens.

Read More