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 test SPNego Configuration

Former Member
0 Kudos

Hi All,

I am trying to implement SPNego as SSO for one of my client. How do I test the configuration is done correctly or not? I mean how do I confirm that the configuration is done properly.

Thanks

Satish

3 REPLIES 3

tim_alsop
Active Contributor
0 Kudos

Satish,

You need to:

1. logon to a workstation which is joined to the Active Directory domain, and use a domain account to logon.

2. check that browser is configured to use "Integrated Windows Authentication"

3. open a page on your SAP server using browser, e.g. http://<server host>:<port>/irj/portal

4. if all is working you should be authenticated to SAP portal. If you are not using SAP portal, but using another web based application instead you just need to use the correct URL when testing.

I hope this helps.

Thanks,

Tim

Former Member
0 Kudos

Thanks Tim

Former Member
0 Kudos

Hi Satish,

If you have deployed the security_example.ear file from note 994791, you can test your spnego configuration with one of the examples from there. If you have deployed that file and configured in visual administrator > security provider > policy configurations > components > and configure sap.com/tcsecauth~examples*sec_spnego with the authentification template spnego .... After that you need to log in a windows domain account and go to url: http://portal:50000/sec_spnego/ and if the page resolve you user you can say that you spnego configuration is finished.

Previusly you have imported the j2ee engine certification file to abap stack.

Check note 994791 for previus configuration.

Hope this helps.

Gerardo.