@using System.Diagnostics @{ ViewData["Title"] = "HomePage"; var version = FileVersionInfo.GetVersionInfo(typeof(Duende.IdentityServer.Hosting.IdentityServerMiddleware).Assembly.Location).ProductVersion?.Split('+').First(); }

Hello, world!

Welcome to IdentityServer (version @version)


It uses utility classes for typography and spacing to space content out within the larger container.IdentityServer publishes a discovery document where you can find metadata and links to all the endpoints, key material, etc.

Configuration
@foreach (var identity in User.Identities) {

@identity.Name

}