What has worked best for me is to fork this, so that it is a project in / along with the Umbraco solution. I am currently not using the Identity way of doing roles, I am using the older way of doing roles.
But with this package, it seems like almost complete customization can be obtained.
I thought about that but in order to use a different Store than the default you need to configure quite a bit. Maybe once I get to understand IdentityServer I will dare to do this.
If someone would make a complete example on how to use this with your own custom membership/store, I would be glad :).
Someone mentioned a CodeGarden video but I never found one.
Changes to Umbraco Membership from 7.3.1 to 7.4.x?
http://24days.in/umbraco/2015/extending-membership/
This example does not seem to work out of the box in 7.4.3. It seems the Key is not present when you need to look at the detail page.
Also. Is there some way to get Umbraco.MemberService to use your custom GetAll function? I only get empty results.
I suggest a better solution is to look at
https://github.com/Shazwazza/UmbracoIdentity
What has worked best for me is to fork this, so that it is a project in / along with the Umbraco solution. I am currently not using the Identity way of doing roles, I am using the older way of doing roles.
But with this package, it seems like almost complete customization can be obtained.
Hi Bill,
I thought about that but in order to use a different Store than the default you need to configure quite a bit. Maybe once I get to understand IdentityServer I will dare to do this.
If someone would make a complete example on how to use this with your own custom membership/store, I would be glad :).
Someone mentioned a CodeGarden video but I never found one.
is working on a reply...