EnterpriseChannelValidation 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 enterprise channel validation.
Validates JWT tokens from an enterprise channel.
[System.Obsolete("Use `ConfigurationBotFrameworkAuthentication` instead to perform enterprise channel validation.", false)]
public sealed class EnterpriseChannelValidation
[<System.Obsolete("Use `ConfigurationBotFrameworkAuthentication` instead to perform enterprise channel validation.", false)>]
type EnterpriseChannelValidation = class
Public NotInheritable Class EnterpriseChannelValidation
- Inheritance
-
EnterpriseChannelValidation
- Attributes
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, AuthenticationConfiguration) |
Validate the incoming Auth Header as a token sent from a Bot Framework Channel Service. |
AuthenticateChannelToken(String, ICredentialProvider, IChannelProvider, String, HttpClient, String) |
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. |