Authenticating Front end users with IdentityServer OAuth
Hi I'm trying (and failing) to integrate oauth login for my frontend members.
I've gotten aps.net to authenticate the user but as soon as that happens I can't login to umbraco any more, (well I can login but after login I'm presented with a 401 challenge).
I got it working!
I Installed th UmbracoIdentityPackaage from nuget and it works now.
It seems that umbraco by default uses Asp.Net Membership and When I activate Asp.Net Identity this no longer works, which is what the package is for.
Authenticating Front end users with IdentityServer OAuth
Hi I'm trying (and failing) to integrate oauth login for my frontend members. I've gotten aps.net to authenticate the user but as soon as that happens I can't login to umbraco any more, (well I can login but after login I'm presented with a 401 challenge).
My flow is this:
Umbraco signin Controller ---> OAuth Signin page (separate server) --> Umbraco Callback Controller
Any thoughts our questions? is this even the right approach?
Kenneth
I got it working! I Installed th UmbracoIdentityPackaage from nuget and it works now. It seems that umbraco by default uses Asp.Net Membership and When I activate Asp.Net Identity this no longer works, which is what the package is for.
is working on a reply...