mirror of
https://gitee.com/dcren/openiddict-documentation.git
synced 2025-07-16 07:59:46 +08:00
Update the documentation pages
This commit is contained in:
parent
59272b59b0
commit
0d4088aac0
@ -310,7 +310,7 @@ public class FormatNonStandardScopeParameter : IOpenIddictClientHandler<Proce
|
|||||||
throw new ArgumentNullException(nameof(context));
|
throw new ArgumentNullException(nameof(context));
|
||||||
}
|
}
|
||||||
|
|
||||||
context.Request.Scope = context.Registration.GetProviderName() switch
|
context.Request.Scope = context.Registration.ProviderName switch
|
||||||
{
|
{
|
||||||
// The following providers are known to use comma-separated scopes instead of
|
// The following providers are known to use comma-separated scopes instead of
|
||||||
// the standard format (that requires using a space as the scope separator):
|
// the standard format (that requires using a space as the scope separator):
|
||||||
|
@ -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": "qmieLtHs30gnuAVxD5v2CA=="
|
"hash": "pjC3OIpW2IELs4joT+Gu1Q=="
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"is_incremental": false,
|
"is_incremental": false,
|
||||||
|
Loading…
Reference in New Issue
Block a user