posted 7 years ago
I am working on a project where Spring security needs to be used to authenticate REST API. I am finding online Basic Auth, OAuth2 and HMACK key solutions. I need help in identifying the best approach which would be working fine in distributed environment(on multiple instance behind load balancer).
Any suggestion and link will be great help.
Thanks