Questions tagged [webseal]

WebSEAL is a high performance, multi-threaded Web server that applies fine-grained security policy to the Tivoli Access Manager protected Web object space. WebSEAL can provide single sign-on solutions and incorporate back-end Web application server resources into its security policy.

WebSEAL normally acts as a reverse Web proxy by receiving HTTP/HTTPS requests from a Web browser and delivering content from its own Web server or from junctioned back-end Web application servers. Requests passing through WebSEAL are evaluated by the Tivoli Access Manager authorization service to determine whether the user is authorized to access the requested resource.

WebSEAL provides the following features:

Supports multiple authentication methods Both built-in and plug-in architectures allow flexibility in supporting a variety of authentication mechanisms.

Accepts HTTP and HTTPS requests Integrates and protects back-end server resources through WebSEAL junction technology Manages fine-grained access control for the local and back-end server Web space Supported resources include URLs, URL-based regular expressions, CGI programs, HTML files, Java servlets, and Java class files.

Performs as a reverse Web proxy WebSEAL appears as a Web server to clients and appears as a Web browser to the junctioned back-end servers it is protecting.

Provides single sign-on capabilities

Provides URL Filtering mechanism. This allows relative and Serve relative url manipulation to add/remove junction name from URL using Junction mapping table (JMT).

70 questions
1
vote
0 answers

How can I read the WebSEAL server address from request?

I have a java enterprise application running on a websphere server. The application is only accessible through different webseal servers that do load balancing and authentication from different zones of the intranet. Intranet-URL:…
Joko
  • 600
  • 3
  • 15
1
vote
0 answers

Displaying error messages in WebSeal

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.
Muhammad Imran Tariq
  • 22,654
  • 47
  • 125
  • 190
1
vote
0 answers

how to make webseal and IHS together as reverse proxy sever

we are aware that we wont get support from IBM for clm applications with Webseal as reverse proxy. But we have to deploy our clm applications on an environment where webseal is already using as a reverse proxy. So we came into a decision that, we…
saran
  • 139
  • 1
  • 2
  • 12
1
vote
1 answer

Not able to get through webseal authentication using rest-assured

working on an automation assignment and i am trying to test a web service hosted on a webseal server. the issue is i have pretty my tried every method in rest assured to get to the response json but what i am getting is the authentication screen…
Sunder
  • 61
  • 5
1
vote
1 answer

zk + Spring 4 + preauthentication with webseal

First sorry for my english, My problem that when try configure a Spring Filter with webseal, I can get from header the "iv-user" with my user information (I only need this), but when redirect to a internal url, my navegator shows…
Jesus
  • 11
  • 2
1
vote
0 answers

App Transport Security IOS9 SSL Error TLS 1.0 with Webseal 6,1

I have a native IOS Application which connects to the backend behind Webseal 6.1. This was originally written targeting IOS 7 and is heavily using NSURLConnection to communicate with the backend server. This application was working fine until I…
s4m0k
  • 13
  • 3
1
vote
1 answer

How can I pass a custom request header from WebSEAL to IBM HTTP Server?

I have discovered no way to pass custom REQUEST headers from WebSEAL to IBM HTTP Server. I can do this on Bluecoat reverse proxies and also Nginx, but I am trying to do this with WebSEAL. Currently running both IBM Tivoli Access Manager/WebSEAL…
rubynorails
  • 597
  • 1
  • 6
  • 17
1
vote
2 answers

Request Header (Host attribute) lost/Reset from WebSeal to Apache web server

URL (https://xyz.abc.com/cc) when load balancer see /cc it will forward request to WebSeal (Revers Proxy server). WebSeal add/set (Header Host : xyz.abc.com) and forward request to Apache2 (web server). In web seal we have standard junction (/cc)…
Varun Shah
  • 11
  • 4
1
vote
0 answers

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 much exactly the problem described here:…
Jens Schauder
  • 77,657
  • 34
  • 181
  • 348
1
vote
0 answers

SSL/TSL Cipher Suite Configuration with TAI based SSO on WAS

Environment: 1. Websphere 7 2. Microsoft platform Both are exposed to public using an instance of IBM WebSEAL and TAM infrastructure. Application running on Websphere uses IBM TAI++ mechanism to provide SSO to client. Application running on…
Aragorn
  • 5,021
  • 5
  • 26
  • 37
1
vote
1 answer

Publishing to live – Get status and prevent timeouts

I have the following scenario: LR Portal 6.1.20 EE GA2 Portal behind IBM WebSeal Staged Sites Custom portlet which needs to publish it’s contents from staging to live The custom portlet is publishing it’s contents with a class that extends…
FeinesFabi
  • 1,147
  • 2
  • 12
  • 25
1
vote
1 answer

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; http://www.ibm.com/developerworks/tivoli/library/t-ajaxtam/index.html explains that…
user237135
  • 21
  • 4
1
vote
1 answer

Does jmeter work with webseal?

I've trying to make some jmeter test to work with webseal. The test were working fine without it even in https but with webseal I get 302 and 404 error on some of my httprequest while other work just fine. But according to this page :…
Chris
  • 1,080
  • 20
  • 44
1
vote
0 answers

Why do I get Unexpected viewExpiredException when authenticated?

I'm working on an application using WAS 7.0 and Richfaces 3.3.3. When I was working without authentication, I had only ViewExpiredException as expected, after a timeout. Now that I'm going thru Webseal, with LTPA cookie, to the same machine, I get…
Lenn
  • 143
  • 1
  • 6
0
votes
0 answers

Session / Token issue in OIDC Authentication for ASP.NET web forms

I have a ASP.NET web forms application which is internet-intranet based. For intranet part we have implemented OIDC authentication and for internet part we have WebSEAL based authentication, where users are authenticated based on the Headers…
Sid
  • 123
  • 2
  • 10