Language

GovernmentAuthenticationConstants Class

Definition

Values and Constants used for Authentication and Authorization by the Bot Framework Protocol to US Government DataCenters.

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

Fields

Name Description
ChannelService

Government Channel Service property value.

DefaultChannelAuthTenant

The default tenant to acquire bot to channel token from.

OAuthUrlGov

OAuth Url used to get a token from OAuthApiClient.

ToBotFromAseChannelOpenIdMetadataUrl

TO BOT FROM GOVERNMENT AseChannel: OpenID metadata document for tokens coming from MSA.

ToBotFromChannelOpenIdMetadataUrl

TO BOT FROM GOVERNMANT CHANNEL: OpenID metadata document for tokens coming from MSA.

ToBotFromChannelTokenIssuer

TO BOT FROM GOVERNMENT CHANNEL: Token issuer.

ToBotFromEmulatorOpenIdMetadataUrl

TO BOT FROM GOVERNMENT EMULATOR: OpenID metadata document for tokens coming from MSA.

ToChannelFromBotLoginUrl

TO CHANNEL FROM BOT: Login URL.

DEPRECATED. For binary compat only.

ToChannelFromBotLoginUrlTemplate

TO CHANNEL FROM BOT: Login URL template string. Bot developer may specify which tenant to obtain an access token from. By default, the channels only accept tokens from "MicrosoftServices.onmicrosoft.us". For more details see https://aka.ms/bots/tenant-restriction.

ToChannelFromBotOAuthScope

TO GOVERNMENT CHANNEL FROM BOT: OAuth scope to request.

Applies to