Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How To Identify which SSO(Windows Authentication ) is Implemented

Former Member
0 Kudos

Hi ,

We have SSO windows authentication implemented in portals,so that portal users can skip the Log-in screen.

I need to find out by which method they have implemented SSO windows Authentication.I heard about some possibities:

1.Kerberos authentication

2.SP Nego

As it is already implemented, is there any place in portal UI or windows system where this information is tracked or captured.?coz the worst part is i did not have transition and I can not ask my client that how it has been done.

Help will be greatly Appreciated

Regards

Rani A

1 ACCEPTED SOLUTION

yonko_yonchev
Active Participant
0 Kudos

Hi Rani,

take a look at SAP notes 958107 and 957666. There you'll find a diagtool application that is used to troubleshoot the Kerberos authentication. Before you do start with the tool, though, I'd suggest to look at the Kerberos documentation here:

http://help.sap.com/saphelp_nw2004s/helpdata/en/43/4bd58c6c5e5f34e10000000a1553f6/content.htm

SPNego is in fact the mechanism that the portal uses to 'execute' Kerberos authentication.

Regards,

Yonko

2 REPLIES 2

yonko_yonchev
Active Participant
0 Kudos

Hi Rani,

take a look at SAP notes 958107 and 957666. There you'll find a diagtool application that is used to troubleshoot the Kerberos authentication. Before you do start with the tool, though, I'd suggest to look at the Kerberos documentation here:

http://help.sap.com/saphelp_nw2004s/helpdata/en/43/4bd58c6c5e5f34e10000000a1553f6/content.htm

SPNego is in fact the mechanism that the portal uses to 'execute' Kerberos authentication.

Regards,

Yonko

0 Kudos

Thanks Yonko.It helps.

Regards

Rani A