Single Sign-On using Asp.net MVC 4 and Web Api -
we devloping application looks google login. illustration if login gmail , open play store in tab automatically login playstore.
we want develop similar application using asp.net mvc 4 , web api & jquery.
user flow (login using username , password) - after login access fellow member details client flow (client secret , client id) - authenticate html, javascrip , cssif have suggestions on below approach. 1. oauth 2.0 , owin middleware 2. token base of operations approach 3. html , javascript using token site. 4. cross domain token handling
if have sample resource server, here resource server html, javascript , css
for user flow, can utilize openidconnect middleware: https://github.com/azureadsamples/webapp-openidconnect-dotnet. there many additional samples in azureadsamples.
fore client flow, sample give example: https://github.com/azureadsamples/webapp-webapi-oauth2-appidentity-dotnet.
asp.net-mvc asp.net-web-api oauth single-sign-on owin
No comments:
Post a Comment