asp.net - Created a MVC app, turned on Google Login.. want to strip out the local Registration stuff using ApplicationDbContext -


created mvc app, in vs2013, following this:

https://docs.microsoft.com/en-us/aspnet/mvc/overview/security/create-an-aspnet-mvc-5-app-with-facebook-and-google-oauth2-and-openid-sign-on

turned on google login.. got app ssoing google login (so can use google edu) want strip out local registration stuff using applicationdbcontext

we have our own local user stuff in our db, our legacy code, want google login stuff work "ad" login stuff i'm replacing...

can this? best approach? there walkthrough/working example of this?

basically after login google first time want skip whole registration in local db in app_data step.. no registration, no local db.

if can't scrape out or turn off, how can connect sybase 12 db via ddtek driver, , create local tables (letting c# it, entity first against our policies)


Comments

Popular posts from this blog

ios - MKAnnotationView layer is not of expected type: MKLayer -

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -