FederatedAuthenticationProtocolGenerateMetadata Method

Generates service provider (relying party) federation metadata 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 FederationMetadataInfo? GenerateMetadata(
	FederatedAuthenticationProvider provider
)

Parameters

provider
Type: Dundas.BI.AccountServices.ExtensibilityFederatedAuthenticationProvider
The federated authentication provider.

Return Value

Type: FederationMetadataInfo
Federation metadata corresponding to the specified provider.
Remarks
The default implementation returns .
See Also