FederatedAuthenticationProtocolGetClaimType Method

Gets the claim type corresponding to the specified FederatedAuthenticationClaimKind, 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 string? GetClaimType(
	FederatedAuthenticationClaimKind claimKind,
	FederatedAuthenticationProvider provider
)

Parameters

claimKind
Type: Dundas.BI.AccountServices.ExtensibilityFederatedAuthenticationClaimKind
Which claim type to get.
provider
Type: Dundas.BI.AccountServices.ExtensibilityFederatedAuthenticationProvider
The federated authentication provider instance.

Return Value

Type: String
The claim type corresponding to the specified FederatedAuthenticationClaimKind, or if the protocol doesn't know which one should be used.
Remarks
Note Notes to Implementers
The default implementation of this method returns .
See Also