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
9
votes
2 answers

Jira 5.2 Seraph SSO Login behind reverse proxy

Since a few days I'm trying to enable SSO for Jira 5.2 and figured out, that the help page from Jira is outdated. Each example uses an old version of atlassian-seraph (Jira 5.2 uses 2.6.0). Goal: I want to get automatically logged in into Jira if…
Tobias Sarnow
  • 1,076
  • 2
  • 12
  • 40
5
votes
2 answers

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 authentication and passes on an LTPA token as sign…
Jens Schauder
  • 77,657
  • 34
  • 181
  • 348
4
votes
1 answer

TAM Webseal + spring pre-authentication

Has anybody done spring pre-authentication with TAM Web-seal? Can you please share the configuration details?
3
votes
1 answer

R Shiny - WebSEAL authentication for R Shiny Server Open Source

It is my understanding that the open source version of Shiny Server does not support authentication. We have an environment that uses the WebSEAL proxy service for authenticating user and channelling their access through to web applications. We wish…
Luc
  • 899
  • 11
  • 26
3
votes
2 answers

Disable WebSeal "friendly" error pages

Our rest services have a built in health check that returns the server status in the form of http status codes, along with a json payload with details (Spring Boot Actuator). If the service is down for any reason, it returns http status code 503…
jervi
  • 160
  • 1
  • 8
3
votes
2 answers

.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, for example rewriting of viewstate. Question is: Has…
Shiraz Bhaiji
  • 64,065
  • 34
  • 143
  • 252
3
votes
1 answer

WebSeal Authentication

I am currently trying to Authenticate through WebSeal to a web service from within my iOS application. I just cannot seem to find anything that sets me in the right direction. Thus far i am using a NSURLRequest but i cannot seem to pass through the…
Dev_101
  • 43
  • 1
  • 7
2
votes
0 answers

SOAP UI for TAM security enabled SOAP web service

I want to test soap web service secured with TAM. if anybody done this before, could you please tell me the setting I need to do at SOAP UI SIDE(version 5.2). I tried setting up username and password but not able to hit the service. getting below…
2
votes
0 answers

SSL/TLS Message type: 128

I have written below code to find out if remote socket is SSL/TLS. I am sending below message with content type BEEP+XML. in the response I got response byte "128 3 0 0 1 -1 -1 ". Here, TLS/SSL message type is 128 but I can't find out what message…
Abhijeet Kale
  • 1,656
  • 1
  • 16
  • 34
2
votes
2 answers

Configure WebSEAL Junction Mapping

Hi I am trying to configure my jmt.conf file.Though i write the junction name in it . When i try to load the table with server task command it gives me couldnot reach to server
Angel1403
  • 145
  • 1
  • 4
  • 13
2
votes
2 answers

Programmatically accessing a resource hosted behind WebSEAL reverse proxy

We have an iPad app displaying contents from drupal site (serving just json files). our IT dept placed a SSO in front of the drupal site. WebSEAL is used for implementing SSO. so when we access the drupal site from the browser we are redirected…
Mahes
  • 3,938
  • 1
  • 34
  • 39
1
vote
2 answers

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 server user table. Under this new model, all…
1
vote
3 answers

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 WebSEAL login FORM. Probably I need to turn…
coms
  • 469
  • 15
  • 38
1
vote
1 answer

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 can call methods of this bean. Application Sever…
coms
  • 469
  • 15
  • 38
1
vote
0 answers

jquery fileDownload executing twice

Our customers might have huge records and whole download process may took more than 10 minutes. Here our purpose is show customer some error message if download took 8 minutes. Somehow during the process, I notice another request coming from…
Vanan
  • 107
  • 1
  • 2
  • 9
1
2 3 4 5