mirror of
https://gitee.com/dcren/openiddict-documentation.git
synced 2025-07-15 23:13:34 +08:00
Update the documentation pages
This commit is contained in:
parent
ea7ae06912
commit
ec26196895
@ -218,12 +218,9 @@ store the tenant name. Once added, the URIs can include a placeholder of the sam
|
|||||||
<p>If the targeted service is fully standard-compliant, no additional configuration should be required at this point.
|
<p>If the targeted service is fully standard-compliant, no additional configuration should be required at this point.
|
||||||
To confirm it, build the solution and add the new provider to the <code>OpenIddict.Sandbox.AspNetCore.Client</code> sandbox:</p>
|
To confirm it, build the solution and add the new provider to the <code>OpenIddict.Sandbox.AspNetCore.Client</code> sandbox:</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Update <code>Startup.cs</code> to use your new provider:</li>
|
<li>Update <code>Startup.cs</code> to register your new provider:</li>
|
||||||
</ul>
|
</ul>
|
||||||
<pre><code class="lang-csharp">options.SetRedirectionEndpointUris(
|
<pre><code class="lang-csharp">// Register the Web providers integrations.
|
||||||
// ... other providers...
|
|
||||||
"callback/login/[provider name]");
|
|
||||||
</code></pre><pre><code class="lang-csharp">// Register the Web providers integrations.
|
|
||||||
options.UseWebProviders()
|
options.UseWebProviders()
|
||||||
// ... other providers...
|
// ... other providers...
|
||||||
.Use[provider name](options =>
|
.Use[provider name](options =>
|
||||||
|
@ -1600,7 +1600,7 @@
|
|||||||
"output": {
|
"output": {
|
||||||
".html": {
|
".html": {
|
||||||
"relative_path": "guides/contributing-a-new-web-provider.html",
|
"relative_path": "guides/contributing-a-new-web-provider.html",
|
||||||
"hash": "0k6P3Ocg1GObvKezKHB8rw=="
|
"hash": "IvBnidz/TpH9TrBglYg5dQ=="
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"is_incremental": false,
|
"is_incremental": false,
|
||||||
|
Loading…
Reference in New Issue
Block a user