Udostępnij za pośrednictwem


OpenIdConnectHandler.GetUserInformationAsync Metoda

Definicja

Przeciążenia

GetUserInformationAsync(OpenIdConnectMessage, JwtSecurityToken, AuthenticationTicket)

Przechodzi do punktu końcowego UserInfo, aby pobrać dodatkowe oświadczenia i dodać wszystkie unikatowe oświadczenia do danej tożsamości.

GetUserInformationAsync(OpenIdConnectMessage, JwtSecurityToken, ClaimsPrincipal, AuthenticationProperties)

Przechodzi do punktu końcowego UserInfo, aby pobrać dodatkowe oświadczenia i dodać wszystkie unikatowe oświadczenia do danej tożsamości.

GetUserInformationAsync(OpenIdConnectMessage, JwtSecurityToken, AuthenticationTicket)

Przechodzi do punktu końcowego UserInfo, aby pobrać dodatkowe oświadczenia i dodać wszystkie unikatowe oświadczenia do danej tożsamości.

protected:
 virtual System::Threading::Tasks::Task<Microsoft::AspNetCore::Authentication::AuthenticateResult ^> ^ GetUserInformationAsync(Microsoft::IdentityModel::Protocols::OpenIdConnect::OpenIdConnectMessage ^ message, System::IdentityModel::Tokens::Jwt::JwtSecurityToken ^ jwt, Microsoft::AspNetCore::Authentication::AuthenticationTicket ^ ticket);
protected virtual System.Threading.Tasks.Task<Microsoft.AspNetCore.Authentication.AuthenticateResult> GetUserInformationAsync (Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectMessage message, System.IdentityModel.Tokens.Jwt.JwtSecurityToken jwt, Microsoft.AspNetCore.Authentication.AuthenticationTicket ticket);
abstract member GetUserInformationAsync : Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectMessage * System.IdentityModel.Tokens.Jwt.JwtSecurityToken * Microsoft.AspNetCore.Authentication.AuthenticationTicket -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Authentication.AuthenticateResult>
override this.GetUserInformationAsync : Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectMessage * System.IdentityModel.Tokens.Jwt.JwtSecurityToken * Microsoft.AspNetCore.Authentication.AuthenticationTicket -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Authentication.AuthenticateResult>
Protected Overridable Function GetUserInformationAsync (message As OpenIdConnectMessage, jwt As JwtSecurityToken, ticket As AuthenticationTicket) As Task(Of AuthenticateResult)

Parametry

message
OpenIdConnectMessage

komunikat, który jest przetwarzany

ticket
AuthenticationTicket

bilet uwierzytelniania z podmiotem zabezpieczeń i tożsamościami oświadczeń

Zwraca

Bilet uwierzytelniania z tożsamością z dodatkowymi oświadczeniami, jeśli istnieje.

Dotyczy

GetUserInformationAsync(OpenIdConnectMessage, JwtSecurityToken, ClaimsPrincipal, AuthenticationProperties)

Źródło:
OpenIdConnectHandler.cs
Źródło:
OpenIdConnectHandler.cs
Źródło:
OpenIdConnectHandler.cs
Źródło:
OpenIdConnectHandler.cs
Źródło:
OpenIdConnectHandler.cs
Źródło:
OpenIdConnectHandler.cs
Źródło:
OpenIdConnectHandler.cs
Źródło:
OpenIdConnectHandler.cs
Źródło:
OpenIdConnectHandler.cs

Przechodzi do punktu końcowego UserInfo, aby pobrać dodatkowe oświadczenia i dodać wszystkie unikatowe oświadczenia do danej tożsamości.

protected:
 virtual System::Threading::Tasks::Task<Microsoft::AspNetCore::Authentication::HandleRequestResult ^> ^ GetUserInformationAsync(Microsoft::IdentityModel::Protocols::OpenIdConnect::OpenIdConnectMessage ^ message, System::IdentityModel::Tokens::Jwt::JwtSecurityToken ^ jwt, System::Security::Claims::ClaimsPrincipal ^ principal, Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ properties);
protected virtual System.Threading.Tasks.Task<Microsoft.AspNetCore.Authentication.HandleRequestResult> GetUserInformationAsync (Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectMessage message, System.IdentityModel.Tokens.Jwt.JwtSecurityToken jwt, System.Security.Claims.ClaimsPrincipal principal, Microsoft.AspNetCore.Authentication.AuthenticationProperties properties);
abstract member GetUserInformationAsync : Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectMessage * System.IdentityModel.Tokens.Jwt.JwtSecurityToken * System.Security.Claims.ClaimsPrincipal * Microsoft.AspNetCore.Authentication.AuthenticationProperties -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Authentication.HandleRequestResult>
override this.GetUserInformationAsync : Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectMessage * System.IdentityModel.Tokens.Jwt.JwtSecurityToken * System.Security.Claims.ClaimsPrincipal * Microsoft.AspNetCore.Authentication.AuthenticationProperties -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Authentication.HandleRequestResult>
Protected Overridable Function GetUserInformationAsync (message As OpenIdConnectMessage, jwt As JwtSecurityToken, principal As ClaimsPrincipal, properties As AuthenticationProperties) As Task(Of HandleRequestResult)

Parametry

message
OpenIdConnectMessage

komunikat, który jest przetwarzany

principal
ClaimsPrincipal

Podmiot zabezpieczeń i tożsamości oświadczeń.

properties
AuthenticationProperties

Właściwości uwierzytelniania.

Zwraca

HandleRequestResult służy do określania, czy uwierzytelnianie zdalne zakończyło się pomyślnie.

Dotyczy