Error Updating OAuth Application: Missing frontchannel_logout_uri When participate_slo is True #2162
Labels
api-parity
Update resource to match current API
enhancement
Asking for new behavior or feature
triaged
Triaged into internal Jira
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: