다음을 통해 공유


AuthorizationMessageHandler.ConfigureHandler 메서드

정의

액세스 토큰을 사용하여 아웃바운드 HTTP 요청에 권한을 부여하도록 이 처리기를 구성합니다. 액세스 토큰은 중 하나 이상이 의 authorizedUrlsRequestUri기본인 경우에만 연결됩니다.

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

매개 변수

authorizedUrls
IEnumerable<String>

토큰이 연결될 엔드포인트 URL의 기본 주소입니다.

scopes
IEnumerable<String>

액세스 토큰을 요청할 때 사용할 범위 목록입니다.

returnUrl
String

토큰을 프로비전하는 데 문제가 있고 ID 공급자로 리디렉션해야 하는 경우 사용할 반환 URL입니다.

반환

AuthorizationMessageHandler입니다.

적용 대상