Skip to content

Commit

Permalink
sort files in IS quickstart 1
Browse files Browse the repository at this point in the history
  • Loading branch information
adamralph committed Jan 21, 2025
1 parent 906c5f4 commit 9dce01b
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,16 +73,16 @@ dotnet new isempty -n IdentityServer

This will create the following files within a new *src/IdentityServer* directory:

- *IdentityServer.csproj* - project file with the IdentityServer NuGet package
added
- *Properties/launchSettings.json* file - launch profile
- *appsettings.json* - run time settings
- *Program.cs* - main application entry point
- *Config.cs* - definitions for [resources]({{< ref "/overview/terminology#resources" >}}) and
[clients]({{< ref "/overview/terminology#client" >}}) used by IdentityServer
- *HostingExtensions.cs* - configuration for ASP.NET pipeline and services
Notably, the IdentityServer services are configured here and the
IdentityServer middleware is added to the pipeline here.
- *Config.cs* - definitions for [resources]({{< ref "/overview/terminology#resources" >}}) and
[clients]({{< ref "/overview/terminology#client" >}}) used by IdentityServer
- *IdentityServer.csproj* - project file with the IdentityServer NuGet package
added
- *Program.cs* - main application entry point

{{% notice note %}}

Expand Down

0 comments on commit 9dce01b

Please sign in to comment.