If I want to use MOSS 2007 Single Sign-On, do my users HAVE TO be Active Directory users?

StackOverflow https://stackoverflow.com/questions/413028

  •  03-07-2019
  •  | 
  •  

Question

I want to use MOSS 2007's single sign-on feature, but read that the server needs to be in an Active Directory environment. This I understand, but does this mean all my users HAVE TO be Active Directory users? Can I not use MOSS2007 Single Sign-on if my users are authenticated using Forms Authentication (using a custom membership provider?).

Was it helpful?

Solution

You can, but you'd have to write your own SSO provider. The default one only works with Windows identities.

Edit: There's a walkthrough on MSDN for creating them, if you want to go that way.

OTHER TIPS

when i connect SP server with CS server using SSO, does the roles and user permissions for SP users transfered with the user, so if i created new sp user with read role, then i accessed cs server, i will find that a role created for that user in the cs with read permissions?

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top