AngularASPNETCoreOAuth
AngularASPNETCoreOAuth copied to clipboard
AccountController cannot resolve action 'Challenge'
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'
@shepparddigital I guess you can try it in VS instead of Jetbrains Rider. It might help you.
In example missed Controller because no external logins exists. I'm not sure, but looks like you can you example from other repository