ChannelValidation Class

Definition

Validates JWT tokens sent from Azure.

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

Fields

ToBotFromChannelTokenValidationParameters

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

Properties

OpenIdMetadataUrl

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

Methods

AuthenticateChannelToken(String, ICredentialProvider, HttpClient, String)

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

AuthenticateChannelToken(String, ICredentialProvider, 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.

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

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

Applies to