cancel
Showing results for 
Search instead for 
Did you mean: 

Single Sign On with Tomcat

Former Member
0 Kudos

Hi folks,

I'd need some help with a Single Sign On (SSO) scenario.

We run a tomcat at server A, e.g. www.mytomcat.com

and a SAP BW at server B, e.g. www.mybw.com.

I want a user logon on tomcat but provide also a login to BW (WebQuery).

The tomcat application knows the user's credentials for the BW.

What I have tried is:

A) Tomcat server login to BW and fetching the cookie.

B) Sending the cookie to the browser.

C) Redirecting the browser to the BW.

Problem:

The credential cookie is not sent back to BW, because its domain (realm) is www.mytomcat.com

The browser's security features prevent creating a cookie for locations unlike the sending domain.

Any idea how I can solve this?

Thanks for any hint.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Please see

Regards ZW