You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We encountered an issue while using the Terraform Okta Plugin to update an OAuth application. The error occurs because frontchannel_logout_uri is missing when participate_slo is set to true.
Error Message:
Error: failed to update OAuth application: the API returned an error: Api validation failed: frontchannel_logout_uri. Causes: errorSummary: frontchannel_logout_uri: ''frontchannel_logout_uri'' is required when ''participate_slo'' is true.
Steps to Reproduce:
Set up an OAuth application in Okta using UI.
Configure frontchannel_logout_uri in the Terraform File.
Attempt to apply the Terraform configuration. We get an error:
An argument named "frontchannel_logout_uri" is not expected here.
Expected Behavior:
The application should update successfully without requiring frontchannel_logout_uri unless specifically needed.
Actual Behavior:
The update fails with an API validation error, indicating that frontchannel_logout_uri is required when participate_slo is true.
Description:
We encountered an issue while using the Terraform Okta Plugin to update an OAuth application. The error occurs because frontchannel_logout_uri is missing when participate_slo is set to true.
Error Message:
Error: failed to update OAuth application: the API returned an error: Api validation failed: frontchannel_logout_uri. Causes: errorSummary: frontchannel_logout_uri: ''frontchannel_logout_uri'' is required when ''participate_slo'' is true.
Steps to Reproduce:
frontchannel_logout_uri
in the Terraform File.An argument named "frontchannel_logout_uri" is not expected here.
Expected Behavior:
The application should update successfully without requiring
frontchannel_logout_uri
unless specifically needed.Actual Behavior:
The update fails with an API validation error, indicating that
frontchannel_logout_uri
is required whenparticipate_slo
is true.Environment:
Terraform Enterprise Version: 1.9.5
Okta Plugin Version:4.11
The text was updated successfully, but these errors were encountered: