AseChannelValidation Class

Definition

Caution

Use ConfigurationBotFrameworkAuthentication instead to perform AseChannel validation.

Validates and Examines JWT tokens from the AseChannel.

[System.Obsolete("Use `ConfigurationBotFrameworkAuthentication` instead to perform AseChannel validation.", false)]
public static class AseChannelValidation
[<System.Obsolete("Use `ConfigurationBotFrameworkAuthentication` instead to perform AseChannel validation.", false)>]
type AseChannelValidation = class
Public Class AseChannelValidation
Inheritance
AseChannelValidation
Attributes

Fields

BetweenBotAndAseChannelTokenValidationParameters

TO BOT FROM AseChannel: Token validation parameters when connecting to a channel.

ChannelId

Just used for app service extension v2 (independent app service).

Methods

AuthenticateAseTokenAsync(String, HttpClient, AuthenticationConfiguration)

Validate the incoming Auth Header as a token sent from the AseChannel.

AuthenticateAseTokenAsync(String, HttpClient)

Validate the incoming Auth Header as a token sent from the AseChannel.

Init(IConfiguration)

Set up user issue/metadataUrl for AseChannel validation.

IsAseChannel(String)

Determines if a request from AseChannel.

Applies to