Gets or sets the method used to redirect the user agent to the identity provider.
AuthenticationSchemeThe AuthenticationScheme in the options corresponds to the logical name for a particular authentication scheme. A different value may be assigned in order to use the same authentication middleware type more than once in a pipeline.
(Inherited from AuthenticationOptions) AuthorityGets or sets the Authority to use when making OpenIdConnect calls.
AutomaticAuthenticateIf true the authentication middleware alter the request user coming in. If false the authentication middleware will only provide identity when explicitly indicated by the AuthenticationScheme.
(Inherited from AuthenticationOptions) AutomaticChallengeIf true the authentication middleware should handle automatic challenge. If false the authentication middleware will only alter responses when explicitly indicated by the AuthenticationScheme.
(Inherited from AuthenticationOptions) BackchannelHttpHandlerThe HttpMessageHandler used to communicate with remote identity provider. This cannot be set at the same time as BackchannelCertificateValidator unless the value can be downcast to a WebRequestHandler.
(Inherited from RemoteAuthenticationOptions) BackchannelTimeoutGets or sets timeout value in milliseconds for back channel communications with the remote identity provider.
(Inherited from RemoteAuthenticationOptions) CallbackPathThe request path within the application's base path where the user-agent will be returned. The middleware will process this request when it arrives.
(Inherited from RemoteAuthenticationOptions) ClaimsIssuerGets or sets the issuer that should be used for any claims that are created
(Inherited from AuthenticationOptions) ClientIdGets or sets the 'client_id'.
ClientSecretGets or sets the 'client_secret'.
ConfigurationConfiguration provided directly by the developer. If provided, then MetadataAddress and the Backchannel properties will not be used. This information should not be updated during request processing.
ConfigurationManagerResponsible for retrieving, caching, and refreshing the configuration from metadata. If not provided, then one will be created using the MetadataAddress and Backchannel properties.
DescriptionAdditional information about the authentication type which is made available to the application.
(Inherited from AuthenticationOptions) DisplayNameGet or sets the text that the user can display on a sign in user interface.
(Inherited from RemoteAuthenticationOptions) EventsGets or sets the IOpenIdConnectEvents to notify when processing OpenIdConnect messages.
GetClaimsFromUserInfoEndpointBoolean to set whether the middleware should go to user info endpoint to retrieve additional claims or not after creating an identity from id_token received from token endpoint. The default is 'false'.
MetadataAddressGets or sets the discovery endpoint for obtaining metadata
PostLogoutRedirectUriThe uri where the user agent will be returned to after application is signed out from the identity provider. The redirect will happen after the SignedOutCallbackPath is invoked.
ProtocolValidatorGets or sets the OpenIdConnectProtocolValidator that is used to ensure that the 'id_token' received is valid per: http://openid.net/specs/openid-connect-core-1_0.html#IDTokenValidation
RefreshOnIssuerKeyNotFoundGets or sets if a metadata refresh should be attempted after a SecurityTokenSignatureKeyNotFoundException. This allows for automatic recovery in the event of a signature key rollover. This is enabled by default.
RemoteAuthenticationTimeoutGets or sets the time limit for completing the authentication flow (15 minutes by default).
(Inherited from RemoteAuthenticationOptions) RemoteSignOutPathRequests received on this path will cause the middleware to invoke SignOut using the SignInScheme.
RequireHttpsMetadataGets or sets if HTTPS is required for the metadata address or authority. The default is true. This should be disabled only in development environments.
ResourceGets or sets the 'resource'.
ResponseModeGets or sets the 'response_mode'.
ResponseTypeGets or sets the 'response_type'.
SaveTokensDefines whether access and refresh tokens should be stored in the AuthenticationProperties after a successful authorization. This property is set to false
by default to reduce the size of the final authentication cookie.
Gets the list of permissions to request.
SecurityTokenValidatorGets or sets the ISecurityTokenValidator used to validate identity tokens.
SignedOutCallbackPathThe request path within the application's base path where the user agent will be returned after sign out from the identity provider.
SignInSchemeGets or sets the authentication scheme corresponding to the middleware responsible of persisting user's identity after a successful authentication. This value typically corresponds to a cookie middleware registered in the Startup class. When omitted, SignInScheme is used as a fallback value.
(Inherited from RemoteAuthenticationOptions) SignOutSchemeThe Authentication Scheme to use with SignOut on the SignOutPath. SignInScheme will be used if this is not set.
SkipUnrecognizedRequestsIndicates 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.
StateDataFormatGets or sets the type used to secure data handled by the middleware.
StringDataFormatGets or sets the type used to secure strings used by the middleware.
SystemClockFor testing purposes only.
SystemClockFor testing purposes only.
(Inherited from AuthenticationOptions) TokenValidationParametersGets or sets the parameters used to validate identity tokens.
UseTokenLifetimeIndicates that the authentication session lifetime (e.g. cookies) should match that of the authentication token. If the token does not provide lifetime information then normal session lifetimes will be used. This is disabled by default.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4