TokenProvider.CreateAzureActiveDirectoryTokenProvider Méthode
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.
Crée un fournisseur de jetons Azure Active Directory.
public static Microsoft.Azure.Relay.TokenProvider CreateAzureActiveDirectoryTokenProvider (Microsoft.Azure.Relay.TokenProvider.AuthenticationCallback authCallback, string authority, object state = default);
static member CreateAzureActiveDirectoryTokenProvider : Microsoft.Azure.Relay.TokenProvider.AuthenticationCallback * string * obj -> Microsoft.Azure.Relay.TokenProvider
Public Shared Function CreateAzureActiveDirectoryTokenProvider (authCallback As TokenProvider.AuthenticationCallback, authority As String, Optional state As Object = Nothing) As TokenProvider
Paramètres
- authCallback
- TokenProvider.AuthenticationCallback
Un gestionnaire fourni par l’utilisateur qui serait appelé pour obtenir la chaîne de jeton d’accès AAD.
- authority
- String
Adresse de l’autorité d’émission du jeton AAD. Par exemple : https://login.microsoftonline.com/{TenantId}
- state
- Object
État à remettre au rappel.
Retours
pour renvoyer le TokenProvider jeton web Json.
S’applique à
Azure SDK for .NET