Shannon Deminick
Shannon Deminick
Hi @JamesSherborne did you see these docs? https://github.com/Shazwazza/UmbracoIdentity/wiki/Startup-Configuration#custom-owin-startup-configuration
Hi @knnithyanand, > but I want to set account active only after email verified. > I am thinking of implementing Umbraco.Core.Models.Membership.IMembershipUser on UmbracoIdentityMember class, do you have any thought on...
Hi @knnithyanand sorry for the delay. I don't see it being necessary to implement IMembershipUser since there is no references whatsoever to this interface in this project so it's not...
I have updated the docs too, https://github.com/Shazwazza/UmbracoIdentity/wiki/Startup-Configuration, https://github.com/Shazwazza/UmbracoIdentity/wiki/Adding-Features
If anyone could help out with this project to get this done automatically and always working for any provider let me know. I "think" this is basically the same topic...
Hi, some replies below: > I note that the [Authorize] attribute results in erroneous behavior when trying to authenticate so I assume it is not intended to be used. Can...
Hi, I've just tested installing UmbracoIdentity into 8.5.3 and it seems to work fine. Do you have a full stack trace or steps to replicate?
Hi! A PR would be a great start :)
PR is here https://github.com/Shazwazza/UmbracoIdentity/pull/114
Hi, initially I would think that it could it be the request path that isn't activating authentication since only certain request paths are authenticated for front-end vs back office. However,...