cancel
Showing results for 
Search instead for 
Did you mean: 

SSO between .Net and ABAP Web Service WAS

Former Member
0 Kudos

Hi all, I need to do a SSO with some web services and a .NET middleware. The web services developed on ABAP. I saw a pdf document with a similar scenario but they used the EP in order to get a SAP Logon ticket but here we don't have the EP so I have some questions:

  • Can I use the .Net connector in order to create a SAP Logon ticket and send it to the ABAP WAS???

  • Can the Web services on ABAP use SAP Logon Tickets?

  • or Do I have to use X.509 if so can you send me some links with the information related??

*is there another option?

Thanks very much

Regards

Message was edited by:

Omar Hernandez

Accepted Solutions (1)

Accepted Solutions (1)

Andre_Fischer
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Omar,

regarding your questions I can tell you the following:

Q: Can I use the .Net connector in order to create a SAP Logon ticket and send it to the ABAP WAS???

A: No

Q: Can the Web services on ABAP use SAP Logon Tickets?

A: Yes

Q: or Do I have to use X.509 if so can you send me some links with the information related??

A: You don't have to use X-509 certificates. But they are beside SAP Logon Tickets the two options that work "out of the box" to have SSO.

SAP Online Help

Q: is there another option?

A: The scenario that you are referring to that I have described in my blog

would in principle also work for a J2EE server of a dual stack implementation.

Best regards,

André

Former Member
0 Kudos

Thanks very much Andre, I think we are going to use the X.509 option because we don't have the Portal right now. Do you know if there is some third-party products that solve this problem??

Thanks

Regards

Omar Hernandez

Andre_Fischer
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Omar,

I don't know of any third party product.

However as I mentioned it might be an option to use a JAVA Web AS instead of the portal to create the SAP Logon TIckets.

Best regards,

André

Answers (1)

Answers (1)

Former Member
0 Kudos

Thanks Andre I think we are going to implement it with the WAS.

Regards

Omar Hernandez Morales