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
The module is currently not supporting IDCS integration.
We would have to first investigate about such support on the Terraform provider, then see for a potential addition to the iam module.
I will keep this issue as future worl to investigate, but would also let you know that it is not the current priority for the module development.
terraform -version
Terraform v0.12.19
resource "oci_identity_identity_provider" "identity_provider" {
#Required
compartment_id = var.compartment_ocid
description = var.identity_provider_description
#metadata = var.identity_provider_metadata
metadata = "${var.identity_provider_metadata != "" ? var.identity_provider_metadata : "${file("${var.identity_provider_metadata_file}")}"}"
metadata_url = var.identity_provider_metadata_url
name = var.identity_provider_name
product_type = var.identity_provider_product_type
protocol = var.identity_provider_protocol
}
Where identity_provider_metadata_file im adding metadata.xml file location what was download from https://idcs-XXXXXXXXXXX.identity.oraclecloud.com/fed/v1/metadata
and finally not working, anything need to do for this? or Yet this feature not available in terraform.
Where as once we are creating IDCS from console working file with URL, Client Id and Secret.
The text was updated successfully, but these errors were encountered: