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
0 answers

Webseal not directing the request to custom login.html file

WebSeal server implemented in the EAI setup should intercept an user request and redirect to the URL defined in custom login.html file. My new WebSeal has to be configured on AIX and every piece of configuration has been copied from an existing…
0
votes
1 answer

How does WSSubject.getCallerPrincipal() extract a logged in user data in Java EE application?

I am being new to Java EE application. I am working on one of the legacy project migration task, while doing that I need to get some idea how the authentication machanism works in the application. It is using IBM OpenLiberty server. As per the…
Anonymous
  • 1,726
  • 4
  • 22
  • 47
0
votes
1 answer

HttpOnly Cookie not working when I use the domain attribute with a subdomain value

I am using ExpressJS to serve this cookie back like so: res.cookie('x-customer', access_token, { maxAge: 1200000, httpOnly: true, domain: 'abc.com.au', secure: true }) In my local, I am using NGINX proxy and it works fine, this response sets my…
Carlos Jaime C. De Leon
  • 2,476
  • 2
  • 37
  • 53
0
votes
1 answer

Display error message in HTML from Webseal

Hello I have an error page for user when their account gets locked. When I view the source code of page it just contains one line %ERROR% I am trying to understand if this is some kind of string interpolation as I have never seen it done with %…
Shivam...
  • 409
  • 1
  • 8
  • 21
0
votes
0 answers

.NET application to get iis headers and redirect

We have a front end application developed in React and have backend services developed in ASP.NET Web API. We are using webseal (EIAM) for authentication and the way we have is we send a request to webseal using React. Webseal authenticates and send…
Raghul Raman
  • 169
  • 1
  • 5
  • 18
0
votes
1 answer

IBM webseal custom redirection not working at my application after getting iv-user successfully

i am working on the webseal authentication, i have created the junction with name /dgcontroller/services/dgsecure i have craeted the rest api with same name as junction. Here is the rest api @RequestMapping(value = "/dgsecure", method =…
Jony Mittal
  • 151
  • 6
  • 23
0
votes
1 answer

Webseal runtime component configuration

Hello i am working on the IBM webseal authentication. i want to implement the webseal authentication into my application. while configuring the runtime component i am getting the following error. Unable to verify the management domain location DN…
Jony Mittal
  • 151
  • 6
  • 23
0
votes
1 answer

How do backend applications authenticate webseal headers?

I am new to IBM ISAM and webseal. How do backend web applications verify that the IV headers (e.g. iv-user) is created by webseal and not some malicious third party?
happymeal
  • 1,373
  • 14
  • 24
0
votes
1 answer

How to get client ip from webseal?

I'm new to IBM ISAM and webseal. How do backend applications get the client (user browser end) ip address? I am able to retrieve the ip address from the HTTP request but that's the address of the reverse proxy and not the client. The traffic goes…
happymeal
  • 1,373
  • 14
  • 24
0
votes
1 answer

IHS and WEBSEAL need to be communicated

We hare setting us IBM CLM 6.05 application with websphere liberty. But our environment have webseal and we should need to install the application behind this. we are aware that we wont get support from IBM for clm applications with Webseal as…
saran
  • 139
  • 1
  • 2
  • 12
0
votes
1 answer

Access Manager WebSEAL could not complete your request due to an unexpected error.

Server I use : Websphere I am trying to upload a spreadsheet. The java code logic uses org.apache.poi.ss.usermodel where I get a sheet from excel and I iterate through the rows. Sheet sheet = wb.getSheetAt(0); Iterator rows =…
Gouri Yashodhan
  • 81
  • 1
  • 1
  • 8
0
votes
0 answers

installing Webseal infront of IHS Server

How to configure Webseal. We couldnt find any download link. Also our setup is like we have 7 different IBM applications running behind one IHS server. Also we have to configure one webseal server infron of the IHS reverse proxy server. How to make…
saran
  • 139
  • 1
  • 2
  • 12
0
votes
1 answer

Add Another Context Root Simulate webseal - Websphere 8.5

I need to simulate the presence of a Load Balancer (WebSeal) in my local installation of WebSphere 8.5. In detail, when an application is exposed through webseal is added into the URL, before the Application Context Root, the webseal Junction name.…
blkid
  • 21
  • 6
0
votes
2 answers

Cors Issue in Angular and IBM webseal configuration

My angular application is configured with webseal. So I use the webseal url to access my angular application in the browser .When I use the webseal url the browser automaticatlly redirects the url to my web server url and the portal loads.The…
goutham
  • 233
  • 1
  • 2
  • 6
0
votes
1 answer

Difference between ISAM Federation and TFIM

I like to know what is the difference between ISAM Federation vs IBM Tivoli Federated Identity Manager (TFIM)? Does ISAM Federation supports SAML 2.0 or for that I need TFIM?
borna
  • 906
  • 3
  • 12
  • 32