Please enable JavaScript.
Coggle requires JavaScript to display documents.
Onelogin Reset Password - Coggle Diagram
Onelogin Reset Password
[Bot checks if User is logged in or not]
[Non Logged in User]
Please enter your email:
[single Input Line text- Mandatory]
<btn> Submit
[submit]
[BOT calls API to check if user is present or not]
GET {domain}/api/2/users
[User Found]
[BOT calls API to check for enrolled devices]
GET {domain}/api/1/users/<user_id>/otp_devices
[Result Found]
Please select auth Factor from below:
[Note- This is Tenant Specific option]
[Drop down list with single selection]
<auth_factor_name1>
<auth_factor_name2>
<btn> Proceed
[Proceed]
[BOT calls Activate Factor Api]
POST {domain}/api/1/users/<user_id>/otp_devices/<device_id>/trigger
Click verify once you have verified on your device
(Enter OTP below, if applicable):
[Single Input Line text]
Placeholder: Leave blank if using Authenticator app
<btn> Verify
1 more item...
[No Result found]
[User], i dont see any devices registered by you, please contact your admin to get this done
Anything else?
[User Not Found]
Email: [input_email] not found
Retry?
<Yes><No>
[No]
Anything else?
[Yes]
[Logged in User]
[User], you are already logged in, would you like to update your password instead?
<btn>Yes
<btn>No
[Yes]
[No]
Anything else?