GovernmentChannelValidation Class

Definition

Caution

Use ConfigurationBotFrameworkAuthentication instead to perform government channel validation.

Valies JWT tokens from a Government channel.

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

Constructors

GovernmentChannelValidation()

Fields

ToBotFromGovernmentChannelTokenValidationParameters

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

Properties

OpenIdMetadataUrl

Gets or sets the metadata address.

Methods

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

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

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

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

ValidateIdentity(ClaimsIdentity, ICredentialProvider, String)

Validate the ClaimsIdentity as sent from a Bot Framework Government Channel Service.

Applies to