You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Sumit Ghosh c37320b3e5
Updates all the services to .NET 6.0 (#1770)
3 years ago
..
Certificate Updates `basket-api` to .NET 6 (#1742) 3 years ago
Configuration Updates `basket-api` to .NET 6 (#1742) 3 years ago
Controllers Updates `basket-api` to .NET 6 (#1742) 3 years ago
Data Updates all the services to .NET 6.0 (#1770) 3 years ago
Devspaces Updates all the services to .NET 6.0 (#1770) 3 years ago
Extensions Updates `basket-api` to .NET 6 (#1742) 3 years ago
Factories Updates `basket-api` to .NET 6 (#1742) 3 years ago
Migrations Updates `basket-api` to .NET 6 (#1742) 3 years ago
Models Updates `basket-api` to .NET 6 (#1742) 3 years ago
Properties Fixing errors in SPA when calling basket api through apigw 7 years ago
Services Updates `basket-api` to .NET 6 (#1742) 3 years ago
Setup Updated credit card default exipiration value. (#1535) 4 years ago
Views Handle SPA/MVC branding for login and registration views 3 years ago
wwwroot Handle SPA/MVC branding for login and registration views 3 years ago
.dockerignore starting deploys to devspaces 6 years ago
AppSettings.cs Refactoring all dbcontext seed using new MigrateDbContext extension method on IWebHost. This prevent errors when using dotnet ef cli and seeders in Startup 7 years ago
Dockerfile Updates `basket-api` to .NET 6 (#1742) 3 years ago
Dockerfile.develop Seeking feedback: Build and run on .Net 6 preview 6 (#1734) 3 years ago
GlobalUsings.cs Updates `basket-api` to .NET 6 (#1742) 3 years ago
IWebHostExtensions.cs Updates `basket-api` to .NET 6 (#1742) 3 years ago
Identity.API.csproj Updates `basket-api` to .NET 6 (#1742) 3 years ago
Program.cs Updates `basket-api` to .NET 6 (#1742) 3 years ago
README.md fix markdown headers 5 years ago
Startup.cs Updates `basket-api` to .NET 6 (#1742) 3 years ago
appsettings.json User internal docker dns names 5 years ago
azds.yaml Final fixes to make it work under Devspaces 5 years ago
bundleconfig.json Fix Identity.API and WebMVC publishing 8 years ago
libman.json Migrated Identity.api to Bootstrap 4 6 years ago
values.dev.yaml devspaces scripts 6 years ago
web.config Replace obsolete IHostingEnvironment for IWebHostEnvironment 5 years ago

README.md

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