Table of Contents

Enum InteractiveLogin

Namespace
Microsoft.AnalysisServices
Assembly
TOMWrapper.dll

Controls how interactive authentication is performed

public enum InteractiveLogin
Extension Methods

Fields

Name Description
Always

Always launching the login window.

Default

Behavior is controlled based on the system's default behavior and other properties in the connection-string; usually that means using SSO first and only launching the login window if the silent authentication fails.

Disabled

Using silent authentication only, the connection establishment fails if need a user interaction [like MFA]

Enabled

Using SSO first and only launching the login window if the silent authentication fails.