I knew I was probably asking for something weird. The scond link provided enough info to get me pointed in the right direction.
Thanks for knowing what I didn't know I needed. :-)
Main Topics
Browse All TopicsThe web user authentication for our company intranet is managed by a centralized application, which passes a cookie to the user containing a "privs" string- a comma-separated list of roles assigned to that user. Is it possible to simply add the values from that string to the roles for the app?
roleManager is not currently enabled for the app, as doing so would require specifying a provider (which doesn't exist in the traditional sense). Is it possible to maybe specify a "dummy" provider in order to add roles via Roles.AddUserToRoles?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: guru_samiPosted on 2009-09-29 at 11:40:31ID: 25451934
Don't know about any dummy role provider technique...but see if these links take you somewhere: la.com/art icles/0827 03-1.aspx ...see if you can add your roles from CDS to User Principal.
ttgu/pages /Recipe_3A 00_- Implem enting-Rol e_2D00_Bas ed-Securit y-with-ASP .NET-2.0-u sing- Windo ws-Authent ication-an d-SQL-Serv er.aspx :
1: http://aspnet.4guysfromrol
Or
2: http://weblogs.asp.net/sco
This might not be of a lot help but who knows.