Sunday, March 31, 2019

Securing REST APIs With Client Certificates

This post is about an example of securing a REST API with a client certificate (a.k.a. X.509 certificate authentication).

In other words, a client verifies a server according to its certificate and the server identifies that client according to a client certificate (so-called mutual authentication).



from DZone.com Feed https://ift.tt/2pQPeiY

No comments:

Post a Comment