@using System.Diagnostics @{ var version = FileVersionInfo.GetVersionInfo(typeof(IdentityServer4.Hosting.IdentityServerMiddleware).Assembly.Location).ProductVersion.Split('+').First(); }

Identity Server

This service is a centeralized authentication tool. It's used for all of the kurdistan's digital services.

@if (User.Identity.IsAuthenticated == false) {
Login
}