Open this page in the API Guide

FederatedAuthenticationProtocol.ConfigureServices 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 (25.1.0.1000)
Syntax
public virtual void ConfigureServices(
	IReadOnlyDictionary<Type, Object> builderObjects,
	FederatedAuthenticationProvider provider
)

Parameters

builderObjects
Type: System.Collections.Generic.IReadOnlyDictionary<Type, Object>
The application objects on which the configuration is applied.
provider
Type: Dundas.BI.AccountServices.Extensibility.FederatedAuthenticationProvider
The federated authentication provider.
See Also