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.3.0.1000)
Syntax public enum FederatedAuthenticationClaimKind
Public Enumeration FederatedAuthenticationClaimKind
public enum class FederatedAuthenticationClaimKind
type FederatedAuthenticationClaimKind
Members
| Member name | Value | Description |
---|
| AccountName | 0 | The account name. |
| GroupName | 1 | A group name. |
| GroupId | 2 | A group ID. |
| Email | 3 | The account's email address. |
| DisplayName | 4 | The account's display name. |
| Culture | 5 | The culture to use for a user's session. |
| TenantId | 6 | The tenant ID to use when auto-creating an account. |
| TenantName | 7 | The name of the tenant to use when auto-creating an account. |
See Also