# Conflicts SOLVED: # .gitignore # src/BuildingBlocks/WebHostCustomization/WebHost.Customization/WebHostExtensions.cs # src/Services/Basket/Basket.API/Basket.API.csproj # src/Services/Basket/Basket.API/Program.cs # src/Services/Basket/Basket.API/Startup.cs # src/Services/Catalog/Catalog.API/Catalog.API.csproj # src/Services/Catalog/Catalog.API/Program.cs # src/Services/Catalog/Catalog.API/Startup.cs # src/Services/Identity/Identity.API/Identity.API.csproj # src/Services/Identity/Identity.API/Program.cs # src/Services/Identity/Identity.API/Startup.cs # src/Services/Location/Locations.API/Locations.API.csproj # src/Services/Location/Locations.API/Program.cs # src/Services/Location/Locations.API/Startup.cs # src/Services/Marketing/Marketing.API/Marketing.API.csproj # src/Services/Marketing/Marketing.API/Program.cs # src/Services/Marketing/Marketing.API/Startup.cs # src/Services/Ordering/Ordering.API/Ordering.API.csproj # src/Services/Ordering/Ordering.API/Program.cs # src/Services/Ordering/Ordering.API/Startup.cs # src/Services/Ordering/Ordering.SignalrHub/Ordering.SignalrHub.csproj # src/Services/Ordering/Ordering.SignalrHub/Program.cs # src/Services/Ordering/Ordering.SignalrHub/Startup.cs # src/Services/Payment/Payment.API/Payment.API.csproj # src/Services/Payment/Payment.API/Program.cs # src/Services/Payment/Payment.API/Startup.cs # src/Web/WebMVC/Program.cs # src/Web/WebMVC/Startup.cs # src/Web/WebStatus/Program.cs # src/Web/WebStatus/Startup.cs # src/Web/WebStatus/WebStatus.csproj
Containerized eShop - Identity Service
Sample reference containerized application, cross-platform and microservices architecture. Powered by Microsoft
#Overview This sample runs a microservices oriented application and a .net core Mvc application that consumes this services. You can find more information about how to set up docker in your machine in the global directory solution.
#Setup This service is a identity provider or STS (Security Token Service) currently implemented with IdentityServer 4 wrapping ASP.NET Identity underneath.
Check procedures on how to get the sample app started at the Wiki: https://github.com/dotnet/eShopOnContainers/wiki