Hi,
I have successfully configured login via Microsoft account which leads me to the Register page in our solution. User registration is disabled so the user can not proceed beyond this point - which is how we want it.
How can I update this so that upon being handed back to our site I can take the user details and attempt to match the user to an existing identity user based on the email address, and if they exist take them to the landing page, and if not show them an error?
I couldn't find anything in the documentation to explain what I need to override/inject etc. etc.
Thanks
Stephen
3 Answer(s)
-
0
hi
The logic for external login is implemented in the
Login
andRegister
classes.You can download the Account Pro module source code to check the source code.
https://abp.io/support/questions/632/How-can-I-download-the-source-code-of-the-framework-Angular-packages-theme-and-pro-modules
Thanks.
-
0
Thanks! That helped me narrow down what I was trying to do and I've got it working.
-
0
Great