JwtTokenValidation Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Attention
Use ConfigurationBotFrameworkAuthentication
instead to perform JWT token validation.
Contient des méthodes d’assistance pour l’authentification des requêtes HTTP entrantes.
[System.Obsolete("Use `ConfigurationBotFrameworkAuthentication` instead to perform JWT token validation.", false)]
public static class JwtTokenValidation
[<System.Obsolete("Use `ConfigurationBotFrameworkAuthentication` instead to perform JWT token validation.", false)>]
type JwtTokenValidation = class
Public Class JwtTokenValidation
- Héritage
-
JwtTokenValidation
- Attributs
Méthodes
AuthenticateRequest(IActivity, String, ICredentialProvider, IChannelProvider, AuthenticationConfiguration, HttpClient) |
Obsolète.
Authentifie la demande et ajoute les activités à l’ensemble ServiceUrl d’URL approuvées. |
AuthenticateRequest(IActivity, String, ICredentialProvider, IChannelProvider, HttpClient) |
Obsolète.
Authentifie la demande et ajoute les activités à l’ensemble ServiceUrl d’URL approuvées. |
GetAppIdFromClaims(IEnumerable<Claim>) |
Obsolète.
Obtient l’AppId à partir d’une liste de revendications. |
ValidateAuthHeader(String, ICredentialProvider, IChannelProvider, String, AuthenticationConfiguration, String, HttpClient) |
Obsolète.
Valide l’en-tête d’authentification d’une requête entrante. |
ValidateAuthHeader(String, ICredentialProvider, IChannelProvider, String, String, HttpClient) |
Obsolète.
Valide l’en-tête d’authentification d’une requête entrante. |