IdxResponse
Describes the response from an Okta Identity Engine workflow stage. This is used to determine the current state of the workflow, the set of available remediation steps to proceed through the workflow, actions that can be performed, and other information relevant to the authentication of a user.
Types
Properties
Returns information about the application, if available.
Contains information about the available authenticators.
A string describing the intent of the workflow, e.g. "LOGIN".
Indicates whether or not the user has logged in successfully. If this is true
, this response object should be exchanged for access tokens utilizing the exchangeCode
method.
The list of messages sent from the server. Messages reported from the server are usually errors, but may include other information relevant to the user. They should be displayed to the user in the context of the remediation form itself.
An object describing the sort of remediation steps available to the user.