You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’ve added and staged the requires_password_reset field in the Vault protobuf for the AuthenticateEntity RPC function.
Here's the key update:
When users create accounts through the bridge, they do not initially set a password.
If they later choose to log in via the standard authentication flow, the response will include the new requires_password_reset boolean field in the AuthenticateEntityResponse.
If this field is true, the client should redirect them to the ResetPassword RPC function to set a new password.
The text was updated successfully, but these errors were encountered:
I’ve added and staged the requires_password_reset field in the Vault protobuf for the AuthenticateEntity RPC function.
Here's the key update:
The text was updated successfully, but these errors were encountered: