Example of token authentication using asymmetric key
Hi guys,
I am trying to build and identity service as ASP.NET Core WebAPI which will be responsible for issuing and signing tokens with a private key and multiple resource services (also ASP.NET Core WebAPIs) which will have only public key and which will be only responsible for validating the token.
Any article, blog post, tutorial which explains this well in details?
0 comments:
Post a Comment