Validate TOTP generated by OMA with the ValidateOTP REST API
According to 12c PS4 documentation the ValidateOTP endpoint is able to validate TOTP generated by OMA.
So User install OMA on their phone, the secret key is configured and now OMA is generating TOTP for the user.
When calling the ValidateOTP REST API endpoint, it has 4 mandatory fields:-
- User ID
- OTP
- correlationId
- appName
Now the correlationId and appName fields make sense when the OTP is generated using the CreateOTP REST api but for TOTP generated by OMA these fields have no values and the api call keep complaining about Null or empty correlationId and appName
Has anyone solved this issue.