FederatedAuthenticationClaimKind Enumeration

Specifies the kinds of claim types which may be returned by a federated authentication 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 enum FederatedAuthenticationClaimKind
Members
  Member nameValueDescription
AccountName0The account name.
GroupName1A group name.
GroupId2A group ID.
Email3The account's email address.
DisplayName4The account's display name.
Culture5The culture to use for a user's session.
TenantId6The tenant ID to use when auto-creating an account.
TenantName7The name of the tenant to use when auto-creating an account.
See Also