Sdílet prostřednictvím


AuthorizationMessageHandler.ConfigureHandler Metoda

Definice

Nakonfiguruje tuto obslužnou rutinu pro autorizaci odchozích požadavků HTTP pomocí přístupového tokenu. Přístupový token je připojený pouze v případě, že alespoň jeden z authorizedUrls je základem 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

Parametry

authorizedUrls
IEnumerable<String>

Základní adresy adres URL koncových bodů, ke kterým se token připojí.

scopes
IEnumerable<String>

Seznam oborů, které se mají použít při vyžádání přístupového tokenu.

returnUrl
String

Návratová adresa URL, která se použije v případě problému se zřízením tokenu a přesměrováním na zprostředkovatele identity, je nezbytná.

Návraty

Toto AuthorizationMessageHandler:

Platí pro