Freigeben über


OpenIdConnectHandler.HandleUnauthorizedAsync(ChallengeContext) Methode

Definition

Antwortet auf eine 401-Challenge. Sendet eine OpenIdConnect-Nachricht an die Identitätsstelle, um eine Identität abzurufen.

protected:
 override System::Threading::Tasks::Task<bool> ^ HandleUnauthorizedAsync(Microsoft::AspNetCore::Http::Features::Authentication::ChallengeContext ^ context);
protected override System.Threading.Tasks.Task<bool> HandleUnauthorizedAsync (Microsoft.AspNetCore.Http.Features.Authentication.ChallengeContext context);
override this.HandleUnauthorizedAsync : Microsoft.AspNetCore.Http.Features.Authentication.ChallengeContext -> System.Threading.Tasks.Task<bool>
Protected Overrides Function HandleUnauthorizedAsync (context As ChallengeContext) As Task(Of Boolean)

Parameter

Gibt zurück

Gilt für: