GovernmentAuthenticationConstants Class

  • java.lang.Object
    • com.microsoft.bot.connector.authentication.GovernmentAuthenticationConstants

public final class GovernmentAuthenticationConstants

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

Field Summary

Modifier and Type Field and Description
static final java.lang.String CHANNELSERVICE
static final java.lang.String OAUTH_URL_GOV

OAuth Url used to get a token from OAuthApiClient.

static final java.lang.String TO_BOT_FROM_CHANNEL_OPENID_METADATA_URL

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

static final java.lang.String TO_BOT_FROM_CHANNEL_TOKEN_ISSUER

TO BOT FROM GOVERNMENT CHANNEL: Token issuer.

static final java.lang.String TO_BOT_FROM_EMULATOR_OPENID_METADATA_URL

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

static final java.lang.String TO_CHANNEL_FROM_BOT_LOGIN_URL

TO GOVERNMENT CHANNEL FROM BOT: Login URL.

static final java.lang.String TO_CHANNEL_FROM_BOT_OAUTH_SCOPE

TO GOVERNMENT CHANNEL FROM BOT: OAuth scope to request.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Field Details

CHANNELSERVICE

public static final String CHANNELSERVICE

OAUTH_URL_GOV

public static final String OAUTH_URL_GOV

OAuth Url used to get a token from OAuthApiClient.

TO_BOT_FROM_CHANNEL_OPENID_METADATA_URL

public static final String TO_BOT_FROM_CHANNEL_OPENID_METADATA_URL

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

TO_BOT_FROM_CHANNEL_TOKEN_ISSUER

public static final String TO_BOT_FROM_CHANNEL_TOKEN_ISSUER

TO BOT FROM GOVERNMENT CHANNEL: Token issuer.

TO_BOT_FROM_EMULATOR_OPENID_METADATA_URL

public static final String TO_BOT_FROM_EMULATOR_OPENID_METADATA_URL

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

TO_CHANNEL_FROM_BOT_LOGIN_URL

public static final String TO_CHANNEL_FROM_BOT_LOGIN_URL

TO GOVERNMENT CHANNEL FROM BOT: Login URL.

TO_CHANNEL_FROM_BOT_OAUTH_SCOPE

public static final String TO_CHANNEL_FROM_BOT_OAUTH_SCOPE

TO GOVERNMENT CHANNEL FROM BOT: OAuth scope to request.

Applies to