I'm working almost on the same problem. It needs Umbraco to perform authorization code grant flow: to authorize a client (another website) as Umbraco member, redirect back to client along with authorization code and let client fetch authorization token.
And Umbraco instance is actually a load balanced scale set.
Single sign-on with existing members
Hello,
We have an existing project with the default Umbraco members. We would now like to add single sign-on so another system can easily login.
I think ASP.Net Identity is a good solution for this and for members this is available: https://github.com/Shazwazza/UmbracoIdentity
Has anyone used this before and can I start using this if we already have existing members?
Single sign-on is a bit new for me so I'm not sure what other steps I need to do.
We are on a load balance environment so we also need this:
http://www.alexlindgren.com/archive/creating-an-external-login-store-for-aspnet-identity-for-umbraco/
I also found the following links which could be helpful:
https://www.asp.net/mvc/overview/security/create-an-aspnet-mvc-5-app-with-facebook-and-google-oauth2-and-openid-sign-on
https://brockallen.com/2013/10/24/a-primer-on-owin-cookie-authentication-middleware-for-the-asp-net-developer/
Any tips for single sign-on with existing members?
Jeroen
Twitter conversation: https://twitter.com/j_breuer/status/796742720194809860
Already got some good feedback in the Twitter conversation, but anyone else got some suggestions?
Jeroen
Hello Jeroen!
I'm working almost on the same problem. It needs Umbraco to perform authorization code grant flow: to authorize a client (another website) as Umbraco member, redirect back to client along with authorization code and let client fetch authorization token.
And Umbraco instance is actually a load balanced scale set.
Did you solved your task finally?
Can you share some tips or examples?
Anton.
is working on a reply...