Browse Source

Merge pull request #983 from ratanparai/bugfix/fix-markdown-format

Fix markdown headers
pull/987/head
Miguel Veloso 5 years ago
committed by GitHub
parent
commit
e0ea3607e2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/Services/Identity/Identity.API/README.md

+ 2
- 2
src/Services/Identity/Identity.API/README.md View File

@ -2,10 +2,10 @@
Sample reference containerized application, cross-platform and microservices architecture. Sample reference containerized application, cross-platform and microservices architecture.
Powered by Microsoft Powered by Microsoft
#Overview
## 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. 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
## Setup
This service is a identity provider or STS (Security Token Service) currently implemented with IdentityServer 4 wrapping ASP.NET Identity underneath. 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: Check procedures on how to get the sample app started at the Wiki:


Loading…
Cancel
Save