Condividi tramite


SignInManager<TUser>.ConfigureExternalAuthenticationProperties Metodo

Definizione

Configura l'URL di reindirizzamento e l'identificatore utente per l'account di accesso provideresterno specificato.

public virtual Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties ConfigureExternalAuthenticationProperties (string provider, string redirectUrl, string userId = default);
public virtual Microsoft.AspNetCore.Authentication.AuthenticationProperties ConfigureExternalAuthenticationProperties (string provider, string redirectUrl, string userId = default);
public virtual Microsoft.AspNetCore.Authentication.AuthenticationProperties ConfigureExternalAuthenticationProperties (string? provider, string? redirectUrl, string? userId = default);
abstract member ConfigureExternalAuthenticationProperties : string * string * string -> Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties
override this.ConfigureExternalAuthenticationProperties : string * string * string -> Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties
abstract member ConfigureExternalAuthenticationProperties : string * string * string -> Microsoft.AspNetCore.Authentication.AuthenticationProperties
override this.ConfigureExternalAuthenticationProperties : string * string * string -> Microsoft.AspNetCore.Authentication.AuthenticationProperties
Public Overridable Function ConfigureExternalAuthenticationProperties (provider As String, redirectUrl As String, Optional userId As String = Nothing) As AuthenticationProperties

Parametri

provider
String

Provider da configurare.

redirectUrl
String

Gli utenti dell'URL di accesso esterno devono essere reindirizzati a durante il flusso di accesso.

userId
String

Identificatore dell'utente corrente, che verrà usato per fornire la protezione CSRF.

Restituisce

Oggetto configurato AuthenticationProperties.

Si applica a