authentication « websphere « Java Enterprise Q&A





1. Websphere 6.1 and BASIC Authentication    stackoverflow.com

I have a sample file for BASIC page authentication that works perfectly in tomcat but it wont work at all in websphere. Any ideas what needs to be done differently in ...

2. How to handle authentication through AJAX with a java web app that uses form based login    stackoverflow.com

I have a java web application running on WebSphere 7. The application uses form authentication method and part of the application accesses some protected resources using ajax requests. However, when the ...

3. Java Webservice requests userName and password before using it    stackoverflow.com

Haay everyone. I have a problem with a web service. I am using websphere to host my WAR appl and to generate the code from a wsdl i use jaxws-tools.sh that comes ...

4. AuthenticationNotSupportedException: DIGEST-MD5 on WebSphere    stackoverflow.com

I've run into a problem attempting to authenticate from within my web services. Here is the code that fails.

private InitialDirContext callDirectory(String password,
         ...

5. MQ Workflow to Websphere Process Server Transition    stackoverflow.com

I'm trying to figure out a way to seamlessly generate a work list for a user that is backed by both MQ Workflow and WPS. We login to WF via two ...

6. Fileupload authentication issue on Websphere 7    stackoverflow.com

We are currently facing a production issue on Websphere 7 with respect to richfaces fileupload component. The problem description is that immediately after the file for upload is browsed and selected ...

7. WebSphere MQ windows-to-windows authentication with Java classes    stackoverflow.com

Connecting from a Vista workstation to Windows Server 2003 with WebSphere MQ version 6.x, client is version 7.0.1.3. I can write a very simple .Net program to connect using the ...

8. How do I get basic authentication working on WebSphere?    stackoverflow.com

Okay, so I've been running a Java/Jersey webservice on Tomcat with basic authentication which works perfectly fine. I've got permissions set up in the web.xml file of my project, and users ...

9. WebSphere JAX-WS Cross-Cell authentication    stackoverflow.com

We want to build a front-end web application to consume the WPS’ HumanTask API using JAX-WS. This web application should be able to query current tasks for a specific user, claim ...





10. Websphere 7 form-based authentication ignored when classloader order PARENT_LAST    stackoverflow.com

I have a very simple web-application that integrates spring security with j2ee declarative security. The important parts of the web.xml are shown here:

<security-role>
    <role-name>ROLE_USER</role-name>
</security-role>
<security-role>
   ...

11. How to configure SSL server authentication for WebSphere CE?    stackoverflow.com

What I want to do is deploy a simple web application on WebSphere CE and make it work through SSL ? I generated a key and deployed an application but it ...

12. Configure Websphere MQConnectionFactory with proxy server in JBoss    stackoverflow.com

I want to connect to a WSMQ queue (running on a server outside of my company network) from a JBoss AS server (5.1) using the resource-adapter supplied by Websphere MQ (7). I ...

13. Websphere error: role based authentication failed.    forums.oracle.com

I'm trying to deploy a webservice application in a websphere 6.1 application server. When I try to start the appication it fails and the following error message is written in the server log: "SECJ0305I: The role-based authorization check failed for admin-authz operation ApplicationManager:startApplication:java.lang.String. The user (: ...) was not granted any of the following required roles: administrator, operator, ...