IDX Pipeline

Okta Identity Engine Interaction Code Flow with PKCE

Configuration
IDX Flow
1
CLIENT APP

Start IDX Flow

Initiate IDX authentication pipeline and obtain interactionHandle using PKCE parameters.

Configuration
/oauth2/default/v1/
Configure Okta Domain and Auth Server to load scopes
code token id_token authorization_code
cURL Command

          
        
view log
2
CLIENT APP

Introspect State

Retrieve current IDX pipeline state and available remediation options (ION Protocol).

cURL Command

          
        
view log