DynamicAuthenticationSchemeOptions
-
Licensee: string The licensee value received upon purchase
-
LicenseKey: string The license key value received upon purchase
-
HandlerMap: AuthenticationHandlerMapper A mapper of
IAuthenticationHandler
types toAuthenticationSchemeOptions
types. An entry is required for every provider type supported in the component. Registrations are automatically added by the OpenID Connect, SAML, and WS-Federation extensions. -
SerializerSettings: JsonSerializerSettings JSON serialization settings for storing authentication provider options in the database. Registrations are automatically added by the OpenID Connect, SAML, and WS-Federation extensions. Null values are ignored by default.
CachingOptions
- CacheDuration: TimeSpan The amount of time to cache auth provider database results. This database gets hit many times per requests, so we recommend a long lived cache lifetime. Defaults to 6 hours.