Yes, we also need to extend Umbraco to a double membership model: On the internal user, to create pages, on the internet facing, to personalize content.
Off the box, Asp Net identity solves all this problems on the internet facing side.
I've had no issue implementing ASP.Net Identity into an Umbraco website, however I only wished to utilise the two-step authentication aspect, so I still used Umbraco Membership and then tacked Identity onto it.
The only issue I've experienced so far is that the ASP.Net Identity auth cookie is picked up by Umbraco's back-office which means you can't log into both simultaneously without issue.
ASP.Net Identity
Does Umbraco support ASP.Net Identity? I know it uses ASP.Net Membership, but just wondering if it integrates with ASP.Net Identity?
If so, can somebody please point me to some information that might be helpful.
Regards
I would also be interested to know about this. Did you get anywhere with it?
Yes, we also need to extend Umbraco to a double membership model: On the internal user, to create pages, on the internet facing, to personalize content.
Off the box, Asp Net identity solves all this problems on the internet facing side.
Any hints or tutorials?
Is this being addressed? Im having trouble implementing Identity into a barebones Umbraco project
I haven't made any progress with this. I've moved on.
I've had no issue implementing ASP.Net Identity into an Umbraco website, however I only wished to utilise the two-step authentication aspect, so I still used Umbraco Membership and then tacked Identity onto it.
The only issue I've experienced so far is that the ASP.Net Identity auth cookie is picked up by Umbraco's back-office which means you can't log into both simultaneously without issue.
Kevin, How did you go about setting up ASP Identity for front end users?
Some tutorial style information would be helpful.
Can it be implemented through a surface? Or should I make a controller for handling authorization?
I would like to display a different navigation menu based on whether my page visitors are logged in or not (I waould like to display a members tab).
As I've never implemented ASP Identity in any project before, esplaining it like I'm 5 would be the most helpful.
Thanks to anyone who can help!
Try this : https://github.com/Shazwazza/UmbracoIdentity
is working on a reply...