cancel
Showing results for 
Search instead for 
Did you mean: 

SSO from ABAP WAS to Portal

Former Member
0 Kudos

Hi guys,

I try to setup SSO from ABAP WAS to Portal.

To test I use a bsp which calls the url of the portal.

When launching the bsp, I can see that a cookie called MYSAPSSO2 ticket is generated.

But the cookie domain includes the hostname of the ABAP WAS so then the url of Portal is called, the browser does'nt transfer the cookie to the Portal. So not SSO.

My question is the following:

Where is this domain information stored in the abap WAS and how can I change it?

Thanks a lot,

Marc

Accepted Solutions (0)

Answers (1)

Answers (1)

athavanraja
Active Contributor
0 Kudos

you mean you are trying to establish SSO from WAS to portal and not portal to WAS?

Regards

Raja

Former Member
0 Kudos

Yes, exactely.

I have to show Portal screen associated to logged on user in CRM CIC0.

athavanraja
Active Contributor
0 Kudos

we havent tried this. but logically speaking you should generate certificate from WAS and upload it to portal. is this done?

Regards

Raja

Former Member
0 Kudos

Yes, I've downloaded the Certificate from ABAP WAS and uploaded to Portal.

When testing my bsp, I can see that an SSO ticket is generated as cookie MYSAPSSO2.

The issue is that the cookie is created with a domain like this: 'abap_host.domain.com' and not: 'domain.com'.

So the domain is incorrect because it should not include hostname of ABAP WAS.

Naturally, when calling the url of the portal the browser does'nt send the MYSAPSSO2 ticket/cookie because of the incorrect domain.

So the login screen of the portal is displayed.

Former Member
0 Kudos

OK, I found it...

The parameter login /ticket_only_to_host was set to 1.

Now I've put it at 0.

Now ABAP WAS generate SSO tickets for the whole domain.

But it doesn't solves my issue.

Portal does not accept the ticket.

Any idea?

Best Regards,

Marc

Former Member
0 Kudos

Hello Marc,

I have the same problem, have you solved it?

Best Regards,