SSO with SharePoint 2007

G

Guest

We can maintain SSO (single sign on) between SharePoint 2003 and a third
party WebSSO provider. This is done by passing to the WebSSO provider the
authenticated domain user name and password, then creating a user context
with LogonUser, and returning control to the web server. IIS then passes the
user context to SharePoint 2003 allowing us to maintain SSO. Unfortunately
we can not do the same with SharePoint 2007.

Calling LogonUser to pass the user information to SharePoint 2007 causes the
web browser to hang indefinitely. If we skip calling LogonUser or leave the
username and password name fields blank, we get challenged for valid
credentials by both the WebSSO provider as well as SharePoint 2007
 
R

RobinS

This does not appear to be relevant to this group. This is a .Net
Programming newsgroup.

If you want help with your question, please try posting your message to a
newsgroup with "SharePoint" in the description.

Robin S.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top