Hi Support,
I'm Abhishek and i'm working on ABP Commercial Microservice Template
I have a requirement
- Create account that is done,
- Once account is created user get Confirmation Email in their inbox,
- Once user click on email confirmation link he just redirect to Auth server where we have Email Confirmation method working,
Now what I need that I need that user to login in this method Login is completed with Password Less Authentication and user is logged in Auth server and what I need is I need to redirect back That User in Angular with logged in state,
So I'm Confused at this point that how do I set my return URL and where do I set , How do I redirect back that user from my SSO to Angular How do I attach return URL once user is successfully login.
How can be redirect to angular with user auto login after confirm email????
I hope someone help me asap as I'm really looking solution for this on a priority.
Thanks. :)
1 Answer(s)
-
0
hi
You can override the
SendEmailConfirmationLinkAsync
method ofAccountEmailer(account/src/Volo.Abp.Account.Pro.Public.Application/Volo/Abp/Account/Emailing/AccountEmailer.cs)
Implementing Passwordless Authentication in ASP.NET Core Identity
You can pass an access_token to angular, and then complete the login. The angular team will reply to you.
eg:
http://localhost:4200?token=abcedfg