cancel
Showing results for 
Search instead for 
Did you mean: 

Set up Windows AD Authentication and SSO on IIS

Former Member
0 Kudos

Could somebody provide me any documents to set up Windows AD Authentication on Business Objects InfoView website for IIS? The instructions I have are for Tomcat. Are there are any specific changes for IIS 7 (Windows 2008 R2) for App Pool or Authentication settings?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos


Check below two SAP notes

1356046 - ***Best Practices*** when setting up .net Infoview for kerberos SSO with an AD service account in XI 3.1

1436590 - After configuring IIS 7 for Kerberos SSO I am prompted for credentials by a windows login box

Second SAP note describes the changes that needs to be implemented.

Former Member
0 Kudos

Thanks Ravi.

How do I look up the SAP notes document? The website when I search asks for username/pwd and I am not sure what it is?

0 Kudos

Hi,

you Need a valid maintenance Agreement with SAP. With this you get a S-User and can Login to the Service Market Place.

At the top right on service.sap.com you can click the "Register" Button.

Regards

-Seb.

Former Member
0 Kudos

As per the BEST practices Notes, the following SPNs are needed. We have set up the SPN as below

  • run setspn -a HTTP/myiisserverhostname bosso
  • run setspn -a HTTP/myiisserverFQDN bosso
  • run setspn -a BOSSO/mydomain.com bosso

Our version set up currently

HTTP/svcAccount.FQDN.com

HTTP/IISServer@FQDN.com

BOBJCentralMS/IISServer.FQDN.com

Are these sufficient? Or do we need torun this too?

run setspn -a svcAccount/domain.com svcAccount

Thanks

Ashwini

Answers (0)