AuthenticationConstants Class

Definition

Values and constants used for authentication and authorization by the activity protocol.

public static class AuthenticationConstants
type AuthenticationConstants = class
Public Class AuthenticationConstants
Inheritance
AuthenticationConstants

Fields

Name Description
AppIdClaim

App ID claim name. As used in Microsoft AAD 1.0 tokens.

ApxDevScope
ApxDoDScope
ApxGallatinScope
ApxGCCHScope
ApxGCCScope
ApxLocalScope
ApxProductionScope
AudienceClaim

Audience Claim.

AuthorizedParty

"azp" Claim.

AzpClaim

App ID claim name. As used in Microsoft AAD 2.0 tokens.

BotFrameworkAudience

Bot Framework audience to request.

BotFrameworkDefaultScope

Bot Framework OAuth scope to request.

BotFrameworkLoginUrlTemplate

Gets the URL template for the Bot Framework login authority, which includes a placeholder for the tenant ID.

BotFrameworkOAuthUrl

Default Url for the Azure Bot Token Service.

BotFrameworkScope
Obsolete.

Bot Framework OAuth scope to request.

BotFrameworkTokenIssuer

Token issuer for ABS tokens.

ChinaAzureBotServiceOpenIdMetadataUrl

The OpenID metadata URL for the China (Gallatin/Mooncake) Azure Bot Service.

ChinaBotFrameworkAudience

Bot Framework China audience to request.

ChinaBotFrameworkDefaultScope

Bot Framework China (Gallatin/Mooncake) OAuth scope to request.

ChinaBotFrameworkLoginUrlTemplate

Gets the URL template for the China (Gallatin/Mooncake) Bot Framework login authority, which includes a placeholder for the tenant ID.

ChinaBotFrameworkOAuthUrl

Default Url for the China (Gallatin/Mooncake) Azure Bot Token Service.

ChinaBotFrameworkTokenIssuer

Token issuer for China (Gallatin/Mooncake) ABS tokens.

ChinaOpenIdMetadataUrl

The OpenID metadata URL for China (Gallatin/Mooncake)

EnterpriseChannelOpenIdMetadataUrlFormat

The OpenID metadata URL format for enterprise channels.

GovAzureBotServiceOpenIdMetadataUrl

The OpenID metadata URL for the government Azure Bot Service.

GovBotFrameworkAudience

Bot Framework Gov audience to request.

GovBotFrameworkDefaultScope

Bot Framework Gov OAuth scope to request.

GovBotFrameworkLoginUrlTemplate

Gets the URL template for the Gov Bot Framework login authority, which includes a placeholder for the tenant ID.

GovBotFrameworkOAuthUrl

Default Url for the Gov Azure Bot Token Service.

GovBotFrameworkTokenIssuer

Token issuer for Gov ABS tokens.

GovOpenIdMetadataUrl

The OpenID metadata URL for government Azure Active Directory.

IssuerClaim

Token iss claim name. As used in Microsoft AAD tokens.

PublicAzureBotServiceOpenIdMetadataUrl

The OpenID metadata URL for the public Azure Bot Service.

PublicOpenIdMetadataUrl

The OpenID metadata URL for public Azure Active Directory.

TenantIdClaim

Tenant Id claim name. As used in Microsoft AAD tokens.

ValidChinaTokenIssuerUrlTemplateV2

The China (Gallatin/Mooncake) V2 Azure AD token issuer URL template that will contain the tenant id where the token was issued from.

ValidGovernmentTokenIssuerUrlTemplateV2

The Government V2 Azure AD token issuer URL template that will contain the tenant id where the token was issued from.

ValidTokenIssuerUrlTemplateV1

The V1 Azure AD token issuer URL template that will contain the tenant id where the token was issued from.

ValidTokenIssuerUrlTemplateV2

The V2 Azure AD token issuer URL template that will contain the tenant id where the token was issued from.

VersionClaim

Token version claim name. As used in Microsoft AAD tokens.

Applies to