When enrolling in an Authenticator with multiple factors AWAITING_CHANNEL_DATA_ENROLLMENT
doesn't not contain context
#335
Labels
AWAITING_CHANNEL_DATA_ENROLLMENT
doesn't not contain context
#335
When enrolling an Okta Verify Authenticator, there are multiple factor options for enrollment.
From the
AWAITING_AUTHENTICATOR_ENROLLMENT_SELECTION
state the client would make a call similar to:This puts the client into the
AWAITING_CHANNEL_DATA_ENROLLMENT
state. The response from Okta returns enough context that the client should know what is going on, however, this context is NOT added to theAuthenticationResponse
returned from theIdxAuthenticationWrapper
.The current workaround is to add the previously selected factor into some sort of state management (like an HTTP Session).
The
ContextualData
(or something similar) should contain the type of information needed to continue the flow.The text was updated successfully, but these errors were encountered: