AccountController.SignIn(String, String) Method

Definition

Handles user sign in.

[Microsoft.AspNetCore.Mvc.HttpGet("{scheme?}")]
public Microsoft.AspNetCore.Mvc.IActionResult SignIn (string scheme, string redirectUri);
[<Microsoft.AspNetCore.Mvc.HttpGet("{scheme?}")>]
override this.SignIn : string * string -> Microsoft.AspNetCore.Mvc.IActionResult
Public Function SignIn (scheme As String, redirectUri As String) As IActionResult

Parameters

scheme
String

Authentication scheme.

redirectUri
String

Redirect URI.

Returns

Challenge generating a redirect to Azure AD to sign in the user.

Attributes

Applies to