cancel
Showing results for 
Search instead for 
Did you mean: 

Why "Add Trusted System" button in Java Portal is inactive?

0 Kudos

Hello experts,

I want to configure SSO between ABAP and JAVA PORTAL (2x NW 7.5) and get stuck in "Trusted system" tab on Portal. I mean, when i try to click Add Trusted System button -nothing happens. Any ideas how to solve this problem?

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member189220
Active Contributor

This scenario sounds like some interaction between the HTTPONLY and the secure cookie, is taking place on this system. It is very important thorough which protocol you do access the NWA (http or HTTPS). Please have a look on this SAP KBA:

2068872 - HttpOnly and Secure cookie attributes

and these documents

Session Security Protection

Ticket issuing - UME properties

https://wiki.scn.sap.com/wiki/display/ASJAVA/Ticket+issuing+-+UME+properties

In general, when a server sets a cookie with the Secure attribute, once it is received by the browser, the browser will only send the cookie with requests that use https and not with unencrypted http requests. Hence, please test whether this scenario is the same when you do use HTTP or HTTPS.

So, if you do use http and the "secure" flag is set, this will instructs the browser to send the cookie only over HTTPS .

Then the request from browser to the AS Java system will be re-send again and again. As an outcome the adding of the TRUSTED system will not complete because the request is not accepted.

Asha_Pillai
Active Participant
0 Kudos

Hi,

In addition to Milen's answer, please check if the note 2543740 - Add Trusted System drop down is empty in SAP Netweaver AS JAVA

helps?

Regards,

Asha

saurav113
Discoverer
0 Kudos

While doing the same thing, I cannot find the add trusted systems button in SAP Portal. Any idea if this is due to authorization, or any setting related issue.

-Soumya