Update the documentation pages

This commit is contained in:
OpenIddict Bot
2022-10-17 17:14:05 +00:00
parent 59272b59b0
commit 0d4088aac0
2 changed files with 2 additions and 2 deletions

View File

@@ -310,7 +310,7 @@ public class FormatNonStandardScopeParameter : IOpenIddictClientHandler<Proce
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):