-
Notifications
You must be signed in to change notification settings - Fork 228
Open
Description
When I had loaded the AuthServer solution I'm seeing an error in my IDE (Rider) that says 'Cannot resolve action 'Challenge' on line 48 of the AccountController;
return RedirectToAction("Challenge", "External", new { provider = vm.ExternalLoginScheme, returnUrl });
There appears to be a missing External Controller?
I'm also seeing a similar error on line 79 and 120, 'Cannot resolve view Redirect'
return View("Redirect", new RedirectViewModel { RedirectUrl = model.ReturnUrl });
There is no 'Redirect' view inside the folder 'Views/Account'
Metadata
Metadata
Assignees
Labels
No labels