FederatedAuthenticationProviderCustomAttributeClaimTypeMapping Property

Gets the custom attribute claim type mapping.

Namespace:  Dundas.BI.AccountServices.Extensibility
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public IReadOnlyDictionary<Guid, string> CustomAttributeClaimTypeMapping { get; }

Property Value

Type: IReadOnlyDictionaryGuid, String
A dictionary whose keys are custom attribute IDs, and values are the corresponding claim types whose values should be assigned to the corresponding custom attribute in the logon session.
See Also