ChannelValidation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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, 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. |