Skip to main content

alphaWorks  >  Forums  >  Trace Analyzer for WebSphere Application Server  >  developerWorks

Web Service Authentication    Point your RSS reader here for a feed of the latest messages in this thread


     

 
 

My developerWorks
 Welcome, Guest
Sign in or register
Permlink Replies: 2 - Pages: 1 - Last Post: Feb 1, 2007 10:31 PM Last Post By: Threads: [ Previous | Next ]

Posts: 1
Registered: Apr 16, 2006 07:41:03 AM
Web Service Authentication
Posted: Apr 16, 2006 07:49:25 AM
Click to report abuse...   Click to reply to this thread Reply
Please find below our requirement:

We have created a EJB component and deployed as WebServices in WAS 5.1
The WebServices deployed is a generic one. We need a basic authentication(username/password) for the webservices. The authentication should be handled in the webservice.

The calling application does not use Webservice client.

Can anyone suggest a feasible solution for the above requirement?

Posts: 1
Registered: Aug 25, 2004 06:59:18 PM
Re: Web Service Authentication
Posted: Oct 25, 2006 09:15:56 AM   in response to: in response to: 's post
Click to report abuse...   Click to reply to this thread Reply
I am not sure if you are on the mainframe, but we are looking at a CICS Verify to do the same authenificaton and also change passwords on the host.

Posts: 1
Registered: Jul 19, 2005 05:19:44 PM
Re: Web Service Authentication
Posted: Feb 01, 2007 10:31:54 PM   in response to: in response to: 's post
Click to report abuse...   Click to reply to this thread Reply
There are some options:
1. You can use HTTP Basic Authentication. Username and password can be included in HTTP Request Header. You must also enable SSL.
2. You can use Form-based authentication and then return authenticate token to web service client. You must also enable SSL.
3. Use client authentication using X.509 certificate.

Point your RSS reader here for a feed of the latest messages in all forums