I am working with SharePoint Service 3.0/SharePoint Server 2007. SharePoint has some built-in roles like contributor, visitor, designer, administrator.

I am wondering if I use Forms Authentication, how to define roles in Forms Authentication Roles in order to map the Forms Authentication roles to SharePoint built-in roles?

thanks in advance, George

link|improve this question

59% accept rate
feedback

1 Answer

up vote 1 down vote accepted

Unfortunately there is no automatic mapping of Forms Authentication Roles to SharePoint built-in roles (groups).

The only thing you can do to archive such a mapping is to add the Forms Authentication Roles to SharePoint built-in groups by hand or by a custom piece of code.

link|improve this answer
Thanks for your advice, Flo! – George2 Oct 29 '09 at 5:34
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.