aspose file tools
The moose likes Web Services and the fly likes Certificate based authentication Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Certificate based authentication" Watch "Certificate based authentication" New topic
Author

Certificate based authentication

Ramprasad Krishnamurthy
Greenhorn

Joined: Dec 26, 2005
Posts: 7
Hi all,

Can some one tell me what is certificate based authentication and how it can be implemented as a service ? Iam trying to build a authentication service.

Regards,
Ram
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35222
    
    7
It means that a WS client does not send a username and password, but instead a cryptographic digital certificate to the server (e.g., an X-509 certificate). The WS-Security standard defines how this works for WS.

What would this authentication service do? If a certificate gets sent, all the WS (or rather, its WS-Security implementation layer) needs to do is check whether that user is authorized to access the service.


Android appsImageJ pluginsJava web charts
Ramprasad Krishnamurthy
Greenhorn

Joined: Dec 26, 2005
Posts: 7
Where can i get more details regarding this ? ie the WS Security standards, a sample of how a cryptographic digital certificate and how to authenticate the user using the certificate ?

Thanks a lot

Ram
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Certificate based authentication
 
Similar Threads
client server certificate authentication
Auto Login By Username in Cookie
servlet security
Question for Christopher Steel and Ramesh Nagappan
HTTPS Client Authentication