Partager via


SignInManager<TUser>.ConfigureExternalAuthenticationProperties Méthode

Définition

Configure l’URL de redirection et l’identificateur d’utilisateur pour la connexion providerexterne spécifiée.

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

Paramètres

provider
String

Fournisseur à configurer.

redirectUrl
String

L’URL de connexion externe vers laquelle les utilisateurs doivent être redirigés pendant le flux de connexion.

userId
String

Identificateur de l’utilisateur actuel, qui sera utilisé pour fournir une protection CSRF.

Retours

configuré AuthenticationProperties.

S’applique à