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?).
views:
550answers:
3
+3
A:
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.
Steven Robbins
2009-01-05 13:00:21
Thank-you Steve. Just what I was looking for!
willem
2009-01-05 13:08:00
A:
I successfully created a getuserprofile UDCX and configured SSO and works like a charm for me and my User Name.
However, I am confused about adding accounts? Do I have to add all my users individually in the Manage Account Information for an Enterprise Definition.
If so, that means I need the user password info OR am I missing something.
-Stephen