AuthorizationMessageHandler.ConfigureHandler 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.
Configure ce gestionnaire pour autoriser les requêtes HTTP sortantes à l’aide d’un jeton d’accès. Le jeton d’accès n’est attaché que si au moins l’un de authorizedUrls
est une base de RequestUri.
public Microsoft.AspNetCore.Components.WebAssembly.Authentication.AuthorizationMessageHandler ConfigureHandler (System.Collections.Generic.IEnumerable<string> authorizedUrls, System.Collections.Generic.IEnumerable<string> scopes = default, string returnUrl = default);
public Microsoft.AspNetCore.Components.WebAssembly.Authentication.AuthorizationMessageHandler ConfigureHandler (System.Collections.Generic.IEnumerable<string> authorizedUrls, System.Collections.Generic.IEnumerable<string>? scopes = default, string? returnUrl = default);
member this.ConfigureHandler : seq<string> * seq<string> * string -> Microsoft.AspNetCore.Components.WebAssembly.Authentication.AuthorizationMessageHandler
Public Function ConfigureHandler (authorizedUrls As IEnumerable(Of String), Optional scopes As IEnumerable(Of String) = Nothing, Optional returnUrl As String = Nothing) As AuthorizationMessageHandler
Paramètres
- authorizedUrls
- IEnumerable<String>
Adresses de base des URL de point de terminaison auxquelles le jeton sera attaché.
- scopes
- IEnumerable<String>
Liste des étendues à utiliser lors de la demande d’un jeton d’accès.
- returnUrl
- String
URL de retour à utiliser en cas de problème d’approvisionnement du jeton et d’une redirection vers le fournisseur d’identité.
Retours
Ce AuthorizationMessageHandler.