Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
0answers
78 views

Displaying error messages in WebSeal

I am in urgent need for answer. I have an application in webseal. The problem is that when an error (403 or 404) comes, the error pages of webseal are not being displayed. Please help. Thanks Imran ...
1
vote
1answer
209 views

How to pass WebSEAL security context from JSP/Servlet to EJB

I have JSP with calling to my Session Bean, I've implemented this via JNDI InitialContext(). Session Bean class is having a @RolesAllowed annotation with one defined user. I want to restrict users who ...
1
vote
2answers
456 views

.Net web application behind a WebSeal reverse proxy

We are currently designing a solution that will run as a .Net Web application behind a WebSeal reverse proxy. I have seen some comments on the net where people have had various problems with this, ...
1
vote
2answers
2k views

How to use the information in an LTPA token

Consider the following setup: A webapplication deployed on a Websphere Application Server (6.1 if it matters) the app will get accessed through a webseal reverse proxy the webseal takes care of the ...
0
votes
1answer
27 views

Looking for recommendations on what changes to support Webseal Authentication .net application

Our organization is planning on using Webseal as a proxy sitting in front of our .net web sites. We are currently using .net forms authentication and a custom membership provider against a custom sql ...
0
votes
0answers
51 views

soapUI: How to test web services behind WebSEAL?

I have web service installed on application server. Security and SSO provides by placing this server behind WebSEAL and with using TAM. How I can test this service with helps of soapUI? I always get ...
0
votes
0answers
85 views

How to use virtual host junction in WebSEAL

I want to get access to my web application by URL like https://myapps.mydomain/mywebapp I've created virtual host junction in WebSEAL like myapps.mydomain and edit host file of client computer to ...
0
votes
0answers
89 views

Tam WebSeal - simply redirect workaround

I have an array of urls, 10.000 of them, each url has an unique GET parameter. I need to publish the right link to the right intranet user page. I cannot simply upload each url on our intranet CMS ...
0
votes
0answers
165 views

Server Error Access Manager WebSEAL

I am getting following error message while trying to pull more data from Oracle through asp.net mvc application. Server Error Access Manager WebSEAL could not complete your request due to an ...
0
votes
0answers
254 views

Single Sign On Solution (WebSeal) interfering with Adobe Spry

We have an application which relies heavily on Adobe Spry. For authentication purposes a Single Sign On Solution is used. (Its a WebSeal, but I don't think that matters to much) We now have pretty ...
0
votes
1answer
586 views

ASP.NET AJAX, WebSeal Junctions, and Sessions

I've run up across a problem with ASP.NET AJAX (hooked up to WebServices directly) and accessing our site through a WebSeal junction. Listing 11. On this page; ...