EnterpriseChannelValidation Class

Definition

Validates JWT tokens from an enterprise channel.

public sealed class EnterpriseChannelValidation
type EnterpriseChannelValidation = class
Public NotInheritable Class EnterpriseChannelValidation
Inheritance
EnterpriseChannelValidation

Constructors

EnterpriseChannelValidation()

Fields

ToBotFromEnterpriseChannelTokenValidationParameters

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

Methods

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

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

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

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

ValidateIdentity(ClaimsIdentity, ICredentialProvider, String)

Validates a ClaimsIdentity object against the credentials and service URL provided.

Applies to