FederatedAuthenticationProtocolConfigureApp Method

Configures the authentication mechanism for the specified provider.

Namespace:  Dundas.BI.AccountServices.Extensibility
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public virtual void ConfigureApp(
	Object appObject,
	FederatedAuthenticationProvider provider
)

Parameters

appObject
Type: SystemObject
The application object on which the configuration is applied.
provider
Type: Dundas.BI.AccountServices.ExtensibilityFederatedAuthenticationProvider
The federated authentication provider.
See Also