ChannelValidation Class

Definition

Caution

Use ConfigurationBotFrameworkAuthentication instead to perform channel validation.

Validates JWT tokens sent from Azure.

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

Fields

Name Description
ToBotFromChannelTokenValidationParameters

TO BOT FROM CHANNEL: Token validation parameters when connecting to a bot.

Properties

Name Description
OpenIdMetadataUrl

Gets or sets the default endpoint that is used for Open ID Metadata requests.

Methods

Name Description
AuthenticateChannelToken(String, ICredentialProvider, HttpClient, String, AuthenticationConfiguration)

Validate the incoming Auth Header as a token sent from the Bot Framework Service.

AuthenticateChannelToken(String, ICredentialProvider, HttpClient, String)

Validate the incoming Auth Header as a token sent from the Bot Framework Service.

AuthenticateChannelToken(String, ICredentialProvider, String, HttpClient, String, AuthenticationConfiguration)

Validate the incoming Auth Header as a token sent from the Bot Framework Service.

AuthenticateChannelToken(String, ICredentialProvider, String, HttpClient, String)

Validate the incoming Auth Header as a token sent from the Bot Framework Service.

Applies to