cancel
Showing results for 
Search instead for 
Did you mean: 

NTLM or Kerberos with SAP Web Application Server.

Former Member
0 Kudos

Hi All,

I am looking for some technical information on how to configure NTLM or Kerberos with SAP Web Application Server.

The requirement is if a request comes to the Web App Server through a client(Browser), it should get the Windows user login id and authenticate him to access the information.

Please share your valuable information

Regards

Abhijith YS

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Abhijith,

For Accessing AS JAVA with Kerberos Authentication follow the link :

http://help.sap.com/saphelp_nw04s/helpdata/en/43/49a2aefd975f89e10000000a1553f6/frameset.htm

For Accessing J2EE Engine with Kerberos Authentication follow the link. This link also gives information about Using Kerberos Authentication for Single Sign-On :

http://help.sap.com/saphelp_nw04/helpdata/en/43/49a2aefd975f89e10000000a1553f6/frameset.htm

Thanks,

Nitesh Jain

Former Member
0 Kudos

Hi

web-j2ee-engine.xml was not included inside the ear., now its working after i added the xml inside web-inf

build.xml code :

<fileset dir="." includes="WEB-INF/web-j2ee-engine.xml"/>

Thanks and Regards

Abhijith YS

Former Member
0 Kudos
Former Member
0 Kudos

Hi

Thank you.

The sap notes gives a video and user guide, its sufficient to configure kerveros.

Now I have set up Kerberos authentication mechanism, it checks for user authentication for other example and system applications,

but for the application what I have deployed it is not checking the authentication,

Please let me know if there is more configuration.

Regards

Abhijith YS