Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resource "oci_identity_domains_identity_provider" isn't working #2072

Open
iurejosere3 opened this issue Mar 22, 2024 · 6 comments
Open

Resource "oci_identity_domains_identity_provider" isn't working #2072

iurejosere3 opened this issue Mar 22, 2024 · 6 comments
Labels
bug In-Progress Terraform Team is working on the reproduce & fix

Comments

@iurejosere3
Copy link

Hello, I'm experiencing an issue with the "oci_identity_domains_identity_provider" feature. Whenever I attempt to create it, I consistently encounter the same error: "Error: 400-BadErrorResponse."

400_error

This error occurs immediately after applying, without even loading, typically within 1 second after confirming the apply action. Is there any way to resolve this? I've tried passing only the required parameters as well as passing all optional ones, yet the error persists instantly after confirming the apply action.

resource "oci_identity_domains_identity_provider" "teste_identity" {

enabled = false
idcs_endpoint = oci_identity_domain.GNB-AD.url
partner_name = "teste123"
schemas = ["urn:ietf:params:scim:schemas:oracle:idcs:IdentityProvider"]

}

Here's my code. The simplest form triggers this error, and I've also tried a version with all additional parameters, but the problem persists.

@tf-oci-pub tf-oci-pub added the In-Progress Terraform Team is working on the reproduce & fix label Mar 23, 2024
@tf-oci-pub
Copy link
Member

Thank you for reporting the issue. We have raised an internal ticket to track this. Our service engineers will get back to you.

@iurejosere3
Copy link
Author

Ok.

@mhinds-alithya
Copy link

Not sure if I need to open a new bug, but I am experiencing this same issue with "oci_identity_domains_app". It applied successfully last night (around 11pm Pacific on 3/25) but the apply hasn't worked today:

terraform apply "planfile"
oci_identity_domains_app.confidential_app: Creating...

│ Error: 400-BadErrorResponse,
│ Suggestion: Please retry or contact support for help with service: Identity Domains App
│ Documentation: https://registry.terraform.io/providers/oracle/oci/latest/docs/resources/identity_domains_app
│ API Reference:
│ Request Target: POST
│ Provider version: 5.34.0, released on 2024-03-20.
│ Service: Identity Domains App
│ Operation Name: CreateApp
│ OPC request ID:


│ with oci_identity_domains_app.confidential_app,
│ on confidential-app.tf line 1, in resource "oci_identity_domains_app" "confidential_app":
│ 1: resource "oci_identity_domains_app" "confidential_app" {

@Darambool
Copy link

You need specify more required parameters:
metadata
name_id_format
signature_hash_algorithm
type
user_mapping_method
user_mapping_store_attribute

@iurejosere3
Copy link
Author

I tried passing all these parameters too and still got the same errors.

@Darambool
Copy link

Add those parameters when to terraform apply TF_LOG=DEBUG OCI_GO_SDK_DEBUG=v

TF_LOG=DEBUG OCI_GO_SDK_DEBUG=v terraform apply

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug In-Progress Terraform Team is working on the reproduce & fix
Projects
None yet
Development

No branches or pull requests

4 participants