Here’s my code.
var loginInfo = await AuthenticationManager.GetExternalLoginInfoAsync();
I already tried other suggestions like updating the packages but no luck.
Here’s my code.
var loginInfo = await AuthenticationManager.GetExternalLoginInfoAsync();
I already tried other suggestions like updating the packages but no luck.
2
Answers
I solved the problem by updating all my owin packages.
Thank you
Are you checking for an error message sent by the external login provider?
Here is how I am doing it using an ExternalLoginCallback action in my account controller: