OpenIdConnectDefaults Class

Definition

Default values related to OpenIdConnect authentication handler

public ref class OpenIdConnectDefaults abstract sealed
public static class OpenIdConnectDefaults
type OpenIdConnectDefaults = class
Public Class OpenIdConnectDefaults
Inheritance
OpenIdConnectDefaults

Fields

AuthenticationPropertiesKey

Constant used to identify state in openIdConnect protocol message.

AuthenticationScheme

The default value used for OpenIdConnectOptions.AuthenticationScheme.

Caption

The default value for OpenIdConnectOptions.Caption.

CookieNoncePrefix

The prefix used to for the nonce in the cookie.

DisplayName

The default value for the display name.

RedirectUriForCodePropertiesKey

The property for the RedirectUri that was used when asking for a 'authorizationCode'.

UserstatePropertiesKey

Constant used to identify userstate inside AuthenticationProperties that have been serialized in the 'state' parameter.

Applies to