We would like to enroll hardware TOTP tokens via public API with unprivileged session, in combination with token serial plus first OTP.

Request example:

POST/api/v1/enroll/{enroll_process_id}/do_enroll
{
"login_session_id": "LOGIN_SESSION_ID_OF_USER",
"response": {
"serial": "123456789"
"otp": "FIRST OTP TO VERIFY"
}
}

Comments