From cc40d839bb864b56fad4c03535b1f5b453ad3fc5 Mon Sep 17 00:00:00 2001
From: Sergiu Ghitea <28300158+sergiught@users.noreply.github.com>
Date: Fri, 30 Jun 2023 08:34:39 +0200
Subject: [PATCH] Minor tweaks after feedback
---
docs/resources/client.md | 8 +-
docs/resources/global_client.md | 8 +-
internal/auth0/client/expand.go | 4 +
internal/auth0/client/resource.go | 22 +-
internal/auth0/client/resource_test.go | 28 +
test/data/recordings/TestAccClientAddons.yaml | 3170 -----------------
6 files changed, 52 insertions(+), 3188 deletions(-)
delete mode 100644 test/data/recordings/TestAccClientAddons.yaml
diff --git a/docs/resources/client.md b/docs/resources/client.md
index 399f0e14e..56da00b38 100644
--- a/docs/resources/client.md
+++ b/docs/resources/client.md
@@ -319,21 +319,21 @@ Optional:
- `create_upn_claim` (Boolean) Indicates whether a UPN claim should be created. Defaults to `true`.
- `destination` (String) Destination of the SAML Response. If not specified, it will be `AssertionConsumerUrl` of SAMLRequest or callback URL if there was no SAMLRequest.
- `digest_algorithm` (String) Algorithm used to calculate the digest of the SAML Assertion or response. Options include `sha1` and `sha256`. Defaults to `sha1`.
-- `include_attribute_name_format` (Boolean) Indicates whether or not we should infer the NameFormat based on the attribute name. If set to false, the attribute NameFormat is not set in the assertion. Defaults to `true`.
+- `include_attribute_name_format` (Boolean) Indicates whether or not we should infer the NameFormat based on the attribute name. If set to `false`, the attribute NameFormat is not set in the assertion. Defaults to `true`.
- `issuer` (String) Issuer of the SAML Assertion.
-- `lifetime_in_seconds` (Number) Number of seconds during which the token is valid.
+- `lifetime_in_seconds` (Number) Number of seconds during which the token is valid. Defaults to `3600` seconds.
- `logout` (Block List, Max: 1) Configuration settings for logout. (see [below for nested schema](#nestedblock--addons--samlp--logout))
- `map_identities` (Boolean) Indicates whether or not to add additional identity information in the token, such as the provider used and the `access_token`, if available. Defaults to `true`.
- `map_unknown_claims_as_is` (Boolean) Indicates whether to add a prefix of `http://schema.auth0.com` to any claims that are not mapped to the common profile when passed through in the output assertion. Defaults to `false`.
- `mappings` (Map of String) Mappings between the Auth0 user profile property name (`name`) and the output attributes on the SAML attribute in the assertion (`value`).
-- `name_identifier_format` (String) Format of the name identifier.
+- `name_identifier_format` (String) Format of the name identifier. Defaults to `urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified`.
- `name_identifier_probes` (List of String) Attributes that can be used for Subject/NameID. Auth0 will try each of the attributes of this array in order and use the first value it finds.
- `passthrough_claims_with_no_mapping` (Boolean) Indicates whether or not to passthrough claims that are not mapped to the common profile in the output assertion. Defaults to `true`.
- `recipient` (String) Recipient of the SAML Assertion (SubjectConfirmationData). Default is `AssertionConsumerUrl` on SAMLRequest or callback URL if no SAMLRequest was sent.
- `sign_response` (Boolean) Indicates whether or not the SAML Response should be signed instead of the SAML Assertion.
- `signature_algorithm` (String) Algorithm used to sign the SAML Assertion or response. Options include `rsa-sha1` and `rsa-sha256`. Defaults to `rsa-sha1`.
- `signing_cert` (String) Optionally indicates the public key certificate used to validate SAML requests. If set, SAML requests will be required to be signed. A sample value would be `-----BEGIN PUBLIC KEY-----\nMIGf...bpP/t3\n+JGNGIRMj1hF1rnb6QIDAQAB\n-----END PUBLIC KEY-----\n`.
-- `typed_attributes` (Boolean) Indicates whether or not we should infer the `xs:type` of the element. Types include `xs:string`, `xs:boolean`, `xs:double`, and `xs:anyType`. When set to false, all `xs:type` are `xs:anyType`. Defaults to `true`.
+- `typed_attributes` (Boolean) Indicates whether or not we should infer the `xs:type` of the element. Types include `xs:string`, `xs:boolean`, `xs:double`, and `xs:anyType`. When set to `false`, all `xs:type` are `xs:anyType`. Defaults to `true`.
### Nested Schema for `addons.samlp.logout`
diff --git a/docs/resources/global_client.md b/docs/resources/global_client.md
index 01c3cc024..b35973203 100644
--- a/docs/resources/global_client.md
+++ b/docs/resources/global_client.md
@@ -262,21 +262,21 @@ Optional:
- `create_upn_claim` (Boolean) Indicates whether a UPN claim should be created. Defaults to `true`.
- `destination` (String) Destination of the SAML Response. If not specified, it will be `AssertionConsumerUrl` of SAMLRequest or callback URL if there was no SAMLRequest.
- `digest_algorithm` (String) Algorithm used to calculate the digest of the SAML Assertion or response. Options include `sha1` and `sha256`. Defaults to `sha1`.
-- `include_attribute_name_format` (Boolean) Indicates whether or not we should infer the NameFormat based on the attribute name. If set to false, the attribute NameFormat is not set in the assertion. Defaults to `true`.
+- `include_attribute_name_format` (Boolean) Indicates whether or not we should infer the NameFormat based on the attribute name. If set to `false`, the attribute NameFormat is not set in the assertion. Defaults to `true`.
- `issuer` (String) Issuer of the SAML Assertion.
-- `lifetime_in_seconds` (Number) Number of seconds during which the token is valid.
+- `lifetime_in_seconds` (Number) Number of seconds during which the token is valid. Defaults to `3600` seconds.
- `logout` (Block List, Max: 1) Configuration settings for logout. (see [below for nested schema](#nestedblock--addons--samlp--logout))
- `map_identities` (Boolean) Indicates whether or not to add additional identity information in the token, such as the provider used and the `access_token`, if available. Defaults to `true`.
- `map_unknown_claims_as_is` (Boolean) Indicates whether to add a prefix of `http://schema.auth0.com` to any claims that are not mapped to the common profile when passed through in the output assertion. Defaults to `false`.
- `mappings` (Map of String) Mappings between the Auth0 user profile property name (`name`) and the output attributes on the SAML attribute in the assertion (`value`).
-- `name_identifier_format` (String) Format of the name identifier.
+- `name_identifier_format` (String) Format of the name identifier. Defaults to `urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified`.
- `name_identifier_probes` (List of String) Attributes that can be used for Subject/NameID. Auth0 will try each of the attributes of this array in order and use the first value it finds.
- `passthrough_claims_with_no_mapping` (Boolean) Indicates whether or not to passthrough claims that are not mapped to the common profile in the output assertion. Defaults to `true`.
- `recipient` (String) Recipient of the SAML Assertion (SubjectConfirmationData). Default is `AssertionConsumerUrl` on SAMLRequest or callback URL if no SAMLRequest was sent.
- `sign_response` (Boolean) Indicates whether or not the SAML Response should be signed instead of the SAML Assertion.
- `signature_algorithm` (String) Algorithm used to sign the SAML Assertion or response. Options include `rsa-sha1` and `rsa-sha256`. Defaults to `rsa-sha1`.
- `signing_cert` (String) Optionally indicates the public key certificate used to validate SAML requests. If set, SAML requests will be required to be signed. A sample value would be `-----BEGIN PUBLIC KEY-----\nMIGf...bpP/t3\n+JGNGIRMj1hF1rnb6QIDAQAB\n-----END PUBLIC KEY-----\n`.
-- `typed_attributes` (Boolean) Indicates whether or not we should infer the `xs:type` of the element. Types include `xs:string`, `xs:boolean`, `xs:double`, and `xs:anyType`. When set to false, all `xs:type` are `xs:anyType`. Defaults to `true`.
+- `typed_attributes` (Boolean) Indicates whether or not we should infer the `xs:type` of the element. Types include `xs:string`, `xs:boolean`, `xs:double`, and `xs:anyType`. When set to `false`, all `xs:type` are `xs:anyType`. Defaults to `true`.
### Nested Schema for `addons.samlp.logout`
diff --git a/internal/auth0/client/expand.go b/internal/auth0/client/expand.go
index 643a6ff6c..99c726bf4 100644
--- a/internal/auth0/client/expand.go
+++ b/internal/auth0/client/expand.go
@@ -740,6 +740,10 @@ func expandClientAddonSAMLP(samlpCfg cty.Value) *management.SAML2ClientAddon {
samlpAddon.PassthroughClaimsWithNoMapping = auth0.Bool(true)
}
+ if samlpAddon.TypedAttributes == nil {
+ samlpAddon.TypedAttributes = auth0.Bool(true)
+ }
+
return stop
})
diff --git a/internal/auth0/client/resource.go b/internal/auth0/client/resource.go
index a302f00e3..eecbec019 100644
--- a/internal/auth0/client/resource.go
+++ b/internal/auth0/client/resource.go
@@ -1204,10 +1204,11 @@ func NewResource() *schema.Resource {
"or callback URL if there was no SAMLRequest.",
},
"lifetime_in_seconds": {
- Type: schema.TypeInt,
- Optional: true,
- Default: 3600,
- Description: "Number of seconds during which the token is valid.",
+ Type: schema.TypeInt,
+ Optional: true,
+ Default: 3600,
+ Description: "Number of seconds during which the token is valid. " +
+ "Defaults to `3600` seconds.",
},
"sign_response": {
Type: schema.TypeBool,
@@ -1216,10 +1217,11 @@ func NewResource() *schema.Resource {
"instead of the SAML Assertion.",
},
"name_identifier_format": {
- Type: schema.TypeString,
- Optional: true,
- Default: "urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified",
- Description: "Format of the name identifier.",
+ Type: schema.TypeString,
+ Optional: true,
+ Default: "urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified",
+ Description: "Format of the name identifier. " +
+ "Defaults to `urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified`.",
},
"name_identifier_probes": {
Type: schema.TypeList,
@@ -1240,7 +1242,7 @@ func NewResource() *schema.Resource {
Default: true,
Description: "Indicates whether or not we should infer the `xs:type` " +
"of the element. Types include `xs:string`, `xs:boolean`, `xs:double`, " +
- "and `xs:anyType`. When set to false, all `xs:type` are `xs:anyType`. " +
+ "and `xs:anyType`. When set to `false`, all `xs:type` are `xs:anyType`. " +
"Defaults to `true`.",
},
"include_attribute_name_format": {
@@ -1248,7 +1250,7 @@ func NewResource() *schema.Resource {
Optional: true,
Default: true,
Description: "Indicates whether or not we should infer the NameFormat " +
- "based on the attribute name. If set to false, the attribute " +
+ "based on the attribute name. If set to `false`, the attribute " +
"NameFormat is not set in the assertion. Defaults to `true`.",
},
"logout": {
diff --git a/internal/auth0/client/resource_test.go b/internal/auth0/client/resource_test.go
index bd0080648..107798594 100644
--- a/internal/auth0/client/resource_test.go
+++ b/internal/auth0/client/resource_test.go
@@ -1079,8 +1079,13 @@ resource "auth0_client" "my_client" {
map_unknown_claims_as_is = false
map_identities = false
typed_attributes = false
+ sign_response = false
+ include_attribute_name_format = false
recipient = "https://tableau-server-test.domain.eu.com/recipient-different"
signing_cert = "-----BEGIN PUBLIC KEY-----\nMIGf...bpP/t3\n+JGNGIRMj1hF1rnb6QIDAQAB\n-----END PUBLIC KEY-----\n"
+ signature_algorithm = "rsa-sha256"
+ authn_context_class_ref = "context"
+ binding = "binding"
mappings = {
email = "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress"
@@ -1096,6 +1101,15 @@ resource "auth0_client" "my_client" {
}
`
+const testAccUpdateClientWithAddonsRemoved = `
+resource "auth0_client" "my_client" {
+ name = "Acceptance Test - SSO Integration - {{.testName}}"
+ app_type = "sso_integration"
+
+ addons {}
+}
+`
+
func TestAccClientAddons(t *testing.T) {
acctest.Test(t, resource.TestCase{
Steps: []resource.TestStep{
@@ -1351,8 +1365,13 @@ func TestAccClientAddons(t *testing.T) {
resource.TestCheckResourceAttr("auth0_client.my_client", "addons.0.samlp.0.map_unknown_claims_as_is", "false"),
resource.TestCheckResourceAttr("auth0_client.my_client", "addons.0.samlp.0.map_identities", "false"),
resource.TestCheckResourceAttr("auth0_client.my_client", "addons.0.samlp.0.typed_attributes", "false"),
+ resource.TestCheckResourceAttr("auth0_client.my_client", "addons.0.samlp.0.sign_response", "false"),
+ resource.TestCheckResourceAttr("auth0_client.my_client", "addons.0.samlp.0.include_attribute_name_format", "false"),
resource.TestCheckResourceAttr("auth0_client.my_client", "addons.0.samlp.0.recipient", "https://tableau-server-test.domain.eu.com/recipient-different"),
resource.TestCheckResourceAttr("auth0_client.my_client", "addons.0.samlp.0.signing_cert", "-----BEGIN PUBLIC KEY-----\nMIGf...bpP/t3\n+JGNGIRMj1hF1rnb6QIDAQAB\n-----END PUBLIC KEY-----\n"),
+ resource.TestCheckResourceAttr("auth0_client.my_client", "addons.0.samlp.0.signature_algorithm", "rsa-sha256"),
+ resource.TestCheckResourceAttr("auth0_client.my_client", "addons.0.samlp.0.authn_context_class_ref", "context"),
+ resource.TestCheckResourceAttr("auth0_client.my_client", "addons.0.samlp.0.binding", "binding"),
resource.TestCheckResourceAttr("auth0_client.my_client", "addons.0.samlp.0.mappings.%", "2"),
resource.TestCheckResourceAttr("auth0_client.my_client", "addons.0.samlp.0.mappings.email", "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress"),
resource.TestCheckResourceAttr("auth0_client.my_client", "addons.0.samlp.0.mappings.name", "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name"),
@@ -1360,6 +1379,15 @@ func TestAccClientAddons(t *testing.T) {
resource.TestCheckResourceAttr("auth0_client.my_client", "addons.0.samlp.0.logout.0.slo_enabled", "true"),
),
},
+ {
+ Config: acctest.ParseTestName(testAccUpdateClientWithAddonsRemoved, t.Name()),
+ Check: resource.ComposeTestCheckFunc(
+ resource.TestCheckResourceAttr("auth0_client.my_client", "name", fmt.Sprintf("Acceptance Test - SSO Integration - %s", t.Name())),
+ resource.TestCheckResourceAttr("auth0_client.my_client", "app_type", "sso_integration"),
+ resource.TestCheckResourceAttr("auth0_client.my_client", "addons.#", "1"),
+ resource.TestCheckResourceAttr("auth0_client.my_client", "addons.0.samlp.#", "0"),
+ ),
+ },
},
})
}
diff --git a/test/data/recordings/TestAccClientAddons.yaml b/test/data/recordings/TestAccClientAddons.yaml
deleted file mode 100644
index 9967ee992..000000000
--- a/test/data/recordings/TestAccClientAddons.yaml
+++ /dev/null
@@ -1,3170 +0,0 @@
----
-version: 2
-interactions:
- - id: 0
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 521
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- {"name":"Acceptance Test - SSO Integration - TestAccClientAddons","app_type":"sso_integration","addons":{"aws":{"principal":"arn:aws:iam::010616021751:saml-provider/idpname","role":"arn:aws:iam::010616021751:role/foo","lifetime_in_seconds":32000},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"newrelic":{},"office365":{},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}}}
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients
- method: POST
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: false
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{"principal":"arn:aws:iam::010616021751:saml-provider/idpname","role":"arn:aws:iam::010616021751:role/foo","lifetime_in_seconds":32000},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"newrelic":{},"office365":{},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 201 Created
- code: 201
- duration: 338.300875ms
- - id: 1
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 5
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- null
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: GET
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{"principal":"arn:aws:iam::010616021751:saml-provider/idpname","role":"arn:aws:iam::010616021751:role/foo","lifetime_in_seconds":32000},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"newrelic":{},"office365":{},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 96.326708ms
- - id: 2
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 5
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- null
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: GET
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{"principal":"arn:aws:iam::010616021751:saml-provider/idpname","role":"arn:aws:iam::010616021751:role/foo","lifetime_in_seconds":32000},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"newrelic":{},"office365":{},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 217.411166ms
- - id: 3
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 5
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- null
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: GET
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{"principal":"arn:aws:iam::010616021751:saml-provider/idpname","role":"arn:aws:iam::010616021751:role/foo","lifetime_in_seconds":32000},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"newrelic":{},"office365":{},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 217.418083ms
- - id: 4
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 761
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- {"name":"Acceptance Test - SSO Integration - TestAccClientAddons","app_type":"sso_integration","addons":{"aws":{},"azure_blob":{"accountName":"acmeorg","storageAccessKey":"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa==","containerName":"my-container","blobName":"my-blob","expiration":10,"signedIdentifier":"id123","blob_read":true,"blob_write":true,"blob_delete":true,"container_read":true,"container_write":true,"container_delete":true,"container_list":true},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"newrelic":{},"office365":{},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}}}
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: PATCH
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{"accountName":"acmeorg","storageAccessKey":"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa==","containerName":"my-container","blobName":"my-blob","expiration":10,"signedIdentifier":"id123","blob_read":true,"blob_write":true,"blob_delete":true,"container_read":true,"container_write":true,"container_delete":true,"container_list":true},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"newrelic":{},"office365":{},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 110.798916ms
- - id: 5
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 5
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- null
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: GET
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{"accountName":"acmeorg","storageAccessKey":"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa==","containerName":"my-container","blobName":"my-blob","expiration":10,"signedIdentifier":"id123","blob_read":true,"blob_write":true,"blob_delete":true,"container_read":true,"container_write":true,"container_delete":true,"container_list":true},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"newrelic":{},"office365":{},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 90.301791ms
- - id: 6
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 5
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- null
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: GET
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{"accountName":"acmeorg","storageAccessKey":"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa==","containerName":"my-container","blobName":"my-blob","expiration":10,"signedIdentifier":"id123","blob_read":true,"blob_write":true,"blob_delete":true,"container_read":true,"container_write":true,"container_delete":true,"container_list":true},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"newrelic":{},"office365":{},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 219.596167ms
- - id: 7
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 5
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- null
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: GET
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{"accountName":"acmeorg","storageAccessKey":"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa==","containerName":"my-container","blobName":"my-blob","expiration":10,"signedIdentifier":"id123","blob_read":true,"blob_write":true,"blob_delete":true,"container_read":true,"container_write":true,"container_delete":true,"container_list":true},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"newrelic":{},"office365":{},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 206.780708ms
- - id: 8
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 492
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- {"name":"Acceptance Test - SSO Integration - TestAccClientAddons","app_type":"sso_integration","addons":{"aws":{},"azure_blob":{},"azure_sb":{"namespace":"acmeorg","sasKeyName":"my-policy","sasKey":"my-key","entityPath":"my-queue","expiration":10},"echosign":{},"egnyte":{},"firebase":{},"newrelic":{},"office365":{},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}}}
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: PATCH
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{},"azure_sb":{"namespace":"acmeorg","sasKeyName":"my-policy","sasKey":"my-key","entityPath":"my-queue","expiration":10},"echosign":{},"egnyte":{},"firebase":{},"newrelic":{},"office365":{},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 212.961625ms
- - id: 9
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 5
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- null
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: GET
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{},"azure_sb":{"namespace":"acmeorg","sasKeyName":"my-policy","sasKey":"my-key","entityPath":"my-queue","expiration":10},"echosign":{},"egnyte":{},"firebase":{},"newrelic":{},"office365":{},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 102.612125ms
- - id: 10
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 5
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- null
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: GET
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{},"azure_sb":{"namespace":"acmeorg","sasKeyName":"my-policy","sasKey":"my-key","entityPath":"my-queue","expiration":10},"echosign":{},"egnyte":{},"firebase":{},"newrelic":{},"office365":{},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 116.154667ms
- - id: 11
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 5
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- null
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: GET
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{},"azure_sb":{"namespace":"acmeorg","sasKeyName":"my-policy","sasKey":"my-key","entityPath":"my-queue","expiration":10},"echosign":{},"egnyte":{},"firebase":{},"newrelic":{},"office365":{},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 222.978541ms
- - id: 12
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 424
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- {"name":"Acceptance Test - SSO Integration - TestAccClientAddons","app_type":"sso_integration","addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"newrelic":{},"office365":{},"rms":{"url":"https://example.com"},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}}}
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: PATCH
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"newrelic":{},"office365":{},"rms":{"url":"https://example.com"},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 113.239791ms
- - id: 13
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 5
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- null
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: GET
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"newrelic":{},"office365":{},"rms":{"url":"https://example.com"},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 128.630334ms
- - id: 14
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 5
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- null
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: GET
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"newrelic":{},"office365":{},"rms":{"url":"https://example.com"},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 90.999375ms
- - id: 15
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 5
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- null
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: GET
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"newrelic":{},"office365":{},"rms":{"url":"https://example.com"},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 215.713833ms
- - id: 16
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 426
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- {"name":"Acceptance Test - SSO Integration - TestAccClientAddons","app_type":"sso_integration","addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"mscrm":{"url":"https://example.com"},"newrelic":{},"office365":{},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}}}
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: PATCH
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"mscrm":{"url":"https://example.com"},"newrelic":{},"office365":{},"rms":{"url":"https://example.com"},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 225.308667ms
- - id: 17
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 5
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- null
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: GET
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"mscrm":{"url":"https://example.com"},"newrelic":{},"office365":{},"rms":{"url":"https://example.com"},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 236.120583ms
- - id: 18
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 5
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- null
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: GET
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"mscrm":{"url":"https://example.com"},"newrelic":{},"office365":{},"rms":{"url":"https://example.com"},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 102.865208ms
- - id: 19
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 5
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- null
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: GET
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"mscrm":{"url":"https://example.com"},"newrelic":{},"office365":{},"rms":{"url":"https://example.com"},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 104.369792ms
- - id: 20
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 415
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- {"name":"Acceptance Test - SSO Integration - TestAccClientAddons","app_type":"sso_integration","addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"newrelic":{},"office365":{},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"slack":{"team":"acmeorg"},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}}}
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: PATCH
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"mscrm":{"url":"https://example.com"},"newrelic":{},"office365":{},"rms":{"url":"https://example.com"},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"slack":{"team":"acmeorg"},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 106.466125ms
- - id: 21
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 5
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- null
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: GET
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"mscrm":{"url":"https://example.com"},"newrelic":{},"office365":{},"rms":{"url":"https://example.com"},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"slack":{"team":"acmeorg"},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 204.147333ms
- - id: 22
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 5
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- null
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: GET
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"mscrm":{"url":"https://example.com"},"newrelic":{},"office365":{},"rms":{"url":"https://example.com"},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"slack":{"team":"acmeorg"},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 119.605292ms
- - id: 23
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 5
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- null
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: GET
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"mscrm":{"url":"https://example.com"},"newrelic":{},"office365":{},"rms":{"url":"https://example.com"},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"slack":{"team":"acmeorg"},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 89.58375ms
- - id: 24
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 422
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- {"name":"Acceptance Test - SSO Integration - TestAccClientAddons","app_type":"sso_integration","addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"newrelic":{},"office365":{},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{"org_slug":"acmeorg","base_url":""},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}}}
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: PATCH
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"mscrm":{"url":"https://example.com"},"newrelic":{},"office365":{},"rms":{"url":"https://example.com"},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{"org_slug":"acmeorg","base_url":""},"slack":{"team":"acmeorg"},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 98.347875ms
- - id: 25
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 5
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- null
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: GET
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"mscrm":{"url":"https://example.com"},"newrelic":{},"office365":{},"rms":{"url":"https://example.com"},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{"org_slug":"acmeorg","base_url":""},"slack":{"team":"acmeorg"},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 97.9435ms
- - id: 26
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 5
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- null
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: GET
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"mscrm":{"url":"https://example.com"},"newrelic":{},"office365":{},"rms":{"url":"https://example.com"},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{"org_slug":"acmeorg","base_url":""},"slack":{"team":"acmeorg"},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 195.289959ms
- - id: 27
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 5
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- null
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: GET
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"mscrm":{"url":"https://example.com"},"newrelic":{},"office365":{},"rms":{"url":"https://example.com"},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{"org_slug":"acmeorg","base_url":""},"slack":{"team":"acmeorg"},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 84.220833ms
- - id: 28
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 406
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- {"name":"Acceptance Test - SSO Integration - TestAccClientAddons","app_type":"sso_integration","addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{"domain":"acmeorg"},"egnyte":{},"firebase":{},"newrelic":{},"office365":{},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}}}
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: PATCH
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{"domain":"acmeorg"},"egnyte":{},"firebase":{},"mscrm":{"url":"https://example.com"},"newrelic":{},"office365":{},"rms":{"url":"https://example.com"},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"slack":{"team":"acmeorg"},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 206.531167ms
- - id: 29
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 5
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- null
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: GET
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{"domain":"acmeorg"},"egnyte":{},"firebase":{},"mscrm":{"url":"https://example.com"},"newrelic":{},"office365":{},"rms":{"url":"https://example.com"},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"slack":{"team":"acmeorg"},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 106.965291ms
- - id: 30
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 5
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- null
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: GET
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{"domain":"acmeorg"},"egnyte":{},"firebase":{},"mscrm":{"url":"https://example.com"},"newrelic":{},"office365":{},"rms":{"url":"https://example.com"},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"slack":{"team":"acmeorg"},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 85.990875ms
- - id: 31
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 5
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- null
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: GET
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{"domain":"acmeorg"},"egnyte":{},"firebase":{},"mscrm":{"url":"https://example.com"},"newrelic":{},"office365":{},"rms":{"url":"https://example.com"},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"slack":{"team":"acmeorg"},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 105.1905ms
- - id: 32
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 406
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- {"name":"Acceptance Test - SSO Integration - TestAccClientAddons","app_type":"sso_integration","addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{"domain":"acmeorg"},"firebase":{},"newrelic":{},"office365":{},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}}}
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: PATCH
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{"domain":"acmeorg"},"firebase":{},"mscrm":{"url":"https://example.com"},"newrelic":{},"office365":{},"rms":{"url":"https://example.com"},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"slack":{"team":"acmeorg"},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 90.959833ms
- - id: 33
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 5
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- null
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: GET
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{"domain":"acmeorg"},"firebase":{},"mscrm":{"url":"https://example.com"},"newrelic":{},"office365":{},"rms":{"url":"https://example.com"},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"slack":{"team":"acmeorg"},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 87.907875ms
- - id: 34
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 5
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- null
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: GET
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{"domain":"acmeorg"},"firebase":{},"mscrm":{"url":"https://example.com"},"newrelic":{},"office365":{},"rms":{"url":"https://example.com"},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"slack":{"team":"acmeorg"},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 228.645708ms
- - id: 35
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 5
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- null
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: GET
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{"domain":"acmeorg"},"firebase":{},"mscrm":{"url":"https://example.com"},"newrelic":{},"office365":{},"rms":{"url":"https://example.com"},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"slack":{"team":"acmeorg"},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 207.308292ms
- - id: 36
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 527
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- {"name":"Acceptance Test - SSO Integration - TestAccClientAddons","app_type":"sso_integration","addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{"secret":"secret","private_key_id":"private-key-id","private_key":"private-key","client_email":"service-account","lifetime_in_seconds":7200},"newrelic":{},"office365":{},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}}}
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: PATCH
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{"secret":"secret","private_key_id":"private-key-id","private_key":"private-key","client_email":"service-account","lifetime_in_seconds":7200},"mscrm":{"url":"https://example.com"},"newrelic":{},"office365":{},"rms":{"url":"https://example.com"},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"slack":{"team":"acmeorg"},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 209.374459ms
- - id: 37
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 5
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- null
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: GET
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{"secret":"secret","private_key_id":"private-key-id","private_key":"private-key","client_email":"service-account","lifetime_in_seconds":7200},"mscrm":{"url":"https://example.com"},"newrelic":{},"office365":{},"rms":{"url":"https://example.com"},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"slack":{"team":"acmeorg"},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 92.432375ms
- - id: 38
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 5
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- null
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: GET
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{"secret":"secret","private_key_id":"private-key-id","private_key":"private-key","client_email":"service-account","lifetime_in_seconds":7200},"mscrm":{"url":"https://example.com"},"newrelic":{},"office365":{},"rms":{"url":"https://example.com"},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"slack":{"team":"acmeorg"},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 214.607084ms
- - id: 39
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 5
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- null
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: GET
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{"secret":"secret","private_key_id":"private-key-id","private_key":"private-key","client_email":"service-account","lifetime_in_seconds":7200},"mscrm":{"url":"https://example.com"},"newrelic":{},"office365":{},"rms":{"url":"https://example.com"},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"slack":{"team":"acmeorg"},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 97.415708ms
- - id: 40
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 406
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- {"name":"Acceptance Test - SSO Integration - TestAccClientAddons","app_type":"sso_integration","addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"newrelic":{"account":"123456"},"office365":{},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}}}
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: PATCH
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"mscrm":{"url":"https://example.com"},"newrelic":{"account":"123456"},"office365":{},"rms":{"url":"https://example.com"},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"slack":{"team":"acmeorg"},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 95.801208ms
- - id: 41
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 5
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- null
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: GET
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"mscrm":{"url":"https://example.com"},"newrelic":{"account":"123456"},"office365":{},"rms":{"url":"https://example.com"},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"slack":{"team":"acmeorg"},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 97.92525ms
- - id: 42
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 5
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- null
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: GET
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"mscrm":{"url":"https://example.com"},"newrelic":{"account":"123456"},"office365":{},"rms":{"url":"https://example.com"},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"slack":{"team":"acmeorg"},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 215.316833ms
- - id: 43
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 5
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- null
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: GET
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"mscrm":{"url":"https://example.com"},"newrelic":{"account":"123456"},"office365":{},"rms":{"url":"https://example.com"},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"slack":{"team":"acmeorg"},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 105.826208ms
- - id: 44
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 454
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- {"name":"Acceptance Test - SSO Integration - TestAccClientAddons","app_type":"sso_integration","addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"newrelic":{},"office365":{"domain":"acmeorg","connection":"Username-Password-Authentication"},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}}}
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: PATCH
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"mscrm":{"url":"https://example.com"},"newrelic":{},"office365":{"domain":"acmeorg","connection":"Username-Password-Authentication"},"rms":{"url":"https://example.com"},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"slack":{"team":"acmeorg"},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 121.615875ms
- - id: 45
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 5
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- null
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: GET
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"mscrm":{"url":"https://example.com"},"newrelic":{},"office365":{"domain":"acmeorg","connection":"Username-Password-Authentication"},"rms":{"url":"https://example.com"},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"slack":{"team":"acmeorg"},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 93.397125ms
- - id: 46
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 5
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- null
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: GET
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"mscrm":{"url":"https://example.com"},"newrelic":{},"office365":{"domain":"acmeorg","connection":"Username-Password-Authentication"},"rms":{"url":"https://example.com"},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"slack":{"team":"acmeorg"},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 95.175125ms
- - id: 47
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 5
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- null
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: GET
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"mscrm":{"url":"https://example.com"},"newrelic":{},"office365":{"domain":"acmeorg","connection":"Username-Password-Authentication"},"rms":{"url":"https://example.com"},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"slack":{"team":"acmeorg"},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 104.92125ms
- - id: 48
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 676
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- {"name":"Acceptance Test - SSO Integration - TestAccClientAddons","app_type":"sso_integration","addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"newrelic":{},"office365":{},"salesforce":{"entity_id":"https://acme-org.com"},"salesforce_api":{"clientid":"client-id","principal":"principal","communityName":"community-name","community_url_section":"community-url-section"},"salesforce_sandbox_api":{"clientid":"client-id","principal":"principal","communityName":"community-name","community_url_section":"community-url-section"},"sap_api":{},"sharepoint":{},"sentry":{},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}}}
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: PATCH
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"mscrm":{"url":"https://example.com"},"newrelic":{},"office365":{},"rms":{"url":"https://example.com"},"salesforce":{"entity_id":"https://acme-org.com"},"salesforce_api":{"clientid":"client-id","principal":"principal","communityName":"community-name","community_url_section":"community-url-section"},"salesforce_sandbox_api":{"clientid":"client-id","principal":"principal","communityName":"community-name","community_url_section":"community-url-section"},"sap_api":{},"sharepoint":{},"sentry":{},"slack":{"team":"acmeorg"},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 218.950834ms
- - id: 49
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 5
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- null
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: GET
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"mscrm":{"url":"https://example.com"},"newrelic":{},"office365":{},"rms":{"url":"https://example.com"},"salesforce":{"entity_id":"https://acme-org.com"},"salesforce_api":{"clientid":"client-id","principal":"principal","communityName":"community-name","community_url_section":"community-url-section"},"salesforce_sandbox_api":{"clientid":"client-id","principal":"principal","communityName":"community-name","community_url_section":"community-url-section"},"sap_api":{},"sharepoint":{},"sentry":{},"slack":{"team":"acmeorg"},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 189.63525ms
- - id: 50
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 5
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- null
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: GET
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"mscrm":{"url":"https://example.com"},"newrelic":{},"office365":{},"rms":{"url":"https://example.com"},"salesforce":{"entity_id":"https://acme-org.com"},"salesforce_api":{"clientid":"client-id","principal":"principal","communityName":"community-name","community_url_section":"community-url-section"},"salesforce_sandbox_api":{"clientid":"client-id","principal":"principal","communityName":"community-name","community_url_section":"community-url-section"},"sap_api":{},"sharepoint":{},"sentry":{},"slack":{"team":"acmeorg"},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 205.440375ms
- - id: 51
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 5
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- null
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: GET
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"mscrm":{"url":"https://example.com"},"newrelic":{},"office365":{},"rms":{"url":"https://example.com"},"salesforce":{"entity_id":"https://acme-org.com"},"salesforce_api":{"clientid":"client-id","principal":"principal","communityName":"community-name","community_url_section":"community-url-section"},"salesforce_sandbox_api":{"clientid":"client-id","principal":"principal","communityName":"community-name","community_url_section":"community-url-section"},"sap_api":{},"sharepoint":{},"sentry":{},"slack":{"team":"acmeorg"},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 91.056791ms
- - id: 52
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 509
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- {"name":"Acceptance Test - SSO Integration - TestAccClientAddons","app_type":"sso_integration","addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"layer":{"providerId":"provider-id","keyId":"key-id","privateKey":"private-key","principal":"principal","expiration":10},"newrelic":{},"office365":{},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}}}
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: PATCH
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"layer":{"providerId":"provider-id","keyId":"key-id","privateKey":"private-key","principal":"principal","expiration":10},"mscrm":{"url":"https://example.com"},"newrelic":{},"office365":{},"rms":{"url":"https://example.com"},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"slack":{"team":"acmeorg"},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 201.438ms
- - id: 53
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 5
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- null
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: GET
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"layer":{"providerId":"provider-id","keyId":"key-id","privateKey":"private-key","principal":"principal","expiration":10},"mscrm":{"url":"https://example.com"},"newrelic":{},"office365":{},"rms":{"url":"https://example.com"},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"slack":{"team":"acmeorg"},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 100.511084ms
- - id: 54
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 5
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- null
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: GET
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"layer":{"providerId":"provider-id","keyId":"key-id","privateKey":"private-key","principal":"principal","expiration":10},"mscrm":{"url":"https://example.com"},"newrelic":{},"office365":{},"rms":{"url":"https://example.com"},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"slack":{"team":"acmeorg"},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 90.828417ms
- - id: 55
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 5
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- null
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: GET
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"layer":{"providerId":"provider-id","keyId":"key-id","privateKey":"private-key","principal":"principal","expiration":10},"mscrm":{"url":"https://example.com"},"newrelic":{},"office365":{},"rms":{"url":"https://example.com"},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"slack":{"team":"acmeorg"},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 253.883667ms
- - id: 56
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 603
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- {"name":"Acceptance Test - SSO Integration - TestAccClientAddons","app_type":"sso_integration","addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"newrelic":{},"office365":{},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{"clientid":"client-id","usernameAttribute":"email","tokenEndpointUrl":"https://example.com","scope":"use:api","servicePassword":"123456","nameIdentifierFormat":"urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified"},"sharepoint":{},"sentry":{},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}}}
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: PATCH
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"layer":{"providerId":"provider-id","keyId":"key-id","privateKey":"private-key","principal":"principal","expiration":10},"mscrm":{"url":"https://example.com"},"newrelic":{},"office365":{},"rms":{"url":"https://example.com"},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{"clientid":"client-id","usernameAttribute":"email","tokenEndpointUrl":"https://example.com","scope":"use:api","servicePassword":"123456","nameIdentifierFormat":"urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified"},"sharepoint":{},"sentry":{},"slack":{"team":"acmeorg"},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 100.719542ms
- - id: 57
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 5
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- null
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: GET
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"layer":{"providerId":"provider-id","keyId":"key-id","privateKey":"private-key","principal":"principal","expiration":10},"mscrm":{"url":"https://example.com"},"newrelic":{},"office365":{},"rms":{"url":"https://example.com"},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{"clientid":"client-id","usernameAttribute":"email","tokenEndpointUrl":"https://example.com","scope":"use:api","servicePassword":"123456","nameIdentifierFormat":"urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified"},"sharepoint":{},"sentry":{},"slack":{"team":"acmeorg"},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 100.711833ms
- - id: 58
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 5
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- null
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: GET
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"layer":{"providerId":"provider-id","keyId":"key-id","privateKey":"private-key","principal":"principal","expiration":10},"mscrm":{"url":"https://example.com"},"newrelic":{},"office365":{},"rms":{"url":"https://example.com"},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{"clientid":"client-id","usernameAttribute":"email","tokenEndpointUrl":"https://example.com","scope":"use:api","servicePassword":"123456","nameIdentifierFormat":"urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified"},"sharepoint":{},"sentry":{},"slack":{"team":"acmeorg"},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 94.311667ms
- - id: 59
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 5
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- null
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: GET
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"layer":{"providerId":"provider-id","keyId":"key-id","privateKey":"private-key","principal":"principal","expiration":10},"mscrm":{"url":"https://example.com"},"newrelic":{},"office365":{},"rms":{"url":"https://example.com"},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{"clientid":"client-id","usernameAttribute":"email","tokenEndpointUrl":"https://example.com","scope":"use:api","servicePassword":"123456","nameIdentifierFormat":"urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified"},"sharepoint":{},"sentry":{},"slack":{"team":"acmeorg"},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 92.139167ms
- - id: 60
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 461
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- {"name":"Acceptance Test - SSO Integration - TestAccClientAddons","app_type":"sso_integration","addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"newrelic":{},"office365":{},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{"url":"https://example.com:123","external_url":["https://example.com/v2"]},"sentry":{},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}}}
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: PATCH
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"layer":{"providerId":"provider-id","keyId":"key-id","privateKey":"private-key","principal":"principal","expiration":10},"mscrm":{"url":"https://example.com"},"newrelic":{},"office365":{},"rms":{"url":"https://example.com"},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{"url":"https://example.com:123","external_url":["https://example.com/v2"]},"sentry":{},"slack":{"team":"acmeorg"},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 96.305291ms
- - id: 61
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 5
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- null
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: GET
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"layer":{"providerId":"provider-id","keyId":"key-id","privateKey":"private-key","principal":"principal","expiration":10},"mscrm":{"url":"https://example.com"},"newrelic":{},"office365":{},"rms":{"url":"https://example.com"},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{"url":"https://example.com:123","external_url":["https://example.com/v2"]},"sentry":{},"slack":{"team":"acmeorg"},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 203.324333ms
- - id: 62
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 5
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- null
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: GET
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"layer":{"providerId":"provider-id","keyId":"key-id","privateKey":"private-key","principal":"principal","expiration":10},"mscrm":{"url":"https://example.com"},"newrelic":{},"office365":{},"rms":{"url":"https://example.com"},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{"url":"https://example.com:123","external_url":["https://example.com/v2"]},"sentry":{},"slack":{"team":"acmeorg"},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 96.177125ms
- - id: 63
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 5
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- null
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: GET
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"layer":{"providerId":"provider-id","keyId":"key-id","privateKey":"private-key","principal":"principal","expiration":10},"mscrm":{"url":"https://example.com"},"newrelic":{},"office365":{},"rms":{"url":"https://example.com"},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{"url":"https://example.com:123","external_url":["https://example.com/v2"]},"sentry":{},"slack":{"team":"acmeorg"},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 123.151042ms
- - id: 64
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 418
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- {"name":"Acceptance Test - SSO Integration - TestAccClientAddons","app_type":"sso_integration","addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"newrelic":{},"office365":{},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"springcm":{"acsurl":"https://example.com"},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}}}
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: PATCH
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"layer":{"providerId":"provider-id","keyId":"key-id","privateKey":"private-key","principal":"principal","expiration":10},"mscrm":{"url":"https://example.com"},"newrelic":{},"office365":{},"rms":{"url":"https://example.com"},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"slack":{"team":"acmeorg"},"springcm":{"acsurl":"https://example.com"},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 213.927125ms
- - id: 65
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 5
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- null
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: GET
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"layer":{"providerId":"provider-id","keyId":"key-id","privateKey":"private-key","principal":"principal","expiration":10},"mscrm":{"url":"https://example.com"},"newrelic":{},"office365":{},"rms":{"url":"https://example.com"},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"slack":{"team":"acmeorg"},"springcm":{"acsurl":"https://example.com"},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 199.13375ms
- - id: 66
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 5
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- null
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: GET
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"layer":{"providerId":"provider-id","keyId":"key-id","privateKey":"private-key","principal":"principal","expiration":10},"mscrm":{"url":"https://example.com"},"newrelic":{},"office365":{},"rms":{"url":"https://example.com"},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"slack":{"team":"acmeorg"},"springcm":{"acsurl":"https://example.com"},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 87.44975ms
- - id: 67
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 5
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- null
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: GET
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"layer":{"providerId":"provider-id","keyId":"key-id","privateKey":"private-key","principal":"principal","expiration":10},"mscrm":{"url":"https://example.com"},"newrelic":{},"office365":{},"rms":{"url":"https://example.com"},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"slack":{"team":"acmeorg"},"springcm":{"acsurl":"https://example.com"},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 204.628375ms
- - id: 68
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 412
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- {"name":"Acceptance Test - SSO Integration - TestAccClientAddons","app_type":"sso_integration","addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"newrelic":{},"office365":{},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"springcm":{},"sso_integration":{},"wams":{"masterkey":"master-key"},"zendesk":{},"zoom":{}}}
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: PATCH
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"layer":{"providerId":"provider-id","keyId":"key-id","privateKey":"private-key","principal":"principal","expiration":10},"mscrm":{"url":"https://example.com"},"newrelic":{},"office365":{},"rms":{"url":"https://example.com"},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"slack":{"team":"acmeorg"},"springcm":{},"sso_integration":{},"wams":{"masterkey":"master-key"},"zendesk":{},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 95.312333ms
- - id: 69
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 5
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- null
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: GET
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"layer":{"providerId":"provider-id","keyId":"key-id","privateKey":"private-key","principal":"principal","expiration":10},"mscrm":{"url":"https://example.com"},"newrelic":{},"office365":{},"rms":{"url":"https://example.com"},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"slack":{"team":"acmeorg"},"springcm":{},"sso_integration":{},"wams":{"masterkey":"master-key"},"zendesk":{},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 92.541042ms
- - id: 70
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 5
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- null
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: GET
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"layer":{"providerId":"provider-id","keyId":"key-id","privateKey":"private-key","principal":"principal","expiration":10},"mscrm":{"url":"https://example.com"},"newrelic":{},"office365":{},"rms":{"url":"https://example.com"},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"slack":{"team":"acmeorg"},"springcm":{},"sso_integration":{},"wams":{"masterkey":"master-key"},"zendesk":{},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 192.229167ms
- - id: 71
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 5
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- null
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: GET
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"layer":{"providerId":"provider-id","keyId":"key-id","privateKey":"private-key","principal":"principal","expiration":10},"mscrm":{"url":"https://example.com"},"newrelic":{},"office365":{},"rms":{"url":"https://example.com"},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"slack":{"team":"acmeorg"},"springcm":{},"sso_integration":{},"wams":{"masterkey":"master-key"},"zendesk":{},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 94.574ms
- - id: 72
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 411
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- {"name":"Acceptance Test - SSO Integration - TestAccClientAddons","app_type":"sso_integration","addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"newrelic":{},"office365":{},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{"accountName":"acmeorg"},"zoom":{}}}
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: PATCH
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"layer":{"providerId":"provider-id","keyId":"key-id","privateKey":"private-key","principal":"principal","expiration":10},"mscrm":{"url":"https://example.com"},"newrelic":{},"office365":{},"rms":{"url":"https://example.com"},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"slack":{"team":"acmeorg"},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{"accountName":"acmeorg"},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 137.266958ms
- - id: 73
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 5
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- null
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: GET
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"layer":{"providerId":"provider-id","keyId":"key-id","privateKey":"private-key","principal":"principal","expiration":10},"mscrm":{"url":"https://example.com"},"newrelic":{},"office365":{},"rms":{"url":"https://example.com"},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"slack":{"team":"acmeorg"},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{"accountName":"acmeorg"},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 90.159334ms
- - id: 74
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 5
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- null
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: GET
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"layer":{"providerId":"provider-id","keyId":"key-id","privateKey":"private-key","principal":"principal","expiration":10},"mscrm":{"url":"https://example.com"},"newrelic":{},"office365":{},"rms":{"url":"https://example.com"},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"slack":{"team":"acmeorg"},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{"accountName":"acmeorg"},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 102.137167ms
- - id: 75
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 5
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- null
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: GET
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"layer":{"providerId":"provider-id","keyId":"key-id","privateKey":"private-key","principal":"principal","expiration":10},"mscrm":{"url":"https://example.com"},"newrelic":{},"office365":{},"rms":{"url":"https://example.com"},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"slack":{"team":"acmeorg"},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{"accountName":"acmeorg"},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 105.77375ms
- - id: 76
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 407
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- {"name":"Acceptance Test - SSO Integration - TestAccClientAddons","app_type":"sso_integration","addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"newrelic":{},"office365":{},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{"account":"acmeorg"}}}
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: PATCH
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"layer":{"providerId":"provider-id","keyId":"key-id","privateKey":"private-key","principal":"principal","expiration":10},"mscrm":{"url":"https://example.com"},"newrelic":{},"office365":{},"rms":{"url":"https://example.com"},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"slack":{"team":"acmeorg"},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{"account":"acmeorg"}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 175.585125ms
- - id: 77
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 5
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- null
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: GET
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"layer":{"providerId":"provider-id","keyId":"key-id","privateKey":"private-key","principal":"principal","expiration":10},"mscrm":{"url":"https://example.com"},"newrelic":{},"office365":{},"rms":{"url":"https://example.com"},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"slack":{"team":"acmeorg"},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{"account":"acmeorg"}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 94.961125ms
- - id: 78
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 5
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- null
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: GET
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"layer":{"providerId":"provider-id","keyId":"key-id","privateKey":"private-key","principal":"principal","expiration":10},"mscrm":{"url":"https://example.com"},"newrelic":{},"office365":{},"rms":{"url":"https://example.com"},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"slack":{"team":"acmeorg"},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{"account":"acmeorg"}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 120.331625ms
- - id: 79
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 5
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- null
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: GET
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"layer":{"providerId":"provider-id","keyId":"key-id","privateKey":"private-key","principal":"principal","expiration":10},"mscrm":{"url":"https://example.com"},"newrelic":{},"office365":{},"rms":{"url":"https://example.com"},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"slack":{"team":"acmeorg"},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{"account":"acmeorg"}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 208.86075ms
- - id: 80
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 421
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- {"name":"Acceptance Test - SSO Integration - TestAccClientAddons","app_type":"sso_integration","addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"newrelic":{},"office365":{},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"springcm":{},"sso_integration":{"name":"my-sso","version":"0.1.0"},"wams":{},"zendesk":{},"zoom":{}}}
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: PATCH
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"layer":{"providerId":"provider-id","keyId":"key-id","privateKey":"private-key","principal":"principal","expiration":10},"mscrm":{"url":"https://example.com"},"newrelic":{},"office365":{},"rms":{"url":"https://example.com"},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"slack":{"team":"acmeorg"},"springcm":{},"sso_integration":{"name":"my-sso","version":"0.1.0"},"wams":{},"zendesk":{},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 105.615333ms
- - id: 81
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 5
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- null
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: GET
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"layer":{"providerId":"provider-id","keyId":"key-id","privateKey":"private-key","principal":"principal","expiration":10},"mscrm":{"url":"https://example.com"},"newrelic":{},"office365":{},"rms":{"url":"https://example.com"},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"slack":{"team":"acmeorg"},"springcm":{},"sso_integration":{"name":"my-sso","version":"0.1.0"},"wams":{},"zendesk":{},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 92.587458ms
- - id: 82
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 5
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- null
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: GET
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"layer":{"providerId":"provider-id","keyId":"key-id","privateKey":"private-key","principal":"principal","expiration":10},"mscrm":{"url":"https://example.com"},"newrelic":{},"office365":{},"rms":{"url":"https://example.com"},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"slack":{"team":"acmeorg"},"springcm":{},"sso_integration":{"name":"my-sso","version":"0.1.0"},"wams":{},"zendesk":{},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 355.170167ms
- - id: 83
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 5
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- null
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: GET
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"layer":{"providerId":"provider-id","keyId":"key-id","privateKey":"private-key","principal":"principal","expiration":10},"mscrm":{"url":"https://example.com"},"newrelic":{},"office365":{},"rms":{"url":"https://example.com"},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"sap_api":{},"sharepoint":{},"sentry":{},"slack":{"team":"acmeorg"},"springcm":{},"sso_integration":{"name":"my-sso","version":"0.1.0"},"wams":{},"zendesk":{},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 196.587542ms
- - id: 84
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 1468
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- {"name":"Acceptance Test - SSO Integration - TestAccClientAddons","app_type":"sso_integration","addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"newrelic":{},"office365":{},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"samlp":{"mappings":{"email":"http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress","name":"http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name"},"audience":"https://tableau-server-test.domain.eu.com/audience-different","recipient":"https://tableau-server-test.domain.eu.com/recipient-different","create_upn_claim":false,"map_unknown_claims_as_is":false,"passthrough_claims_with_no_mapping":false,"map_identities":false,"signature_algorithm":"rsa-sha1","digest_algorithm":"sha256","issuer":"https://tableau-server-test.domain.eu.com/api/v1","destination":"https://tableau-server-test.domain.eu.com/destination","lifetime_in_seconds":3600,"name_identifier_format":"urn:oasis:names:tc:SAML:2.0:attrname-format:basic","name_identifier_probes":["http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress"],"typed_attributes":false,"include_attribute_name_format":true,"signing_cert":"-----BEGIN PUBLIC KEY-----\nMIGf...bpP/t3\n+JGNGIRMj1hF1rnb6QIDAQAB\n-----END PUBLIC KEY-----\n","logout":{"callback":"https://example.com/callback","slo_enabled":true}},"sap_api":{},"sharepoint":{},"sentry":{},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}}}
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: PATCH
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"layer":{"providerId":"provider-id","keyId":"key-id","privateKey":"private-key","principal":"principal","expiration":10},"mscrm":{"url":"https://example.com"},"newrelic":{},"office365":{},"rms":{"url":"https://example.com"},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"samlp":{"mappings":{"email":"http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress","name":"http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name"},"audience":"https://tableau-server-test.domain.eu.com/audience-different","recipient":"https://tableau-server-test.domain.eu.com/recipient-different","create_upn_claim":false,"map_unknown_claims_as_is":false,"passthrough_claims_with_no_mapping":false,"map_identities":false,"signature_algorithm":"rsa-sha1","digest_algorithm":"sha256","issuer":"https://tableau-server-test.domain.eu.com/api/v1","destination":"https://tableau-server-test.domain.eu.com/destination","lifetime_in_seconds":3600,"name_identifier_format":"urn:oasis:names:tc:SAML:2.0:attrname-format:basic","name_identifier_probes":["http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress"],"typed_attributes":false,"include_attribute_name_format":true,"signing_cert":"-----BEGIN PUBLIC KEY-----\nMIGf...bpP/t3\n+JGNGIRMj1hF1rnb6QIDAQAB\n-----END PUBLIC KEY-----\n","logout":{"callback":"https://example.com/callback","slo_enabled":true}},"sap_api":{},"sharepoint":{},"sentry":{},"slack":{"team":"acmeorg"},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 214.641208ms
- - id: 85
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 5
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- null
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: GET
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"layer":{"providerId":"provider-id","keyId":"key-id","privateKey":"private-key","principal":"principal","expiration":10},"mscrm":{"url":"https://example.com"},"newrelic":{},"office365":{},"rms":{"url":"https://example.com"},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"samlp":{"mappings":{"email":"http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress","name":"http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name"},"audience":"https://tableau-server-test.domain.eu.com/audience-different","recipient":"https://tableau-server-test.domain.eu.com/recipient-different","create_upn_claim":false,"map_unknown_claims_as_is":false,"passthrough_claims_with_no_mapping":false,"map_identities":false,"signature_algorithm":"rsa-sha1","digest_algorithm":"sha256","issuer":"https://tableau-server-test.domain.eu.com/api/v1","destination":"https://tableau-server-test.domain.eu.com/destination","lifetime_in_seconds":3600,"name_identifier_format":"urn:oasis:names:tc:SAML:2.0:attrname-format:basic","name_identifier_probes":["http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress"],"typed_attributes":false,"include_attribute_name_format":true,"signing_cert":"-----BEGIN PUBLIC KEY-----\nMIGf...bpP/t3\n+JGNGIRMj1hF1rnb6QIDAQAB\n-----END PUBLIC KEY-----\n","logout":{"callback":"https://example.com/callback","slo_enabled":true}},"sap_api":{},"sharepoint":{},"sentry":{},"slack":{"team":"acmeorg"},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 202.535167ms
- - id: 86
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 5
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: |
- null
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: GET
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: -1
- uncompressed: true
- body: '{"name":"Acceptance Test - SSO Integration - TestAccClientAddons","client_id":"nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr","client_secret":"[REDACTED]","app_type":"sso_integration","is_first_party":true,"is_token_endpoint_ip_header_trusted":false,"oidc_conformant":false,"jwt_configuration":{"secret_encoded":false,"lifetime_in_seconds":36000},"signing_keys":[{"cert":"[REDACTED]"}],"sso_disabled":false,"grant_types":["authorization_code","implicit","refresh_token","client_credentials"],"custom_login_page_on":true,"addons":{"aws":{},"azure_blob":{},"azure_sb":{},"echosign":{},"egnyte":{},"firebase":{},"layer":{"providerId":"provider-id","keyId":"key-id","privateKey":"private-key","principal":"principal","expiration":10},"mscrm":{"url":"https://example.com"},"newrelic":{},"office365":{},"rms":{"url":"https://example.com"},"salesforce":{},"salesforce_api":{},"salesforce_sandbox_api":{},"samlp":{"mappings":{"email":"http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress","name":"http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name"},"audience":"https://tableau-server-test.domain.eu.com/audience-different","recipient":"https://tableau-server-test.domain.eu.com/recipient-different","create_upn_claim":false,"map_unknown_claims_as_is":false,"passthrough_claims_with_no_mapping":false,"map_identities":false,"signature_algorithm":"rsa-sha1","digest_algorithm":"sha256","issuer":"https://tableau-server-test.domain.eu.com/api/v1","destination":"https://tableau-server-test.domain.eu.com/destination","lifetime_in_seconds":3600,"name_identifier_format":"urn:oasis:names:tc:SAML:2.0:attrname-format:basic","name_identifier_probes":["http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress"],"typed_attributes":false,"include_attribute_name_format":true,"signing_cert":"-----BEGIN PUBLIC KEY-----\nMIGf...bpP/t3\n+JGNGIRMj1hF1rnb6QIDAQAB\n-----END PUBLIC KEY-----\n","logout":{"callback":"https://example.com/callback","slo_enabled":true}},"sap_api":{},"sharepoint":{},"sentry":{},"slack":{"team":"acmeorg"},"springcm":{},"sso_integration":{},"wams":{},"zendesk":{},"zoom":{}},"refresh_token":{"rotation_type":"non-rotating","expiration_type":"non-expiring","leeway":0,"token_lifetime":2592000,"infinite_token_lifetime":true,"infinite_idle_token_lifetime":true,"idle_token_lifetime":1296000}}'
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 200 OK
- code: 200
- duration: 133.489167ms
- - id: 87
- request:
- proto: HTTP/1.1
- proto_major: 1
- proto_minor: 1
- content_length: 0
- transfer_encoding: []
- trailer: {}
- host: terraform-provider-auth0-dev.eu.auth0.com
- remote_addr: ""
- request_uri: ""
- body: ""
- form: {}
- headers:
- Content-Type:
- - application/json
- User-Agent:
- - Go-Auth0/1.0.0-beta.0
- url: https://terraform-provider-auth0-dev.eu.auth0.com/api/v2/clients/nMm83K6wCCUK4YGTdTkhAqXesv3KXjKr
- method: DELETE
- response:
- proto: HTTP/2.0
- proto_major: 2
- proto_minor: 0
- transfer_encoding: []
- trailer: {}
- content_length: 0
- uncompressed: false
- body: ""
- headers:
- Content-Type:
- - application/json; charset=utf-8
- status: 204 No Content
- code: 204
- duration: 286.1965ms