Error "Unsupported response mode: auth0_pq_oid" when Launching Application through IdP-Initiated Sign-On
Last Updated:
Overview
This article explains the following error that occurs intermittently when launching an application from the Okta dashboard using Identity Provider (IdP) initiated sign-on:
unsupported_response_mode: Unsupported response mode: auth0_pq_oid
Applies To
- Okta SAML Integration
- IdP-Initiated Sign-on
- Terraform
Cause
The issue is caused by a Terraform configuration that incorrectly updates the client_protocol variable to oidc. This is not a valid entry for the protocol field and causes the system to fail during the authentication flow.
The error message may vary, depending on the invalid value included in the configuration itself. Other reported variations of the error may include: auth0_pq_oidc or auth0_pq_openid.
Solution
To resolve this issue, update the Terraform configuration to ensure the correct protocol is used.
- Open the Terraform configuration file.
- Locate the
client_protocolvariable within the configuration. - Update the
client_protocolvalue fromoidctooauth2. - Apply the Terraform changes to update the environment.
- In the main dashboard, verify that the Response Protocol now displays as "OpenID Connect".