OpenIdConnectDefaults Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |