Open AfraHussaindeen opened 1 month ago
The rootcause for this issue was the password field getting sent from the FE does not have a field password
. It has been renamed to password2
in a later effort. This has lead to password field being null for the BE and when the field is null it genarates a random password for the user.
Fix:
Send a field called password
in the request.
Describe the issue :
In IS 7.0, when a user provides a password during the JIT provisioning flow (with the provisioning scheme set to "Prompt for password and consent"), the user is successfully provisioned. However, if the user tries to log in to the MyAccount portal using the provisioned local user account and the password provided during the JIT flow, the login fails. If the password is reset by the admin via the console, the user can successfully log in to MyAccount.
Steps to Reproduce:
Expected Behavior:
The user should be able to log in to MyAccount with the password provided during the JIT provisioning flow without needing a password reset.
Actual Behavior:
The user cannot log in with the password provided during the JIT provisioning flow. A password reset is required for successful login.
Possible Cause:
A random password may still be set despite the user's input during JIT provisioning.
Optional Fields
Related issues:
Suggested labels: