Validate user provided OTP code

post

/oam/services/rest/auth/api/v1/mfa/validateOTP

Validates a user provided OTP code against stored code generated by call to createOTP API. Configuration details can be found in OAM Admin Guide - Configuring the Adaptive Authentication Plug-in in the Oracle Access Management Console

Request

Supported Media Types
Body ()
Validate OTP request
Root Schema : ValidateOTPRequest
Type: object
Show Source

Response

Supported Media Types

200 Response

Successful
Body ()
Root Schema : ValidateOTPResponse
Type: object
Show Source

401 Response

Unauthorized

404 Response

Requested entity not found

422 Response

Unprocessable Entity
Body ()
Root Schema : ValidateOTPResponse
Type: object
Show Source

424 Response

Failed Dependency
Body ()
Root Schema : ValidateOTPResponse
Type: object
Show Source

500 Response

Internal Server Error
Body ()
Root Schema : ValidateOTPResponse
Type: object
Show Source