aspnet / Identity

[Archived] ASP.NET Core Identity is the membership system for building ASP.NET Core web applications, including membership, login, and user data. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
1.96k stars 870 forks source link

using same ASP.net core identity for multiple web applicaitons #1874

Closed bigpod98 closed 5 years ago

bigpod98 commented 6 years ago

Hello

I want to have 3 different web applications but want to use same identity back end application so i have SSO. im using Individual user accounts

thanks

AdrienTorris commented 6 years ago

You can check the eShopOnContainers template, there is an centalized Identity service : https://github.com/dotnet-architecture/eShopOnContainers

bigpod98 commented 6 years ago

I was hoping its something that could be used with already made identity individual user authenticaton

blowdart commented 6 years ago

You could use Identity Server as the login point, and then connect your web sites to that via OIDC

bigpod98 commented 6 years ago

thats one thing i was looking at but for now i was still looking at something that could work with what i already have(i have on onee web app accounts already and i dont want migrating accounts if it isnt neccecery)

brockallen commented 6 years ago

You don't need to migrate your user data to use IdentityServer.

bigpod98 commented 6 years ago

didnt know that

bigpod98 commented 6 years ago

@brockallen just a quick question for information if it is needed in future is there a way to use identityserver for logins in lets say console app, (basicly login in console app and for backend it uses identity server)

brockallen commented 6 years ago

Check the docs page: http://docs.identityserver.io/