Replies: 1 comment 1 reply
-
The part that I am stuck is how do I go from the HandleRemoteAuthenticationAsync to another controller method where I create and link an orchardcore user to this external login
Any help will be much appreciated |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been trying to implement a dummy external login provider, and using the OrchardCore.Users module as a reference.
However, this line of code always returns null:
and I need the info data to have the userManager add a login:
How does the signInManager resolve the external login info?
Beta Was this translation helpful? Give feedback.
All reactions