I am having Two Factor Authentication - Optional Some of my users have two factor authentication enable and they enter there user id - which is preconfigured in db
So for user who do **not **have two factor authentication enable - they enter there user id and password and then again they are redirected and asked for credentials.
Please advise for this issue.
I have 'Require Two-Step Verification for my users' unchecked - they enter there user id and password and then again they are redirected and again asked for user id and password .
This is not the case with users who have unchecked - First they enter there credentials and then they are directed to enter there two factor authentication.
Let me know if you want me to set up a one to one meeting if that works for you
Can you please provide me a private share location where I can upload the logs ?
Logs sent to your email address. Could you please review them and let me know your analysis?
Hi,
If possible can we set up a meeting, I can share it from my local.
I have await SignInManager.PasswordSignInAsync and then return RedirectSafely(ReturnUrl, ReturnUrlHash)
If you see the logs can you can see that it is redirected several time. Why so many redirects ?
If possible can we set up a meeting, I can share it from my local.
okay
I work in EST time zone regular office hours 9 AM to 5 PM , please share your time zone and availability with couple of timeslots - I will share a calendar invite
Hi,
I'm living UTC+8, work hours are 9am to 6pm
I am currently working in the EST time zone from 9 AM to 5 PM. I understand that you work in the UTC+8 time zone, from 9 AM to 6 PM.
If there is any overlap between our schedules, would you be willing to accommodate a brief discussion or handoff to facilitate collaboration on this ticket? If not, could you please assign it to someone who has overlapping working hours?
Thank you!
how about 9AM EST ?
Join Zoom Meeting https://us05web.zoom.us/j/85322147091?pwd=S0b4SG45n7KqOBU6SpFFTThibsTCfu.1
Thank you for your help. The fix looks good so far. I will continue testing it with my team and will reach out if any further assistance is needed.
In the meantime, could we please keep this ticket open?
I need to add an API to the list of API in my project ;
abp generate-proxy -t ng ABP CLI 8.3.0 "@abp/ng.schematics" version is lower than ABP Cli version. Unknown option: '--url' Unknown option: '__default' Unknown option: '--entry-point' Unknown option: '__default' Unknown option: '--service-type' Unknown option: 'application'
abp generate-proxy -t ng -m identity -u https://localhost:44305 ABP CLI 8.3.0 "@abp/ng.schematics" version is lower than ABP Cli version. Unknown option: '--url' Unknown option: 'https://localhost:44305' Unknown option: '--entry-point' Unknown option: '__default' Unknown option: '--service-type' Unknown option: 'application'
Please advice