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
0
votes
1 answer

Programmatically logout user from IBM Webseal without using redirection

We need to logout the user on the event that they close the browser. The following URL shows how to do this using redirection: http://www-01.ibm.com/support/docview.wss?uid=swg21228490 Since the browser is already closed, we need an equivalent that…
0
votes
1 answer

Getting virtual URL in C#

We have two virtual URL's that is using webseal for our intranet appication such as, https://third-party-site.com/myapplication/Default.aspx https://my-application.com/Default.aspx which internally points to…
DiluMaverick
  • 141
  • 1
  • 1
  • 9
0
votes
1 answer

Injecting a webseal HTTP Header in Spring applications manually (JBOSS)

I am running spring applications in a JBOSS server inside a test machine. My application does some calls, for example it requires to access a webseal server which is not available in this machine, so I need to simulate its response by injecting the…
cpumar
  • 135
  • 6
0
votes
1 answer

Accessing Credentials on TAM Backend Server

I have a setup with Tivoli Access Manager (TAM) as reverse proxy for some application servers on the backend side. TAM is responsible for authenticating users. Is it possible to access the credentials a user passed in during TAM authentication in…
markus
  • 37
  • 2
  • 9
0
votes
2 answers

How to check the WebSeal Server Junction connectivity?

I have to check the connectivity to the portal which is behind the WebSeal Server. I need the response code of the actual server and WebSeal server code too. Please help me.
Arockia
  • 440
  • 1
  • 6
  • 18
0
votes
1 answer

pass response from external authentication interface (EAI) through webseal to browser

I have an application that wants to return a response back to the browser from the EAI. In this case, the response is a dynamically created XML document. WebSEAL seems to drop this response and return a 302. I want both a security session cookie…
w_mark_c
  • 13
  • 1
  • 4
0
votes
1 answer

Enable SSO on redhat Environment

I need to enable SSO on my redhat environment. I need to know which rpms needs installation. believe it’s a case of configuring AD to support the single sign-on against the WebSeal instance.i am installing WebSeal 6.1(Tivoli Access Manager WebSeal…
Angel1403
  • 145
  • 1
  • 4
  • 13
0
votes
2 answers

IBM Worklight - Worklight Application Center integration with WebSeal

Is this possible to integrate Worklight Application Center with WebSeal? I tried integrated the solution as described by the…
0
votes
2 answers

WebSEAL - WAS 7 - Session Invalidation Fails to Clear WAS Session Cache

I have a web app deployed on WAS 7 behind TAM WebSEAL 6.1, uses TAI, LTPA2 single sign-on User login and SSO is working perfectly. At logout, HTTPSession.invalidate() is invoked and https:///pkmslogout is called. Problem is: After…
Aragorn
  • 5,021
  • 5
  • 26
  • 37
0
votes
1 answer

WebSeal JSF Context path stripping Junction Name

We are using WAS & IHS as servers and WebSEAL as reverse proxy. Application is developed using JSF 2.0 and using .xhtml pages for view. Issue: Using ${facesContext.externalContext.requestContextPath} to generate the context for JavaScript and CSS…
Aragorn
  • 5,021
  • 5
  • 26
  • 37
1 2 3 4
5