mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2026-07-14 03:23:48 +08:00
22 lines
647 B
Plaintext
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>
|