terraform-provider-okta
terraform-provider-okta copied to clipboard
Not able to disable "Authorize Requests" in OIDC IDP
I have already specified "request_signature_scope" as NONE, but I'm not able to disable "Authorize Requests" for OIDC IDP. Enabling "Authorize Requests" causes issues with external IdP (e.g, DUO).
Terraform Version
terraform v1.4.6 okta provider v4.4.2
Affected Resource(s)
- okta_idp_oidc
Terraform Configuration Files
There is a bug in my code. I managed to disable "Authorize Request" by setting request_signature_scope as "NONE". Please share any thoughts on enabling "Authorize Request" that would cause the IdP federation issue with DUO. I know that Okta is sending encrypted request parameters to external IdP when "Authorize Request" is enabled.
@d02540315 can you open a support ticket https://support.okta.com/ this will escalate your question about Okta's interaction with DUO. The TF provider / our team / doesn't have this expertise and the support channel is the best way to get this addressed.
@exitcode0 I think unstale.yml is too agreesive https://github.com/okta/terraform-provider-okta/blob/master/.github/workflows/unstale.yml I put the waiting response label this issue and want it to stay in place until I hear from @d02540315 so I'm inclined to ditch unstale.yml on the next release. Thoughts?
I will create a support case as @monde suggested. The issue is not specific to DUO and its with another external IdP (Idaptive) as well.
@exitcode0 I think unstale.yml is too agreesive https://github.com/okta/terraform-provider-okta/blob/master/.github/workflows/unstale.yml I put the waiting response label this issue and want it to stay in place until I hear from @d02540315 so I'm inclined to ditch unstale.yml on the next release. Thoughts?
I'm happy with disabling it for now would filtering it to comment update actions only and/or comment update actions by the issue author resolve your concerns?
This issue is stale because it has been open 60 days with no activity. Comment or this will be closed in 5 days
@d02540315 any success with going the Okta support case?