Table of Contents

Enum AdminAuthenticationMode

Namespace
Kentico.Membership
Assembly
Kentico.Membership.dll

Contains predefined options for the case when an external authentication provider is registered for the administration.

public enum AdminAuthenticationMode
Extension Methods

Fields

MaintainForms = 1

If the application detects an external authentication provider registration for the administration interface, the administration supports external provider authentication in addition to the default forms authentication option. This allows you to have both sign in options available.

PrioritizeExternal = 0

If the application detects an external authentication provider registration for the administration interface, the administration uses external provider as the only available authentication option.

Remarks

If no external provider is registered, the administration offers the default forms authentication instead.

See Also