15 lines
663 B
Markdown
15 lines
663 B
Markdown
# 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
|
|
|
|
|