Ask Password flow doesn't work if Enable Account Lock On Creation
is toggled off due to account state remaining PENDING_AP
#21816
Labels
Describe the issue:
The user's account state remains
PENDING_AP
after it sets a new password either in the browser (clicking the link sent to the email address,) or via the Account Recovery API (api/identity/recovery/v0.9/set-password
).Might be related to the efforts in a previous issue [1].
How to reproduce:
Enable User Email Verification
on, andEnable Account Lock On Creation
off, under Identity Providers > Resident > Account Management Policies > User OnboardingAccount State
claim configuration, toggle onSupported by Default
to allow reading the claim value in the User Profile.POST SCIM2/Users
request below:PENDING_AP
in the User Profile.PENDING_AP
in the User Profile.Expected behavior:
The account state should be changed to
UNLOCKED
appropriately.Environment information:
[1] #21322
The text was updated successfully, but these errors were encountered: