November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
A workaround for this is to manually decorate the ClaimsPrincipal with role-claims like in Adis' blogpost: http://adisdelalic.wordpress.com/2010/09/15/episerver-and-claims-based-security/
This gives some challenges in CMS 6 R2 when keeping track of virtual roles vs. roles from claims.
Hi Mads
I blogged about using custom role/membership providers with WIF:
http://world.episerver.com/Blogs/David-Knipe/Dates/2010/9/Enabling-Windows-Identity-Foundation-WIF-in-EPiServer/
I am using this on a project at the moment (still in dev right now).
David
Thanks David,
In our CMS 6 solution, we were relying on EPiServer to call our custom ClaimsRoleProvider for us, and that worked out fine, until the upgrade to R2.
Now we just need to call the provider ourselves as you (and Adis) have shown.
Mads
We have a claims-based authentication solution set up pretty much like in Ben's post:
http://world.episerver.com/Blogs/Ben-Morris/Dates/2010/6/Converting-EPiServer-6-to-use-claims-based-authentication-with-WIF/
We have custom role- and membership-providers for storing role-information in SQL when a user is offline.
After upgrading from CMS 6 to CMS 6 R2, our custom role- and membership-providers are no longer called, so login always fails.
As an experiment, I setup an out-of-the-box EPiServer 6 site with "Demo Templates" and added the WIF-configuration in Ben's post. I added a custom WindowsRoleProvider to simply log calls to GetRolesForUser. The role-provider would get called when logging in to the site.
But, after upgrading the demo-site to R2 with Deployment Center, the role-provider would never get called again.
After removing the 2 HTTP-modules:
Is there a way to use custom role/membership-providers in a claims-based solution with CMS 6 R2 ?