OpenIdConnectEvents.RedirectToIdentityProvider(RedirectContext) Method

Definition

Invoked before redirecting to the identity provider to authenticate. This can be used to set ProtocolMessage.State that will be persisted through the authentication process. The ProtocolMessage can also be used to add or customize parameters sent to the identity provider.

public:
 virtual System::Threading::Tasks::Task ^ RedirectToIdentityProvider(Microsoft::AspNetCore::Authentication::OpenIdConnect::RedirectContext ^ context);
public virtual System.Threading.Tasks.Task RedirectToIdentityProvider (Microsoft.AspNetCore.Authentication.OpenIdConnect.RedirectContext context);
abstract member RedirectToIdentityProvider : Microsoft.AspNetCore.Authentication.OpenIdConnect.RedirectContext -> System.Threading.Tasks.Task
override this.RedirectToIdentityProvider : Microsoft.AspNetCore.Authentication.OpenIdConnect.RedirectContext -> System.Threading.Tasks.Task
Public Overridable Function RedirectToIdentityProvider (context As RedirectContext) As Task

Parameters

context
RedirectContext

Returns

Implements

Applies to