Removes IdentityServer4 usage

This commit is contained in:
Paul Schneider
2021-05-01 16:43:57 +01:00
parent dc37c9a9f0
commit 838de379fd
34 changed files with 18 additions and 1847 deletions

View File

@ -1,10 +1,9 @@
@using IdentityServer4.Extensions

@{
string name = null;
if (!true.Equals(ViewData["signed-out"]))
{
name = Context.User?.GetDisplayName();
name = User.Identity.Name;
}
}
@ -13,7 +12,7 @@
<a href="~/" class="navbar-brand">
<img src="~/icon.png" class="icon-banner">
IdentityServer4
Nuget host
</a>
@if (!string.IsNullOrWhiteSpace(name))