GovernmentChannelValidation Class

Definition

Valies JWT tokens from a Government channel.

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

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)

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

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

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