Share via


OpenIdConnectOptions.SkipUnrecognizedRequests Property

Definition

Indicates if requests to the CallbackPath may also be for other components. If enabled the middleware will pass requests through that do not contain OpenIdConnect authentication responses. Disabling this and setting the CallbackPath to a dedicated endpoint may provide better error handling. This is disabled by default.

public bool SkipUnrecognizedRequests { get; set; }

Property Value

Applies to