REST Authentication

I am looking for a Java based REST server that supports the following authentication mechanism. Also, please let me know the best resources for REST-based authentication.

  • Token
  • certificate
  • Kerberos
  • OAuth
  • Public identifier
+3
source share
3 answers

I am an architect from WSO2 ... so my answer may be biased ...

You can use the open server WSO2 application server to deploy RESTful services and the WSO2 authentication server supports two-way OAuth ...

Thank...

+1
source

Partial answer for method 2) Certificate:

, , API . REST API , - . , API. : HTTPS Java.

+1

Any Java container should support them with:

  • Apache / IIS as a reverse proxy deployed for SSO (Single Sign On)
  • Authentication Plugins
0
source

All Articles