mirror of
https://gitee.com/dcren/openiddict-documentation.git
synced 2025-07-15 14:04:34 +08:00
Update the provider contribution guide to use ProviderName instead of GetProviderName()
This commit is contained in:
parent
9a9f96ed79
commit
d8f8c1ad19
@ -261,7 +261,7 @@ public class FormatNonStandardScopeParameter : IOpenIddictClientHandler<ProcessC
|
||||
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 standard format (that requires using a space as the scope separator):
|
||||
|
Loading…
Reference in New Issue
Block a user