AuthenticationProvidersConfiguration Class

The LDAP authentication provider configuration class.

Definition

Namespace: MFiles.VAF.Configuration.Domain.AuthenticationProviderConfiguration
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
[SerializableAttribute]
public class AuthenticationProvidersConfiguration
Inheritance
Object    AuthenticationProvidersConfiguration

Constructors

Properties

AdfsProviders The ADFS providers.
BasicAuthenticationProvider Specifies the Basic Authentication provider (username and password) configuration.
DefaultConfiguration Specifies the default authentication provider.
LdapProviders The LDAP providers.
OAuthProviders The OAuth providers.
SamlProviders The SAML providers.

See Also