You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Confirm you've already contributed to this project or that you sponsor it
I confirm I'm a sponsor or a contributor
Describe the solution you'd like
Enabling the degraded mode has multiple effects that should be listed in the documentation:
// Explicitly disable all the features that are implicitly excluded when the degraded mode is active.if(options.EnableDegradedMode){options.DisableAuthorizationStorage=options.DisableTokenStorage=options.DisableRollingRefreshTokens=true;options.IgnoreEndpointPermissions=options.IgnoreGrantTypePermissions=true;options.IgnoreResponseTypePermissions=options.IgnoreScopePermissions=true;options.UseReferenceAccessTokens=options.UseReferenceRefreshTokens=false;}
Confirm you've already contributed to this project or that you sponsor it
Describe the solution you'd like
Enabling the degraded mode has multiple effects that should be listed in the documentation:
https://github.com/openiddict/openiddict-core/blob/186d3d8ddb84d600876e620fe9c236748a7e885b/src/OpenIddict.Server/OpenIddictServerConfiguration.cs#L31-L38
Additional context
No response
The text was updated successfully, but these errors were encountered: