Files
OpenAuth.Net/OpenAuth.Identity/Views/Home/Index.cshtml
2026-06-25 23:42:43 +08:00

22 lines
647 B
Plaintext

<div class="welcome-page">
<div class="row page-header">
<div class="col-sm-10">
<h1>
<img class="icon" src="~/icon.jpg">
Welcome to OpenAuth.Net IdentityServer
<small>(OpenIddict)</small>
</h1>
</div>
</div>
<div class="row">
<div class="col-sm-8">
<p>
IdentityServer publishes a
<a href="~/.well-known/openid-configuration">discovery document</a>
where you can find metadata and links to all the endpoints, key material, etc.
</p>
</div>
</div>
</div>