diff --git a/package-lock.json b/package-lock.json index ae7dfb943..f31171f05 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "ajv": "^6.12.6", - "auth0": "^4.35.0", + "auth0": "^4.36.0", "dot-prop": "^5.3.0", "fs-extra": "^10.1.0", "js-yaml": "^4.1.0", @@ -1369,9 +1369,9 @@ } }, "node_modules/auth0": { - "version": "4.35.0", - "resolved": "https://registry.npmjs.org/auth0/-/auth0-4.35.0.tgz", - "integrity": "sha512-sERgoXej8bj42quqyPh1IAGYUzoDEaILJW6ALJ+1ANUsAMotAxKsdeG6XVTj03b9nn6Pest1DgfM7T9pcYTQjQ==", + "version": "4.36.0", + "resolved": "https://registry.npmjs.org/auth0/-/auth0-4.36.0.tgz", + "integrity": "sha512-n/eqshTNXY9HY+KaHbxLNHr5iOqg4PztMczNQXOIrHcyUsi6zB6uQphP25tbKiy7+A1pwgX/ZkAOnTzFUoBroA==", "license": "MIT", "dependencies": { "jose": "^4.13.2", @@ -8003,9 +8003,9 @@ "dev": true }, "auth0": { - "version": "4.35.0", - "resolved": "https://registry.npmjs.org/auth0/-/auth0-4.35.0.tgz", - "integrity": "sha512-sERgoXej8bj42quqyPh1IAGYUzoDEaILJW6ALJ+1ANUsAMotAxKsdeG6XVTj03b9nn6Pest1DgfM7T9pcYTQjQ==", + "version": "4.36.0", + "resolved": "https://registry.npmjs.org/auth0/-/auth0-4.36.0.tgz", + "integrity": "sha512-n/eqshTNXY9HY+KaHbxLNHr5iOqg4PztMczNQXOIrHcyUsi6zB6uQphP25tbKiy7+A1pwgX/ZkAOnTzFUoBroA==", "requires": { "jose": "^4.13.2", "undici-types": "^6.15.0", diff --git a/package.json b/package.json index 8e9aa8869..4d4204f22 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "homepage": "https://github.com/auth0/auth0-deploy-cli#readme", "dependencies": { "ajv": "^6.12.6", - "auth0": "^4.35.0", + "auth0": "^4.36.0", "dot-prop": "^5.3.0", "fs-extra": "^10.1.0", "js-yaml": "^4.1.0", diff --git a/src/tools/auth0/handlers/customDomains.ts b/src/tools/auth0/handlers/customDomains.ts index bb6d185ef..fab581db2 100644 --- a/src/tools/auth0/handlers/customDomains.ts +++ b/src/tools/auth0/handlers/customDomains.ts @@ -2,6 +2,7 @@ import { CustomDomain } from 'auth0'; import DefaultAPIHandler, { order } from './default'; import { Asset, Assets } from '../../../types'; import log from '../../../logger'; +import { paginate } from '../client'; export const schema = { type: 'array', @@ -86,9 +87,11 @@ export default class CustomDomainsHadnler extends DefaultAPIHandler { return this.existing; } - const { data: customDomains } = await this.client.customDomains.getAll(); + const customDomains = await paginate(this.client.customDomains.getAll, { + checkpoint: true, + }); - this.existing = customDomains as CustomDomain[]; + this.existing = customDomains; return customDomains; } catch (err) { diff --git a/test/e2e/recordings/should-deploy-while-deleting-resources-if-AUTH0_ALLOW_DELETE-is-true.json b/test/e2e/recordings/should-deploy-while-deleting-resources-if-AUTH0_ALLOW_DELETE-is-true.json index 73294dd52..f852e707e 100644 --- a/test/e2e/recordings/should-deploy-while-deleting-resources-if-AUTH0_ALLOW_DELETE-is-true.json +++ b/test/e2e/recordings/should-deploy-while-deleting-resources-if-AUTH0_ALLOW_DELETE-is-true.json @@ -1289,7 +1289,7 @@ "subject": "deprecated" } ], - "client_id": "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", + "client_id": "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -1345,7 +1345,7 @@ "subject": "deprecated" } ], - "client_id": "BDFEllTLwgxz8o8yTHlcoe9pJOz8Bcn7", + "client_id": "eZwzdXan9x27088CTPhLeCSqJK5Qsb5w", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -1368,12 +1368,21 @@ "async_approval_notification_channels": [ "guardian-push" ], - "name": "Quickstarts API (Test Application)", - "client_metadata": { - "foo": "bar" - }, + "name": "Node App", + "allowed_clients": [], + "allowed_logout_urls": [], + "callbacks": [], + "client_metadata": {}, "cross_origin_auth": false, "is_first_party": true, + "native_social_login": { + "apple": { + "enabled": false + }, + "facebook": { + "enabled": false + } + }, "oidc_conformant": true, "refresh_token": { "expiration_type": "non-expiring", @@ -1393,7 +1402,8 @@ "subject": "deprecated" } ], - "client_id": "1HFS6S8ca5Ba9yy8mvB4NPe3eXmL7frl", + "allowed_origins": [], + "client_id": "SrN1EUDvsQo826qtaOqWlxMRN5y08alc", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -1401,11 +1411,16 @@ "lifetime_in_seconds": 36000, "secret_encoded": false }, + "client_aliases": [], "token_endpoint_auth_method": "client_secret_post", - "app_type": "non_interactive", + "app_type": "regular_web", "grant_types": [ + "authorization_code", + "implicit", + "refresh_token", "client_credentials" ], + "web_origins": [], "custom_login_page_on": true }, { @@ -1415,21 +1430,12 @@ "async_approval_notification_channels": [ "guardian-push" ], - "name": "Node App", - "allowed_clients": [], - "allowed_logout_urls": [], - "callbacks": [], - "client_metadata": {}, + "name": "Quickstarts API (Test Application)", + "client_metadata": { + "foo": "bar" + }, "cross_origin_auth": false, "is_first_party": true, - "native_social_login": { - "apple": { - "enabled": false - }, - "facebook": { - "enabled": false - } - }, "oidc_conformant": true, "refresh_token": { "expiration_type": "non-expiring", @@ -1449,8 +1455,7 @@ "subject": "deprecated" } ], - "allowed_origins": [], - "client_id": "Q187Vh6vNNvq4TuP6cOo2gwpsXiu8byT", + "client_id": "KBmsLova1QU1cLpNZ5Wst9NexolH66zz", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -1458,16 +1463,11 @@ "lifetime_in_seconds": 36000, "secret_encoded": false }, - "client_aliases": [], "token_endpoint_auth_method": "client_secret_post", - "app_type": "regular_web", + "app_type": "non_interactive", "grant_types": [ - "authorization_code", - "implicit", - "refresh_token", "client_credentials" ], - "web_origins": [], "custom_login_page_on": true }, { @@ -1499,7 +1499,7 @@ "subject": "deprecated" } ], - "client_id": "ytUXRy51AJLHZH8ZDe4H6CEFr6g4RLEE", + "client_id": "GjnPFoLI9mBsl7zVfF1YcuicqzXFGsfP", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -1555,7 +1555,7 @@ "subject": "deprecated" } ], - "client_id": "gYgGddF8oodts1L3ird56dY4xXIxHvPg", + "client_id": "U2g2JvrBBxa1NUWu7Ycb4dbi7rSClbFw", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -1618,7 +1618,7 @@ "subject": "deprecated" } ], - "client_id": "4Km9rq36DFNHX5E2afxyqSsOBdq6K5YN", + "client_id": "jm6MlJhDC7xIgKBYePEAsFjMtlJ1ScDE", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -1679,7 +1679,7 @@ "subject": "deprecated" } ], - "client_id": "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3", + "client_id": "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -1703,7 +1703,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "DELETE", - "path": "/api/v2/clients/IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", + "path": "/api/v2/clients/p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg", "body": "", "status": 204, "response": "", @@ -1713,7 +1713,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "PATCH", - "path": "/api/v2/clients/BDFEllTLwgxz8o8yTHlcoe9pJOz8Bcn7", + "path": "/api/v2/clients/eZwzdXan9x27088CTPhLeCSqJK5Qsb5w", "body": { "name": "API Explorer Application", "allowed_clients": [], @@ -1794,7 +1794,7 @@ "subject": "/CN=auth0-deploy-cli-e2e.us.auth0.com" } ], - "client_id": "BDFEllTLwgxz8o8yTHlcoe9pJOz8Bcn7", + "client_id": "eZwzdXan9x27088CTPhLeCSqJK5Qsb5w", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -1816,16 +1816,22 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "PATCH", - "path": "/api/v2/clients/1HFS6S8ca5Ba9yy8mvB4NPe3eXmL7frl", + "path": "/api/v2/clients/SrN1EUDvsQo826qtaOqWlxMRN5y08alc", "body": { - "name": "Quickstarts API (Test Application)", - "app_type": "non_interactive", - "client_metadata": { - "foo": "bar" - }, + "name": "Node App", + "allowed_clients": [], + "allowed_logout_urls": [], + "allowed_origins": [], + "app_type": "regular_web", + "callbacks": [], + "client_aliases": [], + "client_metadata": {}, "cross_origin_auth": false, "custom_login_page_on": true, "grant_types": [ + "authorization_code", + "implicit", + "refresh_token", "client_credentials" ], "is_first_party": true, @@ -1834,6 +1840,14 @@ "alg": "RS256", "lifetime_in_seconds": 36000 }, + "native_social_login": { + "apple": { + "enabled": false + }, + "facebook": { + "enabled": false + } + }, "oidc_conformant": true, "refresh_token": { "expiration_type": "non-expiring", @@ -1845,7 +1859,8 @@ "rotation_type": "non-rotating" }, "sso_disabled": false, - "token_endpoint_auth_method": "client_secret_post" + "token_endpoint_auth_method": "client_secret_post", + "web_origins": [] }, "status": 200, "response": { @@ -1855,12 +1870,21 @@ "async_approval_notification_channels": [ "guardian-push" ], - "name": "Quickstarts API (Test Application)", - "client_metadata": { - "foo": "bar" - }, + "name": "Node App", + "allowed_clients": [], + "allowed_logout_urls": [], + "callbacks": [], + "client_metadata": {}, "cross_origin_auth": false, "is_first_party": true, + "native_social_login": { + "apple": { + "enabled": false + }, + "facebook": { + "enabled": false + } + }, "oidc_conformant": true, "refresh_token": { "expiration_type": "non-expiring", @@ -1880,7 +1904,8 @@ "subject": "/CN=auth0-deploy-cli-e2e.us.auth0.com" } ], - "client_id": "1HFS6S8ca5Ba9yy8mvB4NPe3eXmL7frl", + "allowed_origins": [], + "client_id": "SrN1EUDvsQo826qtaOqWlxMRN5y08alc", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -1888,11 +1913,16 @@ "lifetime_in_seconds": 36000, "secret_encoded": false }, + "client_aliases": [], "token_endpoint_auth_method": "client_secret_post", - "app_type": "non_interactive", + "app_type": "regular_web", "grant_types": [ + "authorization_code", + "implicit", + "refresh_token", "client_credentials" ], + "web_origins": [], "custom_login_page_on": true }, "rawHeaders": [], @@ -1901,22 +1931,16 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "PATCH", - "path": "/api/v2/clients/Q187Vh6vNNvq4TuP6cOo2gwpsXiu8byT", + "path": "/api/v2/clients/KBmsLova1QU1cLpNZ5Wst9NexolH66zz", "body": { - "name": "Node App", - "allowed_clients": [], - "allowed_logout_urls": [], - "allowed_origins": [], - "app_type": "regular_web", - "callbacks": [], - "client_aliases": [], - "client_metadata": {}, + "name": "Quickstarts API (Test Application)", + "app_type": "non_interactive", + "client_metadata": { + "foo": "bar" + }, "cross_origin_auth": false, "custom_login_page_on": true, "grant_types": [ - "authorization_code", - "implicit", - "refresh_token", "client_credentials" ], "is_first_party": true, @@ -1925,14 +1949,6 @@ "alg": "RS256", "lifetime_in_seconds": 36000 }, - "native_social_login": { - "apple": { - "enabled": false - }, - "facebook": { - "enabled": false - } - }, "oidc_conformant": true, "refresh_token": { "expiration_type": "non-expiring", @@ -1944,8 +1960,7 @@ "rotation_type": "non-rotating" }, "sso_disabled": false, - "token_endpoint_auth_method": "client_secret_post", - "web_origins": [] + "token_endpoint_auth_method": "client_secret_post" }, "status": 200, "response": { @@ -1955,21 +1970,12 @@ "async_approval_notification_channels": [ "guardian-push" ], - "name": "Node App", - "allowed_clients": [], - "allowed_logout_urls": [], - "callbacks": [], - "client_metadata": {}, + "name": "Quickstarts API (Test Application)", + "client_metadata": { + "foo": "bar" + }, "cross_origin_auth": false, "is_first_party": true, - "native_social_login": { - "apple": { - "enabled": false - }, - "facebook": { - "enabled": false - } - }, "oidc_conformant": true, "refresh_token": { "expiration_type": "non-expiring", @@ -1989,8 +1995,7 @@ "subject": "/CN=auth0-deploy-cli-e2e.us.auth0.com" } ], - "allowed_origins": [], - "client_id": "Q187Vh6vNNvq4TuP6cOo2gwpsXiu8byT", + "client_id": "KBmsLova1QU1cLpNZ5Wst9NexolH66zz", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -1998,16 +2003,11 @@ "lifetime_in_seconds": 36000, "secret_encoded": false }, - "client_aliases": [], "token_endpoint_auth_method": "client_secret_post", - "app_type": "regular_web", + "app_type": "non_interactive", "grant_types": [ - "authorization_code", - "implicit", - "refresh_token", "client_credentials" ], - "web_origins": [], "custom_login_page_on": true }, "rawHeaders": [], @@ -2016,7 +2016,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "PATCH", - "path": "/api/v2/clients/ytUXRy51AJLHZH8ZDe4H6CEFr6g4RLEE", + "path": "/api/v2/clients/GjnPFoLI9mBsl7zVfF1YcuicqzXFGsfP", "body": { "name": "Terraform Provider", "app_type": "non_interactive", @@ -2074,7 +2074,7 @@ "subject": "/CN=auth0-deploy-cli-e2e.us.auth0.com" } ], - "client_id": "ytUXRy51AJLHZH8ZDe4H6CEFr6g4RLEE", + "client_id": "GjnPFoLI9mBsl7zVfF1YcuicqzXFGsfP", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -2095,7 +2095,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "PATCH", - "path": "/api/v2/clients/gYgGddF8oodts1L3ird56dY4xXIxHvPg", + "path": "/api/v2/clients/U2g2JvrBBxa1NUWu7Ycb4dbi7rSClbFw", "body": { "name": "The Default App", "allowed_clients": [], @@ -2180,7 +2180,7 @@ "subject": "/CN=auth0-deploy-cli-e2e.us.auth0.com" } ], - "client_id": "gYgGddF8oodts1L3ird56dY4xXIxHvPg", + "client_id": "U2g2JvrBBxa1NUWu7Ycb4dbi7rSClbFw", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -2204,7 +2204,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "PATCH", - "path": "/api/v2/clients/4Km9rq36DFNHX5E2afxyqSsOBdq6K5YN", + "path": "/api/v2/clients/jm6MlJhDC7xIgKBYePEAsFjMtlJ1ScDE", "body": { "name": "Test SPA", "allowed_clients": [], @@ -2300,7 +2300,7 @@ "subject": "/CN=auth0-deploy-cli-e2e.us.auth0.com" } ], - "client_id": "4Km9rq36DFNHX5E2afxyqSsOBdq6K5YN", + "client_id": "jm6MlJhDC7xIgKBYePEAsFjMtlJ1ScDE", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -2327,7 +2327,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "PATCH", - "path": "/api/v2/clients/u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3", + "path": "/api/v2/clients/grQveAtB9mtIO6h9E1dujGHwHDBjVsiI", "body": { "name": "auth0-deploy-cli-extension", "allowed_clients": [], @@ -2408,7 +2408,7 @@ "subject": "/CN=auth0-deploy-cli-e2e.us.auth0.com" } ], - "client_id": "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3", + "client_id": "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -2444,7 +2444,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "PUT", - "path": "/api/v2/guardian/factors/duo", + "path": "/api/v2/guardian/factors/email", "body": { "enabled": false }, @@ -2458,7 +2458,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "PUT", - "path": "/api/v2/guardian/factors/email", + "path": "/api/v2/guardian/factors/duo", "body": { "enabled": false }, @@ -2486,7 +2486,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "PUT", - "path": "/api/v2/guardian/factors/sms", + "path": "/api/v2/guardian/factors/webauthn-roaming", "body": { "enabled": false }, @@ -2500,7 +2500,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "PUT", - "path": "/api/v2/guardian/factors/webauthn-roaming", + "path": "/api/v2/guardian/factors/sms", "body": { "enabled": false }, @@ -2606,7 +2606,7 @@ "response": { "actions": [ { - "id": "92cbd3a9-7175-4ae7-a2b5-2b4d7064298d", + "id": "0ba50458-8f40-4350-a690-484c530cb5c5", "name": "My Custom Action", "supported_triggers": [ { @@ -2614,34 +2614,34 @@ "version": "v2" } ], - "created_at": "2025-10-31T06:04:25.342744187Z", - "updated_at": "2025-10-31T06:04:25.358405387Z", + "created_at": "2025-10-31T14:57:22.321709927Z", + "updated_at": "2025-10-31T14:57:22.333454578Z", "code": "/**\n * Handler that will be called during the execution of a PostLogin flow.\n *\n * @param {Event} event - Details about the user and the context in which they are logging in.\n * @param {PostLoginAPI} api - Interface whose methods can be used to change the behavior of the login.\n */\nexports.onExecutePostLogin = async (event, api) => {\n console.log('Some custom action!');\n};\n\n/**\n * Handler that will be invoked when this action is resuming after an external redirect. If your\n * onExecutePostLogin function does not perform a redirect, this function can be safely ignored.\n *\n * @param {Event} event - Details about the user and the context in which they are logging in.\n * @param {PostLoginAPI} api - Interface whose methods can be used to change the behavior of the login.\n */\n// exports.onContinuePostLogin = async (event, api) => {\n// };\n", "dependencies": [], "runtime": "node18", "status": "built", "secrets": [], "current_version": { - "id": "3a8ba256-e396-4c31-ad0a-b9a43cfca053", + "id": "bd05521b-4f4a-4022-8be8-6f77382a55a8", "code": "/**\n * Handler that will be called during the execution of a PostLogin flow.\n *\n * @param {Event} event - Details about the user and the context in which they are logging in.\n * @param {PostLoginAPI} api - Interface whose methods can be used to change the behavior of the login.\n */\nexports.onExecutePostLogin = async (event, api) => {\n console.log('Some custom action!');\n};\n\n/**\n * Handler that will be invoked when this action is resuming after an external redirect. If your\n * onExecutePostLogin function does not perform a redirect, this function can be safely ignored.\n *\n * @param {Event} event - Details about the user and the context in which they are logging in.\n * @param {PostLoginAPI} api - Interface whose methods can be used to change the behavior of the login.\n */\n// exports.onContinuePostLogin = async (event, api) => {\n// };\n", "runtime": "node18", "status": "BUILT", "number": 1, - "build_time": "2025-10-31T06:04:26.281579267Z", - "created_at": "2025-10-31T06:04:26.208577625Z", - "updated_at": "2025-10-31T06:04:26.282067902Z" + "build_time": "2025-10-31T14:57:23.139420848Z", + "created_at": "2025-10-31T14:57:23.082767653Z", + "updated_at": "2025-10-31T14:57:23.139739622Z" }, "deployed_version": { "code": "/**\n * Handler that will be called during the execution of a PostLogin flow.\n *\n * @param {Event} event - Details about the user and the context in which they are logging in.\n * @param {PostLoginAPI} api - Interface whose methods can be used to change the behavior of the login.\n */\nexports.onExecutePostLogin = async (event, api) => {\n console.log('Some custom action!');\n};\n\n/**\n * Handler that will be invoked when this action is resuming after an external redirect. If your\n * onExecutePostLogin function does not perform a redirect, this function can be safely ignored.\n *\n * @param {Event} event - Details about the user and the context in which they are logging in.\n * @param {PostLoginAPI} api - Interface whose methods can be used to change the behavior of the login.\n */\n// exports.onContinuePostLogin = async (event, api) => {\n// };\n", "dependencies": [], - "id": "3a8ba256-e396-4c31-ad0a-b9a43cfca053", + "id": "bd05521b-4f4a-4022-8be8-6f77382a55a8", "deployed": true, "number": 1, - "built_at": "2025-10-31T06:04:26.281579267Z", + "built_at": "2025-10-31T14:57:23.139420848Z", "secrets": [], "status": "built", - "created_at": "2025-10-31T06:04:26.208577625Z", - "updated_at": "2025-10-31T06:04:26.282067902Z", + "created_at": "2025-10-31T14:57:23.082767653Z", + "updated_at": "2025-10-31T14:57:23.139739622Z", "runtime": "node18", "supported_triggers": [ { @@ -2662,7 +2662,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "PATCH", - "path": "/api/v2/actions/actions/92cbd3a9-7175-4ae7-a2b5-2b4d7064298d", + "path": "/api/v2/actions/actions/0ba50458-8f40-4350-a690-484c530cb5c5", "body": { "name": "My Custom Action", "code": "/**\n * Handler that will be called during the execution of a PostLogin flow.\n *\n * @param {Event} event - Details about the user and the context in which they are logging in.\n * @param {PostLoginAPI} api - Interface whose methods can be used to change the behavior of the login.\n */\nexports.onExecutePostLogin = async (event, api) => {\n console.log('Some custom action!');\n};\n\n/**\n * Handler that will be invoked when this action is resuming after an external redirect. If your\n * onExecutePostLogin function does not perform a redirect, this function can be safely ignored.\n *\n * @param {Event} event - Details about the user and the context in which they are logging in.\n * @param {PostLoginAPI} api - Interface whose methods can be used to change the behavior of the login.\n */\n// exports.onContinuePostLogin = async (event, api) => {\n// };\n", @@ -2678,7 +2678,7 @@ }, "status": 200, "response": { - "id": "92cbd3a9-7175-4ae7-a2b5-2b4d7064298d", + "id": "0ba50458-8f40-4350-a690-484c530cb5c5", "name": "My Custom Action", "supported_triggers": [ { @@ -2686,34 +2686,34 @@ "version": "v2" } ], - "created_at": "2025-10-31T06:04:25.342744187Z", - "updated_at": "2025-10-31T06:06:14.489295497Z", + "created_at": "2025-10-31T14:57:22.321709927Z", + "updated_at": "2025-10-31T14:59:07.483963816Z", "code": "/**\n * Handler that will be called during the execution of a PostLogin flow.\n *\n * @param {Event} event - Details about the user and the context in which they are logging in.\n * @param {PostLoginAPI} api - Interface whose methods can be used to change the behavior of the login.\n */\nexports.onExecutePostLogin = async (event, api) => {\n console.log('Some custom action!');\n};\n\n/**\n * Handler that will be invoked when this action is resuming after an external redirect. If your\n * onExecutePostLogin function does not perform a redirect, this function can be safely ignored.\n *\n * @param {Event} event - Details about the user and the context in which they are logging in.\n * @param {PostLoginAPI} api - Interface whose methods can be used to change the behavior of the login.\n */\n// exports.onContinuePostLogin = async (event, api) => {\n// };\n", "dependencies": [], "runtime": "node18", "status": "pending", "secrets": [], "current_version": { - "id": "3a8ba256-e396-4c31-ad0a-b9a43cfca053", + "id": "bd05521b-4f4a-4022-8be8-6f77382a55a8", "code": "/**\n * Handler that will be called during the execution of a PostLogin flow.\n *\n * @param {Event} event - Details about the user and the context in which they are logging in.\n * @param {PostLoginAPI} api - Interface whose methods can be used to change the behavior of the login.\n */\nexports.onExecutePostLogin = async (event, api) => {\n console.log('Some custom action!');\n};\n\n/**\n * Handler that will be invoked when this action is resuming after an external redirect. If your\n * onExecutePostLogin function does not perform a redirect, this function can be safely ignored.\n *\n * @param {Event} event - Details about the user and the context in which they are logging in.\n * @param {PostLoginAPI} api - Interface whose methods can be used to change the behavior of the login.\n */\n// exports.onContinuePostLogin = async (event, api) => {\n// };\n", "runtime": "node18", "status": "BUILT", "number": 1, - "build_time": "2025-10-31T06:04:26.281579267Z", - "created_at": "2025-10-31T06:04:26.208577625Z", - "updated_at": "2025-10-31T06:04:26.282067902Z" + "build_time": "2025-10-31T14:57:23.139420848Z", + "created_at": "2025-10-31T14:57:23.082767653Z", + "updated_at": "2025-10-31T14:57:23.139739622Z" }, "deployed_version": { "code": "/**\n * Handler that will be called during the execution of a PostLogin flow.\n *\n * @param {Event} event - Details about the user and the context in which they are logging in.\n * @param {PostLoginAPI} api - Interface whose methods can be used to change the behavior of the login.\n */\nexports.onExecutePostLogin = async (event, api) => {\n console.log('Some custom action!');\n};\n\n/**\n * Handler that will be invoked when this action is resuming after an external redirect. If your\n * onExecutePostLogin function does not perform a redirect, this function can be safely ignored.\n *\n * @param {Event} event - Details about the user and the context in which they are logging in.\n * @param {PostLoginAPI} api - Interface whose methods can be used to change the behavior of the login.\n */\n// exports.onContinuePostLogin = async (event, api) => {\n// };\n", "dependencies": [], - "id": "3a8ba256-e396-4c31-ad0a-b9a43cfca053", + "id": "bd05521b-4f4a-4022-8be8-6f77382a55a8", "deployed": true, "number": 1, - "built_at": "2025-10-31T06:04:26.281579267Z", + "built_at": "2025-10-31T14:57:23.139420848Z", "secrets": [], "status": "built", - "created_at": "2025-10-31T06:04:26.208577625Z", - "updated_at": "2025-10-31T06:04:26.282067902Z", + "created_at": "2025-10-31T14:57:23.082767653Z", + "updated_at": "2025-10-31T14:57:23.139739622Z", "runtime": "node18", "supported_triggers": [ { @@ -2736,7 +2736,7 @@ "response": { "actions": [ { - "id": "92cbd3a9-7175-4ae7-a2b5-2b4d7064298d", + "id": "0ba50458-8f40-4350-a690-484c530cb5c5", "name": "My Custom Action", "supported_triggers": [ { @@ -2744,34 +2744,34 @@ "version": "v2" } ], - "created_at": "2025-10-31T06:04:25.342744187Z", - "updated_at": "2025-10-31T06:06:14.489295497Z", + "created_at": "2025-10-31T14:57:22.321709927Z", + "updated_at": "2025-10-31T14:59:07.483963816Z", "code": "/**\n * Handler that will be called during the execution of a PostLogin flow.\n *\n * @param {Event} event - Details about the user and the context in which they are logging in.\n * @param {PostLoginAPI} api - Interface whose methods can be used to change the behavior of the login.\n */\nexports.onExecutePostLogin = async (event, api) => {\n console.log('Some custom action!');\n};\n\n/**\n * Handler that will be invoked when this action is resuming after an external redirect. If your\n * onExecutePostLogin function does not perform a redirect, this function can be safely ignored.\n *\n * @param {Event} event - Details about the user and the context in which they are logging in.\n * @param {PostLoginAPI} api - Interface whose methods can be used to change the behavior of the login.\n */\n// exports.onContinuePostLogin = async (event, api) => {\n// };\n", "dependencies": [], "runtime": "node18", "status": "built", "secrets": [], "current_version": { - "id": "3a8ba256-e396-4c31-ad0a-b9a43cfca053", + "id": "bd05521b-4f4a-4022-8be8-6f77382a55a8", "code": "/**\n * Handler that will be called during the execution of a PostLogin flow.\n *\n * @param {Event} event - Details about the user and the context in which they are logging in.\n * @param {PostLoginAPI} api - Interface whose methods can be used to change the behavior of the login.\n */\nexports.onExecutePostLogin = async (event, api) => {\n console.log('Some custom action!');\n};\n\n/**\n * Handler that will be invoked when this action is resuming after an external redirect. If your\n * onExecutePostLogin function does not perform a redirect, this function can be safely ignored.\n *\n * @param {Event} event - Details about the user and the context in which they are logging in.\n * @param {PostLoginAPI} api - Interface whose methods can be used to change the behavior of the login.\n */\n// exports.onContinuePostLogin = async (event, api) => {\n// };\n", "runtime": "node18", "status": "BUILT", "number": 1, - "build_time": "2025-10-31T06:04:26.281579267Z", - "created_at": "2025-10-31T06:04:26.208577625Z", - "updated_at": "2025-10-31T06:04:26.282067902Z" + "build_time": "2025-10-31T14:57:23.139420848Z", + "created_at": "2025-10-31T14:57:23.082767653Z", + "updated_at": "2025-10-31T14:57:23.139739622Z" }, "deployed_version": { "code": "/**\n * Handler that will be called during the execution of a PostLogin flow.\n *\n * @param {Event} event - Details about the user and the context in which they are logging in.\n * @param {PostLoginAPI} api - Interface whose methods can be used to change the behavior of the login.\n */\nexports.onExecutePostLogin = async (event, api) => {\n console.log('Some custom action!');\n};\n\n/**\n * Handler that will be invoked when this action is resuming after an external redirect. If your\n * onExecutePostLogin function does not perform a redirect, this function can be safely ignored.\n *\n * @param {Event} event - Details about the user and the context in which they are logging in.\n * @param {PostLoginAPI} api - Interface whose methods can be used to change the behavior of the login.\n */\n// exports.onContinuePostLogin = async (event, api) => {\n// };\n", "dependencies": [], - "id": "3a8ba256-e396-4c31-ad0a-b9a43cfca053", + "id": "bd05521b-4f4a-4022-8be8-6f77382a55a8", "deployed": true, "number": 1, - "built_at": "2025-10-31T06:04:26.281579267Z", + "built_at": "2025-10-31T14:57:23.139420848Z", "secrets": [], "status": "built", - "created_at": "2025-10-31T06:04:26.208577625Z", - "updated_at": "2025-10-31T06:04:26.282067902Z", + "created_at": "2025-10-31T14:57:23.082767653Z", + "updated_at": "2025-10-31T14:57:23.139739622Z", "runtime": "node18", "supported_triggers": [ { @@ -2792,19 +2792,19 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "POST", - "path": "/api/v2/actions/actions/92cbd3a9-7175-4ae7-a2b5-2b4d7064298d/deploy", + "path": "/api/v2/actions/actions/0ba50458-8f40-4350-a690-484c530cb5c5/deploy", "body": "", "status": 200, "response": { "code": "/**\n * Handler that will be called during the execution of a PostLogin flow.\n *\n * @param {Event} event - Details about the user and the context in which they are logging in.\n * @param {PostLoginAPI} api - Interface whose methods can be used to change the behavior of the login.\n */\nexports.onExecutePostLogin = async (event, api) => {\n console.log('Some custom action!');\n};\n\n/**\n * Handler that will be invoked when this action is resuming after an external redirect. If your\n * onExecutePostLogin function does not perform a redirect, this function can be safely ignored.\n *\n * @param {Event} event - Details about the user and the context in which they are logging in.\n * @param {PostLoginAPI} api - Interface whose methods can be used to change the behavior of the login.\n */\n// exports.onContinuePostLogin = async (event, api) => {\n// };\n", "dependencies": [], - "id": "570360e0-f625-4ce6-ac6d-5443e4e7b900", + "id": "da63abed-397d-4157-bc09-05e87df4847e", "deployed": false, "number": 2, "secrets": [], "status": "built", - "created_at": "2025-10-31T06:06:15.229948474Z", - "updated_at": "2025-10-31T06:06:15.229948474Z", + "created_at": "2025-10-31T14:59:08.333737462Z", + "updated_at": "2025-10-31T14:59:08.333737462Z", "runtime": "node18", "supported_triggers": [ { @@ -2813,7 +2813,7 @@ } ], "action": { - "id": "92cbd3a9-7175-4ae7-a2b5-2b4d7064298d", + "id": "0ba50458-8f40-4350-a690-484c530cb5c5", "name": "My Custom Action", "supported_triggers": [ { @@ -2821,14 +2821,42 @@ "version": "v2" } ], - "created_at": "2025-10-31T06:04:25.342744187Z", - "updated_at": "2025-10-31T06:06:14.483796101Z", + "created_at": "2025-10-31T14:57:22.321709927Z", + "updated_at": "2025-10-31T14:59:07.473633519Z", "all_changes_deployed": false } }, "rawHeaders": [], "responseIsBinary": false }, + { + "scope": "https://deploy-cli-dev.eu.auth0.com:443", + "method": "PATCH", + "path": "/api/v2/attack-protection/brute-force-protection", + "body": { + "enabled": true, + "shields": [ + "block", + "user_notification" + ], + "mode": "count_per_identifier_and_ip", + "allowlist": [], + "max_attempts": 66 + }, + "status": 200, + "response": { + "enabled": true, + "shields": [ + "block", + "user_notification" + ], + "mode": "count_per_identifier_and_ip", + "allowlist": [], + "max_attempts": 66 + }, + "rawHeaders": [], + "responseIsBinary": false + }, { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "PATCH", @@ -2903,34 +2931,6 @@ "rawHeaders": [], "responseIsBinary": false }, - { - "scope": "https://deploy-cli-dev.eu.auth0.com:443", - "method": "PATCH", - "path": "/api/v2/attack-protection/brute-force-protection", - "body": { - "enabled": true, - "shields": [ - "block", - "user_notification" - ], - "mode": "count_per_identifier_and_ip", - "allowlist": [], - "max_attempts": 66 - }, - "status": 200, - "response": { - "enabled": true, - "shields": [ - "block", - "user_notification" - ], - "mode": "count_per_identifier_and_ip", - "allowlist": [], - "max_attempts": 66 - }, - "rawHeaders": [], - "responseIsBinary": false - }, { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", @@ -2958,7 +2958,7 @@ } }, "created_at": "2025-09-09T04:41:43.671Z", - "updated_at": "2025-10-31T06:04:27.516Z", + "updated_at": "2025-10-31T14:57:24.230Z", "id": "acl_wpZ6oScRU5L6QKAxMUMHmx" } ] @@ -3003,7 +3003,7 @@ } }, "created_at": "2025-09-09T04:41:43.671Z", - "updated_at": "2025-10-31T06:06:16.461Z", + "updated_at": "2025-10-31T14:59:09.594Z", "id": "acl_wpZ6oScRU5L6QKAxMUMHmx" }, "rawHeaders": [], @@ -3122,9 +3122,9 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "PATCH", - "path": "/api/v2/user-attribute-profiles/uap_1csDj3sAVu6n5eTzLw6XZg", + "path": "/api/v2/user-attribute-profiles/uap_1csDj3szFsgxGS1oTZTdFm", "body": { - "name": "test-user-attribute-profile", + "name": "test-user-attribute-profile-2", "user_attributes": { "email": { "description": "Email of the User", @@ -3140,8 +3140,8 @@ }, "status": 200, "response": { - "id": "uap_1csDj3sAVu6n5eTzLw6XZg", - "name": "test-user-attribute-profile", + "id": "uap_1csDj3szFsgxGS1oTZTdFm", + "name": "test-user-attribute-profile-2", "user_id": { "oidc_mapping": "sub", "saml_mapping": [ @@ -3166,9 +3166,9 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "PATCH", - "path": "/api/v2/user-attribute-profiles/uap_1csDj3szFsgxGS1oTZTdFm", + "path": "/api/v2/user-attribute-profiles/uap_1csDj3sAVu6n5eTzLw6XZg", "body": { - "name": "test-user-attribute-profile-2", + "name": "test-user-attribute-profile", "user_attributes": { "email": { "description": "Email of the User", @@ -3184,8 +3184,8 @@ }, "status": 200, "response": { - "id": "uap_1csDj3szFsgxGS1oTZTdFm", - "name": "test-user-attribute-profile-2", + "id": "uap_1csDj3sAVu6n5eTzLw6XZg", + "name": "test-user-attribute-profile", "user_id": { "oidc_mapping": "sub", "saml_mapping": [ @@ -3313,7 +3313,7 @@ "subject": "deprecated" } ], - "client_id": "BDFEllTLwgxz8o8yTHlcoe9pJOz8Bcn7", + "client_id": "eZwzdXan9x27088CTPhLeCSqJK5Qsb5w", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -3336,12 +3336,21 @@ "async_approval_notification_channels": [ "guardian-push" ], - "name": "Quickstarts API (Test Application)", - "client_metadata": { - "foo": "bar" - }, + "name": "Node App", + "allowed_clients": [], + "allowed_logout_urls": [], + "callbacks": [], + "client_metadata": {}, "cross_origin_auth": false, "is_first_party": true, + "native_social_login": { + "apple": { + "enabled": false + }, + "facebook": { + "enabled": false + } + }, "oidc_conformant": true, "refresh_token": { "expiration_type": "non-expiring", @@ -3361,7 +3370,8 @@ "subject": "deprecated" } ], - "client_id": "1HFS6S8ca5Ba9yy8mvB4NPe3eXmL7frl", + "allowed_origins": [], + "client_id": "SrN1EUDvsQo826qtaOqWlxMRN5y08alc", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -3369,11 +3379,16 @@ "lifetime_in_seconds": 36000, "secret_encoded": false }, + "client_aliases": [], "token_endpoint_auth_method": "client_secret_post", - "app_type": "non_interactive", + "app_type": "regular_web", "grant_types": [ + "authorization_code", + "implicit", + "refresh_token", "client_credentials" ], + "web_origins": [], "custom_login_page_on": true }, { @@ -3383,21 +3398,12 @@ "async_approval_notification_channels": [ "guardian-push" ], - "name": "Node App", - "allowed_clients": [], - "allowed_logout_urls": [], - "callbacks": [], - "client_metadata": {}, + "name": "Quickstarts API (Test Application)", + "client_metadata": { + "foo": "bar" + }, "cross_origin_auth": false, "is_first_party": true, - "native_social_login": { - "apple": { - "enabled": false - }, - "facebook": { - "enabled": false - } - }, "oidc_conformant": true, "refresh_token": { "expiration_type": "non-expiring", @@ -3417,8 +3423,7 @@ "subject": "deprecated" } ], - "allowed_origins": [], - "client_id": "Q187Vh6vNNvq4TuP6cOo2gwpsXiu8byT", + "client_id": "KBmsLova1QU1cLpNZ5Wst9NexolH66zz", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -3426,16 +3431,11 @@ "lifetime_in_seconds": 36000, "secret_encoded": false }, - "client_aliases": [], "token_endpoint_auth_method": "client_secret_post", - "app_type": "regular_web", + "app_type": "non_interactive", "grant_types": [ - "authorization_code", - "implicit", - "refresh_token", "client_credentials" ], - "web_origins": [], "custom_login_page_on": true }, { @@ -3467,7 +3467,7 @@ "subject": "deprecated" } ], - "client_id": "ytUXRy51AJLHZH8ZDe4H6CEFr6g4RLEE", + "client_id": "GjnPFoLI9mBsl7zVfF1YcuicqzXFGsfP", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -3523,7 +3523,7 @@ "subject": "deprecated" } ], - "client_id": "gYgGddF8oodts1L3ird56dY4xXIxHvPg", + "client_id": "U2g2JvrBBxa1NUWu7Ycb4dbi7rSClbFw", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -3586,7 +3586,7 @@ "subject": "deprecated" } ], - "client_id": "4Km9rq36DFNHX5E2afxyqSsOBdq6K5YN", + "client_id": "jm6MlJhDC7xIgKBYePEAsFjMtlJ1ScDE", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -3647,7 +3647,7 @@ "subject": "deprecated" } ], - "client_id": "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3", + "client_id": "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -3717,7 +3717,7 @@ "limit": 50, "connections": [ { - "id": "con_L5iEwTLxIRtK1pDA", + "id": "con_ztvlJaf7zhCaAC7v", "options": { "mfa": { "active": true, @@ -3773,12 +3773,12 @@ "boo-baz-db-connection-test" ], "enabled_clients": [ - "Q187Vh6vNNvq4TuP6cOo2gwpsXiu8byT", - "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3" + "SrN1EUDvsQo826qtaOqWlxMRN5y08alc", + "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI" ] }, { - "id": "con_T8mVsA0onoFxCML0", + "id": "con_85Lq3efegcuZcVni", "options": { "mfa": { "active": true, @@ -3825,7 +3825,7 @@ "response": { "connections": [ { - "id": "con_L5iEwTLxIRtK1pDA", + "id": "con_ztvlJaf7zhCaAC7v", "options": { "mfa": { "active": true, @@ -3881,12 +3881,12 @@ "boo-baz-db-connection-test" ], "enabled_clients": [ - "Q187Vh6vNNvq4TuP6cOo2gwpsXiu8byT", - "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3" + "SrN1EUDvsQo826qtaOqWlxMRN5y08alc", + "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI" ] }, { - "id": "con_T8mVsA0onoFxCML0", + "id": "con_85Lq3efegcuZcVni", "options": { "mfa": { "active": true, @@ -3936,7 +3936,7 @@ "limit": 50, "connections": [ { - "id": "con_L5iEwTLxIRtK1pDA", + "id": "con_ztvlJaf7zhCaAC7v", "options": { "mfa": { "active": true, @@ -3992,12 +3992,12 @@ "boo-baz-db-connection-test" ], "enabled_clients": [ - "Q187Vh6vNNvq4TuP6cOo2gwpsXiu8byT", - "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3" + "SrN1EUDvsQo826qtaOqWlxMRN5y08alc", + "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI" ] }, { - "id": "con_T8mVsA0onoFxCML0", + "id": "con_85Lq3efegcuZcVni", "options": { "mfa": { "active": true, @@ -4044,7 +4044,7 @@ "response": { "connections": [ { - "id": "con_L5iEwTLxIRtK1pDA", + "id": "con_ztvlJaf7zhCaAC7v", "options": { "mfa": { "active": true, @@ -4100,12 +4100,12 @@ "boo-baz-db-connection-test" ], "enabled_clients": [ - "Q187Vh6vNNvq4TuP6cOo2gwpsXiu8byT", - "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3" + "SrN1EUDvsQo826qtaOqWlxMRN5y08alc", + "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI" ] }, { - "id": "con_T8mVsA0onoFxCML0", + "id": "con_85Lq3efegcuZcVni", "options": { "mfa": { "active": true, @@ -4146,13 +4146,16 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/connections/con_T8mVsA0onoFxCML0/clients?take=50", + "path": "/api/v2/connections/con_ztvlJaf7zhCaAC7v/clients?take=50", "body": "", "status": 200, "response": { "clients": [ { - "client_id": "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE" + "client_id": "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI" + }, + { + "client_id": "SrN1EUDvsQo826qtaOqWlxMRN5y08alc" } ] }, @@ -4162,16 +4165,13 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/connections/con_L5iEwTLxIRtK1pDA/clients?take=50", + "path": "/api/v2/connections/con_85Lq3efegcuZcVni/clients?take=50", "body": "", "status": 200, "response": { "clients": [ { - "client_id": "Q187Vh6vNNvq4TuP6cOo2gwpsXiu8byT" - }, - { - "client_id": "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3" + "client_id": "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE" } ] }, @@ -4181,11 +4181,11 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "DELETE", - "path": "/api/v2/connections/con_T8mVsA0onoFxCML0", + "path": "/api/v2/connections/con_85Lq3efegcuZcVni", "body": "", "status": 202, "response": { - "deleted_at": "2025-10-31T06:06:20.456Z" + "deleted_at": "2025-10-31T14:59:13.523Z" }, "rawHeaders": [], "responseIsBinary": false @@ -4193,11 +4193,11 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/connections/con_L5iEwTLxIRtK1pDA", + "path": "/api/v2/connections/con_ztvlJaf7zhCaAC7v", "body": "", "status": 200, "response": { - "id": "con_L5iEwTLxIRtK1pDA", + "id": "con_ztvlJaf7zhCaAC7v", "options": { "mfa": { "active": true, @@ -4250,8 +4250,8 @@ "name": "boo-baz-db-connection-test", "is_domain_connection": false, "enabled_clients": [ - "Q187Vh6vNNvq4TuP6cOo2gwpsXiu8byT", - "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3" + "SrN1EUDvsQo826qtaOqWlxMRN5y08alc", + "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI" ], "realms": [ "boo-baz-db-connection-test" @@ -4263,11 +4263,11 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "PATCH", - "path": "/api/v2/connections/con_L5iEwTLxIRtK1pDA", + "path": "/api/v2/connections/con_ztvlJaf7zhCaAC7v", "body": { "enabled_clients": [ - "Q187Vh6vNNvq4TuP6cOo2gwpsXiu8byT", - "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3" + "SrN1EUDvsQo826qtaOqWlxMRN5y08alc", + "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI" ], "is_domain_connection": false, "options": { @@ -4324,7 +4324,7 @@ }, "status": 200, "response": { - "id": "con_L5iEwTLxIRtK1pDA", + "id": "con_ztvlJaf7zhCaAC7v", "options": { "mfa": { "active": true, @@ -4377,8 +4377,8 @@ "name": "boo-baz-db-connection-test", "is_domain_connection": false, "enabled_clients": [ - "Q187Vh6vNNvq4TuP6cOo2gwpsXiu8byT", - "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3" + "SrN1EUDvsQo826qtaOqWlxMRN5y08alc", + "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI" ], "realms": [ "boo-baz-db-connection-test" @@ -4390,14 +4390,14 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "PATCH", - "path": "/api/v2/connections/con_L5iEwTLxIRtK1pDA/clients", + "path": "/api/v2/connections/con_ztvlJaf7zhCaAC7v/clients", "body": [ { - "client_id": "Q187Vh6vNNvq4TuP6cOo2gwpsXiu8byT", + "client_id": "SrN1EUDvsQo826qtaOqWlxMRN5y08alc", "status": true }, { - "client_id": "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3", + "client_id": "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI", "status": true } ], @@ -4512,7 +4512,7 @@ "subject": "deprecated" } ], - "client_id": "BDFEllTLwgxz8o8yTHlcoe9pJOz8Bcn7", + "client_id": "eZwzdXan9x27088CTPhLeCSqJK5Qsb5w", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -4535,12 +4535,21 @@ "async_approval_notification_channels": [ "guardian-push" ], - "name": "Quickstarts API (Test Application)", - "client_metadata": { - "foo": "bar" - }, + "name": "Node App", + "allowed_clients": [], + "allowed_logout_urls": [], + "callbacks": [], + "client_metadata": {}, "cross_origin_auth": false, "is_first_party": true, + "native_social_login": { + "apple": { + "enabled": false + }, + "facebook": { + "enabled": false + } + }, "oidc_conformant": true, "refresh_token": { "expiration_type": "non-expiring", @@ -4560,7 +4569,8 @@ "subject": "deprecated" } ], - "client_id": "1HFS6S8ca5Ba9yy8mvB4NPe3eXmL7frl", + "allowed_origins": [], + "client_id": "SrN1EUDvsQo826qtaOqWlxMRN5y08alc", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -4568,11 +4578,16 @@ "lifetime_in_seconds": 36000, "secret_encoded": false }, + "client_aliases": [], "token_endpoint_auth_method": "client_secret_post", - "app_type": "non_interactive", + "app_type": "regular_web", "grant_types": [ + "authorization_code", + "implicit", + "refresh_token", "client_credentials" ], + "web_origins": [], "custom_login_page_on": true }, { @@ -4582,21 +4597,12 @@ "async_approval_notification_channels": [ "guardian-push" ], - "name": "Node App", - "allowed_clients": [], - "allowed_logout_urls": [], - "callbacks": [], - "client_metadata": {}, + "name": "Quickstarts API (Test Application)", + "client_metadata": { + "foo": "bar" + }, "cross_origin_auth": false, "is_first_party": true, - "native_social_login": { - "apple": { - "enabled": false - }, - "facebook": { - "enabled": false - } - }, "oidc_conformant": true, "refresh_token": { "expiration_type": "non-expiring", @@ -4616,8 +4622,7 @@ "subject": "deprecated" } ], - "allowed_origins": [], - "client_id": "Q187Vh6vNNvq4TuP6cOo2gwpsXiu8byT", + "client_id": "KBmsLova1QU1cLpNZ5Wst9NexolH66zz", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -4625,16 +4630,11 @@ "lifetime_in_seconds": 36000, "secret_encoded": false }, - "client_aliases": [], "token_endpoint_auth_method": "client_secret_post", - "app_type": "regular_web", + "app_type": "non_interactive", "grant_types": [ - "authorization_code", - "implicit", - "refresh_token", "client_credentials" ], - "web_origins": [], "custom_login_page_on": true }, { @@ -4666,7 +4666,7 @@ "subject": "deprecated" } ], - "client_id": "ytUXRy51AJLHZH8ZDe4H6CEFr6g4RLEE", + "client_id": "GjnPFoLI9mBsl7zVfF1YcuicqzXFGsfP", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -4722,7 +4722,7 @@ "subject": "deprecated" } ], - "client_id": "gYgGddF8oodts1L3ird56dY4xXIxHvPg", + "client_id": "U2g2JvrBBxa1NUWu7Ycb4dbi7rSClbFw", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -4785,7 +4785,7 @@ "subject": "deprecated" } ], - "client_id": "4Km9rq36DFNHX5E2afxyqSsOBdq6K5YN", + "client_id": "jm6MlJhDC7xIgKBYePEAsFjMtlJ1ScDE", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -4846,7 +4846,7 @@ "subject": "deprecated" } ], - "client_id": "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3", + "client_id": "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -4916,7 +4916,7 @@ "limit": 50, "connections": [ { - "id": "con_L5iEwTLxIRtK1pDA", + "id": "con_ztvlJaf7zhCaAC7v", "options": { "mfa": { "active": true, @@ -4972,12 +4972,12 @@ "boo-baz-db-connection-test" ], "enabled_clients": [ - "Q187Vh6vNNvq4TuP6cOo2gwpsXiu8byT", - "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3" + "SrN1EUDvsQo826qtaOqWlxMRN5y08alc", + "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI" ] }, { - "id": "con_PbrTJcCum9aUGXfI", + "id": "con_6tyEu2hOP8JuHJku", "options": { "email": true, "scope": [ @@ -4993,8 +4993,8 @@ "google-oauth2" ], "enabled_clients": [ - "gYgGddF8oodts1L3ird56dY4xXIxHvPg", - "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3" + "U2g2JvrBBxa1NUWu7Ycb4dbi7rSClbFw", + "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI" ] } ] @@ -5011,7 +5011,7 @@ "response": { "connections": [ { - "id": "con_L5iEwTLxIRtK1pDA", + "id": "con_ztvlJaf7zhCaAC7v", "options": { "mfa": { "active": true, @@ -5067,12 +5067,12 @@ "boo-baz-db-connection-test" ], "enabled_clients": [ - "Q187Vh6vNNvq4TuP6cOo2gwpsXiu8byT", - "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3" + "SrN1EUDvsQo826qtaOqWlxMRN5y08alc", + "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI" ] }, { - "id": "con_PbrTJcCum9aUGXfI", + "id": "con_6tyEu2hOP8JuHJku", "options": { "email": true, "scope": [ @@ -5088,8 +5088,8 @@ "google-oauth2" ], "enabled_clients": [ - "gYgGddF8oodts1L3ird56dY4xXIxHvPg", - "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3" + "U2g2JvrBBxa1NUWu7Ycb4dbi7rSClbFw", + "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI" ] } ] @@ -5109,7 +5109,7 @@ "limit": 50, "connections": [ { - "id": "con_L5iEwTLxIRtK1pDA", + "id": "con_ztvlJaf7zhCaAC7v", "options": { "mfa": { "active": true, @@ -5165,12 +5165,12 @@ "boo-baz-db-connection-test" ], "enabled_clients": [ - "Q187Vh6vNNvq4TuP6cOo2gwpsXiu8byT", - "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3" + "SrN1EUDvsQo826qtaOqWlxMRN5y08alc", + "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI" ] }, { - "id": "con_PbrTJcCum9aUGXfI", + "id": "con_6tyEu2hOP8JuHJku", "options": { "email": true, "scope": [ @@ -5186,8 +5186,8 @@ "google-oauth2" ], "enabled_clients": [ - "gYgGddF8oodts1L3ird56dY4xXIxHvPg", - "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3" + "U2g2JvrBBxa1NUWu7Ycb4dbi7rSClbFw", + "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI" ] } ] @@ -5204,7 +5204,7 @@ "response": { "connections": [ { - "id": "con_L5iEwTLxIRtK1pDA", + "id": "con_ztvlJaf7zhCaAC7v", "options": { "mfa": { "active": true, @@ -5260,12 +5260,12 @@ "boo-baz-db-connection-test" ], "enabled_clients": [ - "Q187Vh6vNNvq4TuP6cOo2gwpsXiu8byT", - "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3" + "SrN1EUDvsQo826qtaOqWlxMRN5y08alc", + "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI" ] }, { - "id": "con_PbrTJcCum9aUGXfI", + "id": "con_6tyEu2hOP8JuHJku", "options": { "email": true, "scope": [ @@ -5281,8 +5281,8 @@ "google-oauth2" ], "enabled_clients": [ - "gYgGddF8oodts1L3ird56dY4xXIxHvPg", - "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3" + "U2g2JvrBBxa1NUWu7Ycb4dbi7rSClbFw", + "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI" ] } ] @@ -5293,16 +5293,16 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/connections/con_PbrTJcCum9aUGXfI/clients?take=50", + "path": "/api/v2/connections/con_6tyEu2hOP8JuHJku/clients?take=50", "body": "", "status": 200, "response": { "clients": [ { - "client_id": "gYgGddF8oodts1L3ird56dY4xXIxHvPg" + "client_id": "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI" }, { - "client_id": "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3" + "client_id": "U2g2JvrBBxa1NUWu7Ycb4dbi7rSClbFw" } ] }, @@ -5312,11 +5312,11 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "PATCH", - "path": "/api/v2/connections/con_PbrTJcCum9aUGXfI", + "path": "/api/v2/connections/con_6tyEu2hOP8JuHJku", "body": { "enabled_clients": [ - "gYgGddF8oodts1L3ird56dY4xXIxHvPg", - "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3" + "U2g2JvrBBxa1NUWu7Ycb4dbi7rSClbFw", + "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI" ], "is_domain_connection": false, "options": { @@ -5330,7 +5330,7 @@ }, "status": 200, "response": { - "id": "con_PbrTJcCum9aUGXfI", + "id": "con_6tyEu2hOP8JuHJku", "options": { "email": true, "scope": [ @@ -5343,8 +5343,8 @@ "name": "google-oauth2", "is_domain_connection": false, "enabled_clients": [ - "gYgGddF8oodts1L3ird56dY4xXIxHvPg", - "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3" + "U2g2JvrBBxa1NUWu7Ycb4dbi7rSClbFw", + "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI" ], "realms": [ "google-oauth2" @@ -5356,14 +5356,14 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "PATCH", - "path": "/api/v2/connections/con_PbrTJcCum9aUGXfI/clients", + "path": "/api/v2/connections/con_6tyEu2hOP8JuHJku/clients", "body": [ { - "client_id": "gYgGddF8oodts1L3ird56dY4xXIxHvPg", + "client_id": "U2g2JvrBBxa1NUWu7Ycb4dbi7rSClbFw", "status": true }, { - "client_id": "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3", + "client_id": "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI", "status": true } ], @@ -5515,7 +5515,7 @@ "subject": "deprecated" } ], - "client_id": "BDFEllTLwgxz8o8yTHlcoe9pJOz8Bcn7", + "client_id": "eZwzdXan9x27088CTPhLeCSqJK5Qsb5w", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -5538,12 +5538,21 @@ "async_approval_notification_channels": [ "guardian-push" ], - "name": "Quickstarts API (Test Application)", - "client_metadata": { - "foo": "bar" - }, + "name": "Node App", + "allowed_clients": [], + "allowed_logout_urls": [], + "callbacks": [], + "client_metadata": {}, "cross_origin_auth": false, "is_first_party": true, + "native_social_login": { + "apple": { + "enabled": false + }, + "facebook": { + "enabled": false + } + }, "oidc_conformant": true, "refresh_token": { "expiration_type": "non-expiring", @@ -5563,7 +5572,8 @@ "subject": "deprecated" } ], - "client_id": "1HFS6S8ca5Ba9yy8mvB4NPe3eXmL7frl", + "allowed_origins": [], + "client_id": "SrN1EUDvsQo826qtaOqWlxMRN5y08alc", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -5571,11 +5581,16 @@ "lifetime_in_seconds": 36000, "secret_encoded": false }, + "client_aliases": [], "token_endpoint_auth_method": "client_secret_post", - "app_type": "non_interactive", + "app_type": "regular_web", "grant_types": [ + "authorization_code", + "implicit", + "refresh_token", "client_credentials" ], + "web_origins": [], "custom_login_page_on": true }, { @@ -5585,21 +5600,12 @@ "async_approval_notification_channels": [ "guardian-push" ], - "name": "Node App", - "allowed_clients": [], - "allowed_logout_urls": [], - "callbacks": [], - "client_metadata": {}, + "name": "Quickstarts API (Test Application)", + "client_metadata": { + "foo": "bar" + }, "cross_origin_auth": false, "is_first_party": true, - "native_social_login": { - "apple": { - "enabled": false - }, - "facebook": { - "enabled": false - } - }, "oidc_conformant": true, "refresh_token": { "expiration_type": "non-expiring", @@ -5619,8 +5625,7 @@ "subject": "deprecated" } ], - "allowed_origins": [], - "client_id": "Q187Vh6vNNvq4TuP6cOo2gwpsXiu8byT", + "client_id": "KBmsLova1QU1cLpNZ5Wst9NexolH66zz", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -5628,16 +5633,11 @@ "lifetime_in_seconds": 36000, "secret_encoded": false }, - "client_aliases": [], "token_endpoint_auth_method": "client_secret_post", - "app_type": "regular_web", + "app_type": "non_interactive", "grant_types": [ - "authorization_code", - "implicit", - "refresh_token", "client_credentials" ], - "web_origins": [], "custom_login_page_on": true }, { @@ -5669,7 +5669,7 @@ "subject": "deprecated" } ], - "client_id": "ytUXRy51AJLHZH8ZDe4H6CEFr6g4RLEE", + "client_id": "GjnPFoLI9mBsl7zVfF1YcuicqzXFGsfP", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -5725,7 +5725,7 @@ "subject": "deprecated" } ], - "client_id": "gYgGddF8oodts1L3ird56dY4xXIxHvPg", + "client_id": "U2g2JvrBBxa1NUWu7Ycb4dbi7rSClbFw", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -5788,7 +5788,7 @@ "subject": "deprecated" } ], - "client_id": "4Km9rq36DFNHX5E2afxyqSsOBdq6K5YN", + "client_id": "jm6MlJhDC7xIgKBYePEAsFjMtlJ1ScDE", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -5849,7 +5849,7 @@ "subject": "deprecated" } ], - "client_id": "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3", + "client_id": "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -5919,8 +5919,8 @@ "limit": 100, "client_grants": [ { - "id": "cgr_RdDeVaKKb2hAfUr4", - "client_id": "ytUXRy51AJLHZH8ZDe4H6CEFr6g4RLEE", + "id": "cgr_FWvBRbi6ftSVCXKS", + "client_id": "GjnPFoLI9mBsl7zVfF1YcuicqzXFGsfP", "audience": "https://auth0-deploy-cli-e2e.us.auth0.com/api/v2/", "scope": [ "read:client_grants", @@ -6057,8 +6057,8 @@ "subject_type": "client" }, { - "id": "cgr_h0jyrguro4OQFmDa", - "client_id": "BDFEllTLwgxz8o8yTHlcoe9pJOz8Bcn7", + "id": "cgr_pbwejzhwoujrsNE8", + "client_id": "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", "audience": "https://auth0-deploy-cli-e2e.us.auth0.com/api/v2/", "scope": [ "read:client_grants", @@ -6085,6 +6085,10 @@ "update:client_keys", "delete:client_keys", "create:client_keys", + "read:client_credentials", + "update:client_credentials", + "delete:client_credentials", + "create:client_credentials", "read:connections", "update:connections", "delete:connections", @@ -6174,10 +6178,19 @@ "read:entitlements", "read:attack_protection", "update:attack_protection", + "read:organizations_summary", + "create:authentication_methods", + "read:authentication_methods", + "update:authentication_methods", + "delete:authentication_methods", "read:organizations", "update:organizations", "create:organizations", "delete:organizations", + "read:organization_discovery_domains", + "update:organization_discovery_domains", + "create:organization_discovery_domains", + "delete:organization_discovery_domains", "create:organization_members", "read:organization_members", "delete:organization_members", @@ -6190,13 +6203,97 @@ "delete:organization_member_roles", "create:organization_invitations", "read:organization_invitations", - "delete:organization_invitations" + "delete:organization_invitations", + "read:scim_config", + "create:scim_config", + "update:scim_config", + "delete:scim_config", + "create:scim_token", + "read:scim_token", + "delete:scim_token", + "delete:phone_providers", + "create:phone_providers", + "read:phone_providers", + "update:phone_providers", + "delete:phone_templates", + "create:phone_templates", + "read:phone_templates", + "update:phone_templates", + "create:encryption_keys", + "read:encryption_keys", + "update:encryption_keys", + "delete:encryption_keys", + "read:sessions", + "update:sessions", + "delete:sessions", + "read:refresh_tokens", + "delete:refresh_tokens", + "create:self_service_profiles", + "read:self_service_profiles", + "update:self_service_profiles", + "delete:self_service_profiles", + "create:sso_access_tickets", + "delete:sso_access_tickets", + "read:forms", + "update:forms", + "delete:forms", + "create:forms", + "read:flows", + "update:flows", + "delete:flows", + "create:flows", + "read:flows_vault", + "read:flows_vault_connections", + "update:flows_vault_connections", + "delete:flows_vault_connections", + "create:flows_vault_connections", + "read:flows_executions", + "delete:flows_executions", + "read:connections_options", + "update:connections_options", + "read:self_service_profile_custom_texts", + "update:self_service_profile_custom_texts", + "create:network_acls", + "update:network_acls", + "read:network_acls", + "delete:network_acls", + "delete:vdcs_templates", + "read:vdcs_templates", + "create:vdcs_templates", + "update:vdcs_templates", + "create:custom_signing_keys", + "read:custom_signing_keys", + "update:custom_signing_keys", + "delete:custom_signing_keys", + "read:federated_connections_tokens", + "delete:federated_connections_tokens", + "create:user_attribute_profiles", + "read:user_attribute_profiles", + "update:user_attribute_profiles", + "delete:user_attribute_profiles", + "read:event_streams", + "create:event_streams", + "delete:event_streams", + "update:event_streams", + "read:event_deliveries", + "update:event_deliveries", + "create:connection_profiles", + "read:connection_profiles", + "update:connection_profiles", + "delete:connection_profiles", + "read:organization_client_grants", + "create:organization_client_grants", + "delete:organization_client_grants", + "read:security_metrics", + "read:connections_keys", + "update:connections_keys", + "create:connections_keys" ], "subject_type": "client" }, { - "id": "cgr_pbwejzhwoujrsNE8", - "client_id": "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", + "id": "cgr_sMnn6UuFajCTdk3u", + "client_id": "eZwzdXan9x27088CTPhLeCSqJK5Qsb5w", "audience": "https://auth0-deploy-cli-e2e.us.auth0.com/api/v2/", "scope": [ "read:client_grants", @@ -6223,10 +6320,6 @@ "update:client_keys", "delete:client_keys", "create:client_keys", - "read:client_credentials", - "update:client_credentials", - "delete:client_credentials", - "create:client_credentials", "read:connections", "update:connections", "delete:connections", @@ -6316,19 +6409,10 @@ "read:entitlements", "read:attack_protection", "update:attack_protection", - "read:organizations_summary", - "create:authentication_methods", - "read:authentication_methods", - "update:authentication_methods", - "delete:authentication_methods", "read:organizations", "update:organizations", "create:organizations", "delete:organizations", - "read:organization_discovery_domains", - "update:organization_discovery_domains", - "create:organization_discovery_domains", - "delete:organization_discovery_domains", "create:organization_members", "read:organization_members", "delete:organization_members", @@ -6341,91 +6425,7 @@ "delete:organization_member_roles", "create:organization_invitations", "read:organization_invitations", - "delete:organization_invitations", - "read:scim_config", - "create:scim_config", - "update:scim_config", - "delete:scim_config", - "create:scim_token", - "read:scim_token", - "delete:scim_token", - "delete:phone_providers", - "create:phone_providers", - "read:phone_providers", - "update:phone_providers", - "delete:phone_templates", - "create:phone_templates", - "read:phone_templates", - "update:phone_templates", - "create:encryption_keys", - "read:encryption_keys", - "update:encryption_keys", - "delete:encryption_keys", - "read:sessions", - "update:sessions", - "delete:sessions", - "read:refresh_tokens", - "delete:refresh_tokens", - "create:self_service_profiles", - "read:self_service_profiles", - "update:self_service_profiles", - "delete:self_service_profiles", - "create:sso_access_tickets", - "delete:sso_access_tickets", - "read:forms", - "update:forms", - "delete:forms", - "create:forms", - "read:flows", - "update:flows", - "delete:flows", - "create:flows", - "read:flows_vault", - "read:flows_vault_connections", - "update:flows_vault_connections", - "delete:flows_vault_connections", - "create:flows_vault_connections", - "read:flows_executions", - "delete:flows_executions", - "read:connections_options", - "update:connections_options", - "read:self_service_profile_custom_texts", - "update:self_service_profile_custom_texts", - "create:network_acls", - "update:network_acls", - "read:network_acls", - "delete:network_acls", - "delete:vdcs_templates", - "read:vdcs_templates", - "create:vdcs_templates", - "update:vdcs_templates", - "create:custom_signing_keys", - "read:custom_signing_keys", - "update:custom_signing_keys", - "delete:custom_signing_keys", - "read:federated_connections_tokens", - "delete:federated_connections_tokens", - "create:user_attribute_profiles", - "read:user_attribute_profiles", - "update:user_attribute_profiles", - "delete:user_attribute_profiles", - "read:event_streams", - "create:event_streams", - "delete:event_streams", - "update:event_streams", - "read:event_deliveries", - "update:event_deliveries", - "create:connection_profiles", - "read:connection_profiles", - "update:connection_profiles", - "delete:connection_profiles", - "read:organization_client_grants", - "create:organization_client_grants", - "delete:organization_client_grants", - "read:security_metrics", - "read:connections_keys", - "update:connections_keys", - "create:connections_keys" + "delete:organization_invitations" ], "subject_type": "client" } @@ -6437,7 +6437,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "PATCH", - "path": "/api/v2/client-grants/cgr_h0jyrguro4OQFmDa", + "path": "/api/v2/client-grants/cgr_sMnn6UuFajCTdk3u", "body": { "scope": [ "read:client_grants", @@ -6574,8 +6574,8 @@ }, "status": 200, "response": { - "id": "cgr_h0jyrguro4OQFmDa", - "client_id": "BDFEllTLwgxz8o8yTHlcoe9pJOz8Bcn7", + "id": "cgr_sMnn6UuFajCTdk3u", + "client_id": "eZwzdXan9x27088CTPhLeCSqJK5Qsb5w", "audience": "https://auth0-deploy-cli-e2e.us.auth0.com/api/v2/", "scope": [ "read:client_grants", @@ -6717,7 +6717,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "PATCH", - "path": "/api/v2/client-grants/cgr_RdDeVaKKb2hAfUr4", + "path": "/api/v2/client-grants/cgr_FWvBRbi6ftSVCXKS", "body": { "scope": [ "read:client_grants", @@ -6854,8 +6854,8 @@ }, "status": 200, "response": { - "id": "cgr_RdDeVaKKb2hAfUr4", - "client_id": "ytUXRy51AJLHZH8ZDe4H6CEFr6g4RLEE", + "id": "cgr_FWvBRbi6ftSVCXKS", + "client_id": "GjnPFoLI9mBsl7zVfF1YcuicqzXFGsfP", "audience": "https://auth0-deploy-cli-e2e.us.auth0.com/api/v2/", "scope": [ "read:client_grants", @@ -7003,22 +7003,22 @@ "response": { "roles": [ { - "id": "rol_lLNLY90nurwaoiBH", + "id": "rol_4BDf23iFJRSAfWkE", "name": "Admin", "description": "Can read and write things" }, { - "id": "rol_Xf6rpb7qUU0jhHZo", + "id": "rol_81RrNH8R5oCDnBUG", "name": "Reader", "description": "Can only read things" }, { - "id": "rol_qBWlF7Iu8cpOKtzv", + "id": "rol_v44pj0PGL7Gq9FQC", "name": "read_only", "description": "Read Only" }, { - "id": "rol_qJtLkYi8jZqRiG1Z", + "id": "rol_CyaPmtQRfUFB7rxL", "name": "read_osnly", "description": "Readz Only" } @@ -7033,7 +7033,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/roles/rol_lLNLY90nurwaoiBH/permissions?per_page=100&page=0&include_totals=true", + "path": "/api/v2/roles/rol_4BDf23iFJRSAfWkE/permissions?per_page=100&page=0&include_totals=true", "body": "", "status": 200, "response": { @@ -7048,7 +7048,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/roles/rol_Xf6rpb7qUU0jhHZo/permissions?per_page=100&page=0&include_totals=true", + "path": "/api/v2/roles/rol_81RrNH8R5oCDnBUG/permissions?per_page=100&page=0&include_totals=true", "body": "", "status": 200, "response": { @@ -7063,7 +7063,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/roles/rol_qBWlF7Iu8cpOKtzv/permissions?per_page=100&page=0&include_totals=true", + "path": "/api/v2/roles/rol_v44pj0PGL7Gq9FQC/permissions?per_page=100&page=0&include_totals=true", "body": "", "status": 200, "response": { @@ -7078,7 +7078,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/roles/rol_qJtLkYi8jZqRiG1Z/permissions?per_page=100&page=0&include_totals=true", + "path": "/api/v2/roles/rol_CyaPmtQRfUFB7rxL/permissions?per_page=100&page=0&include_totals=true", "body": "", "status": 200, "response": { @@ -7093,14 +7093,14 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "PATCH", - "path": "/api/v2/roles/rol_Xf6rpb7qUU0jhHZo", + "path": "/api/v2/roles/rol_81RrNH8R5oCDnBUG", "body": { "name": "Reader", "description": "Can only read things" }, "status": 200, "response": { - "id": "rol_Xf6rpb7qUU0jhHZo", + "id": "rol_81RrNH8R5oCDnBUG", "name": "Reader", "description": "Can only read things" }, @@ -7110,14 +7110,14 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "PATCH", - "path": "/api/v2/roles/rol_lLNLY90nurwaoiBH", + "path": "/api/v2/roles/rol_4BDf23iFJRSAfWkE", "body": { "name": "Admin", "description": "Can read and write things" }, "status": 200, "response": { - "id": "rol_lLNLY90nurwaoiBH", + "id": "rol_4BDf23iFJRSAfWkE", "name": "Admin", "description": "Can read and write things" }, @@ -7127,14 +7127,14 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "PATCH", - "path": "/api/v2/roles/rol_qBWlF7Iu8cpOKtzv", + "path": "/api/v2/roles/rol_v44pj0PGL7Gq9FQC", "body": { "name": "read_only", "description": "Read Only" }, "status": 200, "response": { - "id": "rol_qBWlF7Iu8cpOKtzv", + "id": "rol_v44pj0PGL7Gq9FQC", "name": "read_only", "description": "Read Only" }, @@ -7144,14 +7144,14 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "PATCH", - "path": "/api/v2/roles/rol_qJtLkYi8jZqRiG1Z", + "path": "/api/v2/roles/rol_CyaPmtQRfUFB7rxL", "body": { "name": "read_osnly", "description": "Readz Only" }, "status": 200, "response": { - "id": "rol_qJtLkYi8jZqRiG1Z", + "id": "rol_CyaPmtQRfUFB7rxL", "name": "read_osnly", "description": "Readz Only" }, @@ -7187,7 +7187,7 @@ "okta" ], "created_at": "2024-11-26T11:58:18.962Z", - "updated_at": "2025-10-31T06:04:42.705Z", + "updated_at": "2025-10-31T14:57:39.353Z", "branding": { "colors": { "primary": "#19aecc" @@ -7263,7 +7263,7 @@ "okta" ], "created_at": "2024-11-26T11:58:18.962Z", - "updated_at": "2025-10-31T06:06:31.353Z", + "updated_at": "2025-10-31T14:59:23.732Z", "branding": { "colors": { "primary": "#19aecc" @@ -7336,7 +7336,7 @@ "response": { "organizations": [ { - "id": "org_0pLtDGKkLf31gqPJ", + "id": "org_VF8F48N4jwlx9iqb", "name": "org1", "display_name": "Organization", "branding": { @@ -7347,7 +7347,7 @@ } }, { - "id": "org_JqwEMMzujIV88UNU", + "id": "org_9YMsat8TwkngWftp", "name": "org2", "display_name": "Organization2" } @@ -7465,7 +7465,7 @@ "subject": "deprecated" } ], - "client_id": "BDFEllTLwgxz8o8yTHlcoe9pJOz8Bcn7", + "client_id": "eZwzdXan9x27088CTPhLeCSqJK5Qsb5w", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -7488,12 +7488,21 @@ "async_approval_notification_channels": [ "guardian-push" ], - "name": "Quickstarts API (Test Application)", - "client_metadata": { - "foo": "bar" - }, + "name": "Node App", + "allowed_clients": [], + "allowed_logout_urls": [], + "callbacks": [], + "client_metadata": {}, "cross_origin_auth": false, "is_first_party": true, + "native_social_login": { + "apple": { + "enabled": false + }, + "facebook": { + "enabled": false + } + }, "oidc_conformant": true, "refresh_token": { "expiration_type": "non-expiring", @@ -7513,7 +7522,8 @@ "subject": "deprecated" } ], - "client_id": "1HFS6S8ca5Ba9yy8mvB4NPe3eXmL7frl", + "allowed_origins": [], + "client_id": "SrN1EUDvsQo826qtaOqWlxMRN5y08alc", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -7521,11 +7531,16 @@ "lifetime_in_seconds": 36000, "secret_encoded": false }, + "client_aliases": [], "token_endpoint_auth_method": "client_secret_post", - "app_type": "non_interactive", + "app_type": "regular_web", "grant_types": [ + "authorization_code", + "implicit", + "refresh_token", "client_credentials" ], + "web_origins": [], "custom_login_page_on": true }, { @@ -7535,21 +7550,12 @@ "async_approval_notification_channels": [ "guardian-push" ], - "name": "Node App", - "allowed_clients": [], - "allowed_logout_urls": [], - "callbacks": [], - "client_metadata": {}, + "name": "Quickstarts API (Test Application)", + "client_metadata": { + "foo": "bar" + }, "cross_origin_auth": false, "is_first_party": true, - "native_social_login": { - "apple": { - "enabled": false - }, - "facebook": { - "enabled": false - } - }, "oidc_conformant": true, "refresh_token": { "expiration_type": "non-expiring", @@ -7569,8 +7575,7 @@ "subject": "deprecated" } ], - "allowed_origins": [], - "client_id": "Q187Vh6vNNvq4TuP6cOo2gwpsXiu8byT", + "client_id": "KBmsLova1QU1cLpNZ5Wst9NexolH66zz", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -7578,16 +7583,11 @@ "lifetime_in_seconds": 36000, "secret_encoded": false }, - "client_aliases": [], "token_endpoint_auth_method": "client_secret_post", - "app_type": "regular_web", + "app_type": "non_interactive", "grant_types": [ - "authorization_code", - "implicit", - "refresh_token", "client_credentials" ], - "web_origins": [], "custom_login_page_on": true }, { @@ -7619,7 +7619,7 @@ "subject": "deprecated" } ], - "client_id": "ytUXRy51AJLHZH8ZDe4H6CEFr6g4RLEE", + "client_id": "GjnPFoLI9mBsl7zVfF1YcuicqzXFGsfP", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -7675,7 +7675,7 @@ "subject": "deprecated" } ], - "client_id": "gYgGddF8oodts1L3ird56dY4xXIxHvPg", + "client_id": "U2g2JvrBBxa1NUWu7Ycb4dbi7rSClbFw", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -7738,7 +7738,7 @@ "subject": "deprecated" } ], - "client_id": "4Km9rq36DFNHX5E2afxyqSsOBdq6K5YN", + "client_id": "jm6MlJhDC7xIgKBYePEAsFjMtlJ1ScDE", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -7799,7 +7799,7 @@ "subject": "deprecated" } ], - "client_id": "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3", + "client_id": "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -7866,12 +7866,7 @@ "response": { "organizations": [ { - "id": "org_JqwEMMzujIV88UNU", - "name": "org2", - "display_name": "Organization2" - }, - { - "id": "org_0pLtDGKkLf31gqPJ", + "id": "org_VF8F48N4jwlx9iqb", "name": "org1", "display_name": "Organization", "branding": { @@ -7880,6 +7875,11 @@ "primary": "#57ddff" } } + }, + { + "id": "org_9YMsat8TwkngWftp", + "name": "org2", + "display_name": "Organization2" } ] }, @@ -7889,7 +7889,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/organizations/org_JqwEMMzujIV88UNU/enabled_connections", + "path": "/api/v2/organizations/org_VF8F48N4jwlx9iqb/enabled_connections", "body": "", "status": 200, "response": [], @@ -7899,7 +7899,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/organizations/org_JqwEMMzujIV88UNU/client-grants?page=0&per_page=100&include_totals=true", + "path": "/api/v2/organizations/org_VF8F48N4jwlx9iqb/client-grants?page=0&per_page=100&include_totals=true", "body": "", "status": 200, "response": { @@ -7914,7 +7914,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/organizations/org_JqwEMMzujIV88UNU/discovery-domains?take=50", + "path": "/api/v2/organizations/org_VF8F48N4jwlx9iqb/discovery-domains?take=50", "body": "", "status": 200, "response": { @@ -7926,7 +7926,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/organizations/org_0pLtDGKkLf31gqPJ/enabled_connections", + "path": "/api/v2/organizations/org_9YMsat8TwkngWftp/enabled_connections", "body": "", "status": 200, "response": [], @@ -7936,7 +7936,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/organizations/org_0pLtDGKkLf31gqPJ/client-grants?page=0&per_page=100&include_totals=true", + "path": "/api/v2/organizations/org_9YMsat8TwkngWftp/client-grants?page=0&per_page=100&include_totals=true", "body": "", "status": 200, "response": { @@ -7951,7 +7951,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/organizations/org_0pLtDGKkLf31gqPJ/discovery-domains?take=50", + "path": "/api/v2/organizations/org_9YMsat8TwkngWftp/discovery-domains?take=50", "body": "", "status": 200, "response": { @@ -7972,7 +7972,7 @@ "limit": 50, "connections": [ { - "id": "con_L5iEwTLxIRtK1pDA", + "id": "con_ztvlJaf7zhCaAC7v", "options": { "mfa": { "active": true, @@ -8028,12 +8028,12 @@ "boo-baz-db-connection-test" ], "enabled_clients": [ - "Q187Vh6vNNvq4TuP6cOo2gwpsXiu8byT", - "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3" + "SrN1EUDvsQo826qtaOqWlxMRN5y08alc", + "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI" ] }, { - "id": "con_PbrTJcCum9aUGXfI", + "id": "con_6tyEu2hOP8JuHJku", "options": { "email": true, "scope": [ @@ -8049,8 +8049,8 @@ "google-oauth2" ], "enabled_clients": [ - "gYgGddF8oodts1L3ird56dY4xXIxHvPg", - "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3" + "U2g2JvrBBxa1NUWu7Ycb4dbi7rSClbFw", + "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI" ] } ] @@ -8067,7 +8067,7 @@ "response": { "connections": [ { - "id": "con_L5iEwTLxIRtK1pDA", + "id": "con_ztvlJaf7zhCaAC7v", "options": { "mfa": { "active": true, @@ -8123,12 +8123,12 @@ "boo-baz-db-connection-test" ], "enabled_clients": [ - "Q187Vh6vNNvq4TuP6cOo2gwpsXiu8byT", - "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3" + "SrN1EUDvsQo826qtaOqWlxMRN5y08alc", + "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI" ] }, { - "id": "con_PbrTJcCum9aUGXfI", + "id": "con_6tyEu2hOP8JuHJku", "options": { "email": true, "scope": [ @@ -8144,8 +8144,8 @@ "google-oauth2" ], "enabled_clients": [ - "gYgGddF8oodts1L3ird56dY4xXIxHvPg", - "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3" + "U2g2JvrBBxa1NUWu7Ycb4dbi7rSClbFw", + "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI" ] } ] @@ -8165,8 +8165,8 @@ "limit": 100, "client_grants": [ { - "id": "cgr_RdDeVaKKb2hAfUr4", - "client_id": "ytUXRy51AJLHZH8ZDe4H6CEFr6g4RLEE", + "id": "cgr_FWvBRbi6ftSVCXKS", + "client_id": "GjnPFoLI9mBsl7zVfF1YcuicqzXFGsfP", "audience": "https://auth0-deploy-cli-e2e.us.auth0.com/api/v2/", "scope": [ "read:client_grants", @@ -8303,8 +8303,8 @@ "subject_type": "client" }, { - "id": "cgr_h0jyrguro4OQFmDa", - "client_id": "BDFEllTLwgxz8o8yTHlcoe9pJOz8Bcn7", + "id": "cgr_pbwejzhwoujrsNE8", + "client_id": "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", "audience": "https://auth0-deploy-cli-e2e.us.auth0.com/api/v2/", "scope": [ "read:client_grants", @@ -8331,6 +8331,10 @@ "update:client_keys", "delete:client_keys", "create:client_keys", + "read:client_credentials", + "update:client_credentials", + "delete:client_credentials", + "create:client_credentials", "read:connections", "update:connections", "delete:connections", @@ -8420,10 +8424,19 @@ "read:entitlements", "read:attack_protection", "update:attack_protection", + "read:organizations_summary", + "create:authentication_methods", + "read:authentication_methods", + "update:authentication_methods", + "delete:authentication_methods", "read:organizations", "update:organizations", "create:organizations", "delete:organizations", + "read:organization_discovery_domains", + "update:organization_discovery_domains", + "create:organization_discovery_domains", + "delete:organization_discovery_domains", "create:organization_members", "read:organization_members", "delete:organization_members", @@ -8436,13 +8449,97 @@ "delete:organization_member_roles", "create:organization_invitations", "read:organization_invitations", - "delete:organization_invitations" + "delete:organization_invitations", + "read:scim_config", + "create:scim_config", + "update:scim_config", + "delete:scim_config", + "create:scim_token", + "read:scim_token", + "delete:scim_token", + "delete:phone_providers", + "create:phone_providers", + "read:phone_providers", + "update:phone_providers", + "delete:phone_templates", + "create:phone_templates", + "read:phone_templates", + "update:phone_templates", + "create:encryption_keys", + "read:encryption_keys", + "update:encryption_keys", + "delete:encryption_keys", + "read:sessions", + "update:sessions", + "delete:sessions", + "read:refresh_tokens", + "delete:refresh_tokens", + "create:self_service_profiles", + "read:self_service_profiles", + "update:self_service_profiles", + "delete:self_service_profiles", + "create:sso_access_tickets", + "delete:sso_access_tickets", + "read:forms", + "update:forms", + "delete:forms", + "create:forms", + "read:flows", + "update:flows", + "delete:flows", + "create:flows", + "read:flows_vault", + "read:flows_vault_connections", + "update:flows_vault_connections", + "delete:flows_vault_connections", + "create:flows_vault_connections", + "read:flows_executions", + "delete:flows_executions", + "read:connections_options", + "update:connections_options", + "read:self_service_profile_custom_texts", + "update:self_service_profile_custom_texts", + "create:network_acls", + "update:network_acls", + "read:network_acls", + "delete:network_acls", + "delete:vdcs_templates", + "read:vdcs_templates", + "create:vdcs_templates", + "update:vdcs_templates", + "create:custom_signing_keys", + "read:custom_signing_keys", + "update:custom_signing_keys", + "delete:custom_signing_keys", + "read:federated_connections_tokens", + "delete:federated_connections_tokens", + "create:user_attribute_profiles", + "read:user_attribute_profiles", + "update:user_attribute_profiles", + "delete:user_attribute_profiles", + "read:event_streams", + "create:event_streams", + "delete:event_streams", + "update:event_streams", + "read:event_deliveries", + "update:event_deliveries", + "create:connection_profiles", + "read:connection_profiles", + "update:connection_profiles", + "delete:connection_profiles", + "read:organization_client_grants", + "create:organization_client_grants", + "delete:organization_client_grants", + "read:security_metrics", + "read:connections_keys", + "update:connections_keys", + "create:connections_keys" ], "subject_type": "client" }, { - "id": "cgr_pbwejzhwoujrsNE8", - "client_id": "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", + "id": "cgr_sMnn6UuFajCTdk3u", + "client_id": "eZwzdXan9x27088CTPhLeCSqJK5Qsb5w", "audience": "https://auth0-deploy-cli-e2e.us.auth0.com/api/v2/", "scope": [ "read:client_grants", @@ -8469,10 +8566,6 @@ "update:client_keys", "delete:client_keys", "create:client_keys", - "read:client_credentials", - "update:client_credentials", - "delete:client_credentials", - "create:client_credentials", "read:connections", "update:connections", "delete:connections", @@ -8562,19 +8655,10 @@ "read:entitlements", "read:attack_protection", "update:attack_protection", - "read:organizations_summary", - "create:authentication_methods", - "read:authentication_methods", - "update:authentication_methods", - "delete:authentication_methods", "read:organizations", "update:organizations", "create:organizations", "delete:organizations", - "read:organization_discovery_domains", - "update:organization_discovery_domains", - "create:organization_discovery_domains", - "delete:organization_discovery_domains", "create:organization_members", "read:organization_members", "delete:organization_members", @@ -8587,91 +8671,7 @@ "delete:organization_member_roles", "create:organization_invitations", "read:organization_invitations", - "delete:organization_invitations", - "read:scim_config", - "create:scim_config", - "update:scim_config", - "delete:scim_config", - "create:scim_token", - "read:scim_token", - "delete:scim_token", - "delete:phone_providers", - "create:phone_providers", - "read:phone_providers", - "update:phone_providers", - "delete:phone_templates", - "create:phone_templates", - "read:phone_templates", - "update:phone_templates", - "create:encryption_keys", - "read:encryption_keys", - "update:encryption_keys", - "delete:encryption_keys", - "read:sessions", - "update:sessions", - "delete:sessions", - "read:refresh_tokens", - "delete:refresh_tokens", - "create:self_service_profiles", - "read:self_service_profiles", - "update:self_service_profiles", - "delete:self_service_profiles", - "create:sso_access_tickets", - "delete:sso_access_tickets", - "read:forms", - "update:forms", - "delete:forms", - "create:forms", - "read:flows", - "update:flows", - "delete:flows", - "create:flows", - "read:flows_vault", - "read:flows_vault_connections", - "update:flows_vault_connections", - "delete:flows_vault_connections", - "create:flows_vault_connections", - "read:flows_executions", - "delete:flows_executions", - "read:connections_options", - "update:connections_options", - "read:self_service_profile_custom_texts", - "update:self_service_profile_custom_texts", - "create:network_acls", - "update:network_acls", - "read:network_acls", - "delete:network_acls", - "delete:vdcs_templates", - "read:vdcs_templates", - "create:vdcs_templates", - "update:vdcs_templates", - "create:custom_signing_keys", - "read:custom_signing_keys", - "update:custom_signing_keys", - "delete:custom_signing_keys", - "read:federated_connections_tokens", - "delete:federated_connections_tokens", - "create:user_attribute_profiles", - "read:user_attribute_profiles", - "update:user_attribute_profiles", - "delete:user_attribute_profiles", - "read:event_streams", - "create:event_streams", - "delete:event_streams", - "update:event_streams", - "read:event_deliveries", - "update:event_deliveries", - "create:connection_profiles", - "read:connection_profiles", - "update:connection_profiles", - "delete:connection_profiles", - "read:organization_client_grants", - "create:organization_client_grants", - "delete:organization_client_grants", - "read:security_metrics", - "read:connections_keys", - "update:connections_keys", - "create:connections_keys" + "delete:organization_invitations" ], "subject_type": "client" } @@ -8786,7 +8786,7 @@ "subject": "deprecated" } ], - "client_id": "BDFEllTLwgxz8o8yTHlcoe9pJOz8Bcn7", + "client_id": "eZwzdXan9x27088CTPhLeCSqJK5Qsb5w", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -8809,12 +8809,21 @@ "async_approval_notification_channels": [ "guardian-push" ], - "name": "Quickstarts API (Test Application)", - "client_metadata": { - "foo": "bar" - }, + "name": "Node App", + "allowed_clients": [], + "allowed_logout_urls": [], + "callbacks": [], + "client_metadata": {}, "cross_origin_auth": false, "is_first_party": true, + "native_social_login": { + "apple": { + "enabled": false + }, + "facebook": { + "enabled": false + } + }, "oidc_conformant": true, "refresh_token": { "expiration_type": "non-expiring", @@ -8834,7 +8843,8 @@ "subject": "deprecated" } ], - "client_id": "1HFS6S8ca5Ba9yy8mvB4NPe3eXmL7frl", + "allowed_origins": [], + "client_id": "SrN1EUDvsQo826qtaOqWlxMRN5y08alc", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -8842,11 +8852,16 @@ "lifetime_in_seconds": 36000, "secret_encoded": false }, + "client_aliases": [], "token_endpoint_auth_method": "client_secret_post", - "app_type": "non_interactive", + "app_type": "regular_web", "grant_types": [ + "authorization_code", + "implicit", + "refresh_token", "client_credentials" ], + "web_origins": [], "custom_login_page_on": true }, { @@ -8856,21 +8871,12 @@ "async_approval_notification_channels": [ "guardian-push" ], - "name": "Node App", - "allowed_clients": [], - "allowed_logout_urls": [], - "callbacks": [], - "client_metadata": {}, + "name": "Quickstarts API (Test Application)", + "client_metadata": { + "foo": "bar" + }, "cross_origin_auth": false, "is_first_party": true, - "native_social_login": { - "apple": { - "enabled": false - }, - "facebook": { - "enabled": false - } - }, "oidc_conformant": true, "refresh_token": { "expiration_type": "non-expiring", @@ -8890,8 +8896,7 @@ "subject": "deprecated" } ], - "allowed_origins": [], - "client_id": "Q187Vh6vNNvq4TuP6cOo2gwpsXiu8byT", + "client_id": "KBmsLova1QU1cLpNZ5Wst9NexolH66zz", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -8899,16 +8904,11 @@ "lifetime_in_seconds": 36000, "secret_encoded": false }, - "client_aliases": [], "token_endpoint_auth_method": "client_secret_post", - "app_type": "regular_web", + "app_type": "non_interactive", "grant_types": [ - "authorization_code", - "implicit", - "refresh_token", "client_credentials" ], - "web_origins": [], "custom_login_page_on": true }, { @@ -8940,7 +8940,7 @@ "subject": "deprecated" } ], - "client_id": "ytUXRy51AJLHZH8ZDe4H6CEFr6g4RLEE", + "client_id": "GjnPFoLI9mBsl7zVfF1YcuicqzXFGsfP", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -8996,7 +8996,7 @@ "subject": "deprecated" } ], - "client_id": "gYgGddF8oodts1L3ird56dY4xXIxHvPg", + "client_id": "U2g2JvrBBxa1NUWu7Ycb4dbi7rSClbFw", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -9059,7 +9059,7 @@ "subject": "deprecated" } ], - "client_id": "4Km9rq36DFNHX5E2afxyqSsOBdq6K5YN", + "client_id": "jm6MlJhDC7xIgKBYePEAsFjMtlJ1ScDE", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -9120,7 +9120,7 @@ "subject": "deprecated" } ], - "client_id": "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3", + "client_id": "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -9181,23 +9181,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "PATCH", - "path": "/api/v2/organizations/org_JqwEMMzujIV88UNU", - "body": { - "display_name": "Organization2" - }, - "status": 200, - "response": { - "id": "org_JqwEMMzujIV88UNU", - "display_name": "Organization2", - "name": "org2" - }, - "rawHeaders": [], - "responseIsBinary": false - }, - { - "scope": "https://deploy-cli-dev.eu.auth0.com:443", - "method": "PATCH", - "path": "/api/v2/organizations/org_0pLtDGKkLf31gqPJ", + "path": "/api/v2/organizations/org_VF8F48N4jwlx9iqb", "body": { "branding": { "colors": { @@ -9215,13 +9199,29 @@ "primary": "#57ddff" } }, - "id": "org_0pLtDGKkLf31gqPJ", + "id": "org_VF8F48N4jwlx9iqb", "display_name": "Organization", "name": "org1" }, "rawHeaders": [], "responseIsBinary": false }, + { + "scope": "https://deploy-cli-dev.eu.auth0.com:443", + "method": "PATCH", + "path": "/api/v2/organizations/org_9YMsat8TwkngWftp", + "body": { + "display_name": "Organization2" + }, + "status": 200, + "response": { + "id": "org_9YMsat8TwkngWftp", + "display_name": "Organization2", + "name": "org2" + }, + "rawHeaders": [], + "responseIsBinary": false + }, { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", @@ -9230,7 +9230,7 @@ "status": 200, "response": [ { - "id": "lst_0000000000024846", + "id": "lst_0000000000024850", "name": "Suspended DD Log Stream", "type": "datadog", "status": "active", @@ -9241,14 +9241,14 @@ "isPriority": false }, { - "id": "lst_0000000000024847", + "id": "lst_0000000000024851", "name": "Amazon EventBridge", "type": "eventbridge", "status": "active", "sink": { "awsAccountId": "123456789012", "awsRegion": "us-east-2", - "awsPartnerEventSource": "aws.partner/auth0.com/auth0-deploy-cli-e2e-482d2b89-204a-4530-b8a9-234d4d07087b/auth0.logs" + "awsPartnerEventSource": "aws.partner/auth0.com/auth0-deploy-cli-e2e-64398cc2-e658-4da6-af38-c7874b6b043d/auth0.logs" }, "filters": [ { @@ -9297,7 +9297,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "PATCH", - "path": "/api/v2/log-streams/lst_0000000000024847", + "path": "/api/v2/log-streams/lst_0000000000024851", "body": { "name": "Amazon EventBridge", "filters": [ @@ -9342,14 +9342,14 @@ }, "status": 200, "response": { - "id": "lst_0000000000024847", + "id": "lst_0000000000024851", "name": "Amazon EventBridge", "type": "eventbridge", "status": "active", "sink": { "awsAccountId": "123456789012", "awsRegion": "us-east-2", - "awsPartnerEventSource": "aws.partner/auth0.com/auth0-deploy-cli-e2e-482d2b89-204a-4530-b8a9-234d4d07087b/auth0.logs" + "awsPartnerEventSource": "aws.partner/auth0.com/auth0-deploy-cli-e2e-64398cc2-e658-4da6-af38-c7874b6b043d/auth0.logs" }, "filters": [ { @@ -9397,7 +9397,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "PATCH", - "path": "/api/v2/log-streams/lst_0000000000024846", + "path": "/api/v2/log-streams/lst_0000000000024850", "body": { "name": "Suspended DD Log Stream", "sink": { @@ -9407,7 +9407,7 @@ }, "status": 200, "response": { - "id": "lst_0000000000024846", + "id": "lst_0000000000024850", "name": "Suspended DD Log Stream", "type": "datadog", "status": "active", @@ -9466,7 +9466,7 @@ "name": "Blank-form", "flow_count": 0, "created_at": "2024-11-26T11:58:18.187Z", - "updated_at": "2025-10-31T06:04:50.867Z" + "updated_at": "2025-10-31T14:57:47.048Z" } ] }, @@ -9537,7 +9537,7 @@ } }, "created_at": "2024-11-26T11:58:18.187Z", - "updated_at": "2025-10-31T06:04:50.867Z" + "updated_at": "2025-10-31T14:57:47.048Z" }, "rawHeaders": [], "responseIsBinary": false @@ -9662,7 +9662,7 @@ } }, "created_at": "2024-11-26T11:58:18.187Z", - "updated_at": "2025-10-31T06:06:41.394Z" + "updated_at": "2025-10-31T14:59:33.074Z" }, "rawHeaders": [], "responseIsBinary": false @@ -10884,7 +10884,7 @@ "subject": "deprecated" } ], - "client_id": "BDFEllTLwgxz8o8yTHlcoe9pJOz8Bcn7", + "client_id": "eZwzdXan9x27088CTPhLeCSqJK5Qsb5w", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -10907,12 +10907,21 @@ "async_approval_notification_channels": [ "guardian-push" ], - "name": "Quickstarts API (Test Application)", - "client_metadata": { - "foo": "bar" - }, + "name": "Node App", + "allowed_clients": [], + "allowed_logout_urls": [], + "callbacks": [], + "client_metadata": {}, "cross_origin_auth": false, "is_first_party": true, + "native_social_login": { + "apple": { + "enabled": false + }, + "facebook": { + "enabled": false + } + }, "oidc_conformant": true, "refresh_token": { "expiration_type": "non-expiring", @@ -10932,7 +10941,8 @@ "subject": "deprecated" } ], - "client_id": "1HFS6S8ca5Ba9yy8mvB4NPe3eXmL7frl", + "allowed_origins": [], + "client_id": "SrN1EUDvsQo826qtaOqWlxMRN5y08alc", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -10940,11 +10950,16 @@ "lifetime_in_seconds": 36000, "secret_encoded": false }, + "client_aliases": [], "token_endpoint_auth_method": "client_secret_post", - "app_type": "non_interactive", + "app_type": "regular_web", "grant_types": [ + "authorization_code", + "implicit", + "refresh_token", "client_credentials" ], + "web_origins": [], "custom_login_page_on": true }, { @@ -10954,21 +10969,12 @@ "async_approval_notification_channels": [ "guardian-push" ], - "name": "Node App", - "allowed_clients": [], - "allowed_logout_urls": [], - "callbacks": [], - "client_metadata": {}, + "name": "Quickstarts API (Test Application)", + "client_metadata": { + "foo": "bar" + }, "cross_origin_auth": false, "is_first_party": true, - "native_social_login": { - "apple": { - "enabled": false - }, - "facebook": { - "enabled": false - } - }, "oidc_conformant": true, "refresh_token": { "expiration_type": "non-expiring", @@ -10988,8 +10994,7 @@ "subject": "deprecated" } ], - "allowed_origins": [], - "client_id": "Q187Vh6vNNvq4TuP6cOo2gwpsXiu8byT", + "client_id": "KBmsLova1QU1cLpNZ5Wst9NexolH66zz", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -10997,16 +11002,11 @@ "lifetime_in_seconds": 36000, "secret_encoded": false }, - "client_aliases": [], "token_endpoint_auth_method": "client_secret_post", - "app_type": "regular_web", + "app_type": "non_interactive", "grant_types": [ - "authorization_code", - "implicit", - "refresh_token", "client_credentials" ], - "web_origins": [], "custom_login_page_on": true }, { @@ -11038,7 +11038,7 @@ "subject": "deprecated" } ], - "client_id": "ytUXRy51AJLHZH8ZDe4H6CEFr6g4RLEE", + "client_id": "GjnPFoLI9mBsl7zVfF1YcuicqzXFGsfP", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -11094,7 +11094,7 @@ "subject": "deprecated" } ], - "client_id": "gYgGddF8oodts1L3ird56dY4xXIxHvPg", + "client_id": "U2g2JvrBBxa1NUWu7Ycb4dbi7rSClbFw", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -11157,7 +11157,7 @@ "subject": "deprecated" } ], - "client_id": "4Km9rq36DFNHX5E2afxyqSsOBdq6K5YN", + "client_id": "jm6MlJhDC7xIgKBYePEAsFjMtlJ1ScDE", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -11218,7 +11218,7 @@ "subject": "deprecated" } ], - "client_id": "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3", + "client_id": "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -11242,7 +11242,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "DELETE", - "path": "/api/v2/clients/BDFEllTLwgxz8o8yTHlcoe9pJOz8Bcn7", + "path": "/api/v2/clients/eZwzdXan9x27088CTPhLeCSqJK5Qsb5w", "body": "", "status": 204, "response": "", @@ -11252,7 +11252,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "DELETE", - "path": "/api/v2/clients/Q187Vh6vNNvq4TuP6cOo2gwpsXiu8byT", + "path": "/api/v2/clients/KBmsLova1QU1cLpNZ5Wst9NexolH66zz", "body": "", "status": 204, "response": "", @@ -11262,7 +11262,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "DELETE", - "path": "/api/v2/clients/ytUXRy51AJLHZH8ZDe4H6CEFr6g4RLEE", + "path": "/api/v2/clients/SrN1EUDvsQo826qtaOqWlxMRN5y08alc", "body": "", "status": 204, "response": "", @@ -11272,7 +11272,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "DELETE", - "path": "/api/v2/clients/1HFS6S8ca5Ba9yy8mvB4NPe3eXmL7frl", + "path": "/api/v2/clients/GjnPFoLI9mBsl7zVfF1YcuicqzXFGsfP", "body": "", "status": 204, "response": "", @@ -11282,7 +11282,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "DELETE", - "path": "/api/v2/clients/gYgGddF8oodts1L3ird56dY4xXIxHvPg", + "path": "/api/v2/clients/jm6MlJhDC7xIgKBYePEAsFjMtlJ1ScDE", "body": "", "status": 204, "response": "", @@ -11292,7 +11292,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "DELETE", - "path": "/api/v2/clients/4Km9rq36DFNHX5E2afxyqSsOBdq6K5YN", + "path": "/api/v2/clients/U2g2JvrBBxa1NUWu7Ycb4dbi7rSClbFw", "body": "", "status": 204, "response": "", @@ -11302,7 +11302,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "DELETE", - "path": "/api/v2/clients/u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3", + "path": "/api/v2/clients/grQveAtB9mtIO6h9E1dujGHwHDBjVsiI", "body": "", "status": 204, "response": "", @@ -11376,7 +11376,7 @@ "subject": "/CN=auth0-deploy-cli-e2e.us.auth0.com" } ], - "client_id": "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg", + "client_id": "wIkGgCzD5FjG37vxaj11fUPbUw83iTj7", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -11398,7 +11398,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "PUT", - "path": "/api/v2/guardian/factors/otp", + "path": "/api/v2/guardian/factors/duo", "body": { "enabled": false }, @@ -11426,7 +11426,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "PUT", - "path": "/api/v2/guardian/factors/duo", + "path": "/api/v2/guardian/factors/otp", "body": { "enabled": false }, @@ -11440,7 +11440,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "PUT", - "path": "/api/v2/guardian/factors/webauthn-roaming", + "path": "/api/v2/guardian/factors/push-notification", "body": { "enabled": false }, @@ -11454,7 +11454,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "PUT", - "path": "/api/v2/guardian/factors/push-notification", + "path": "/api/v2/guardian/factors/webauthn-platform", "body": { "enabled": false }, @@ -11468,7 +11468,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "PUT", - "path": "/api/v2/guardian/factors/sms", + "path": "/api/v2/guardian/factors/recovery-code", "body": { "enabled": false }, @@ -11482,7 +11482,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "PUT", - "path": "/api/v2/guardian/factors/recovery-code", + "path": "/api/v2/guardian/factors/sms", "body": { "enabled": false }, @@ -11496,7 +11496,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "PUT", - "path": "/api/v2/guardian/factors/webauthn-platform", + "path": "/api/v2/guardian/factors/webauthn-roaming", "body": { "enabled": false }, @@ -11569,7 +11569,7 @@ "response": { "actions": [ { - "id": "92cbd3a9-7175-4ae7-a2b5-2b4d7064298d", + "id": "0ba50458-8f40-4350-a690-484c530cb5c5", "name": "My Custom Action", "supported_triggers": [ { @@ -11577,34 +11577,34 @@ "version": "v2" } ], - "created_at": "2025-10-31T06:04:25.342744187Z", - "updated_at": "2025-10-31T06:06:14.489295497Z", + "created_at": "2025-10-31T14:57:22.321709927Z", + "updated_at": "2025-10-31T14:59:07.483963816Z", "code": "/**\n * Handler that will be called during the execution of a PostLogin flow.\n *\n * @param {Event} event - Details about the user and the context in which they are logging in.\n * @param {PostLoginAPI} api - Interface whose methods can be used to change the behavior of the login.\n */\nexports.onExecutePostLogin = async (event, api) => {\n console.log('Some custom action!');\n};\n\n/**\n * Handler that will be invoked when this action is resuming after an external redirect. If your\n * onExecutePostLogin function does not perform a redirect, this function can be safely ignored.\n *\n * @param {Event} event - Details about the user and the context in which they are logging in.\n * @param {PostLoginAPI} api - Interface whose methods can be used to change the behavior of the login.\n */\n// exports.onContinuePostLogin = async (event, api) => {\n// };\n", "dependencies": [], "runtime": "node18", "status": "built", "secrets": [], "current_version": { - "id": "570360e0-f625-4ce6-ac6d-5443e4e7b900", + "id": "da63abed-397d-4157-bc09-05e87df4847e", "code": "/**\n * Handler that will be called during the execution of a PostLogin flow.\n *\n * @param {Event} event - Details about the user and the context in which they are logging in.\n * @param {PostLoginAPI} api - Interface whose methods can be used to change the behavior of the login.\n */\nexports.onExecutePostLogin = async (event, api) => {\n console.log('Some custom action!');\n};\n\n/**\n * Handler that will be invoked when this action is resuming after an external redirect. If your\n * onExecutePostLogin function does not perform a redirect, this function can be safely ignored.\n *\n * @param {Event} event - Details about the user and the context in which they are logging in.\n * @param {PostLoginAPI} api - Interface whose methods can be used to change the behavior of the login.\n */\n// exports.onContinuePostLogin = async (event, api) => {\n// };\n", "runtime": "node18", "status": "BUILT", "number": 2, - "build_time": "2025-10-31T06:06:15.304055280Z", - "created_at": "2025-10-31T06:06:15.229948474Z", - "updated_at": "2025-10-31T06:06:15.307066669Z" + "build_time": "2025-10-31T14:59:08.420698946Z", + "created_at": "2025-10-31T14:59:08.333737462Z", + "updated_at": "2025-10-31T14:59:08.422043955Z" }, "deployed_version": { "code": "/**\n * Handler that will be called during the execution of a PostLogin flow.\n *\n * @param {Event} event - Details about the user and the context in which they are logging in.\n * @param {PostLoginAPI} api - Interface whose methods can be used to change the behavior of the login.\n */\nexports.onExecutePostLogin = async (event, api) => {\n console.log('Some custom action!');\n};\n\n/**\n * Handler that will be invoked when this action is resuming after an external redirect. If your\n * onExecutePostLogin function does not perform a redirect, this function can be safely ignored.\n *\n * @param {Event} event - Details about the user and the context in which they are logging in.\n * @param {PostLoginAPI} api - Interface whose methods can be used to change the behavior of the login.\n */\n// exports.onContinuePostLogin = async (event, api) => {\n// };\n", "dependencies": [], - "id": "570360e0-f625-4ce6-ac6d-5443e4e7b900", + "id": "da63abed-397d-4157-bc09-05e87df4847e", "deployed": true, "number": 2, - "built_at": "2025-10-31T06:06:15.304055280Z", + "built_at": "2025-10-31T14:59:08.420698946Z", "secrets": [], "status": "built", - "created_at": "2025-10-31T06:06:15.229948474Z", - "updated_at": "2025-10-31T06:06:15.307066669Z", + "created_at": "2025-10-31T14:59:08.333737462Z", + "updated_at": "2025-10-31T14:59:08.422043955Z", "runtime": "node18", "supported_triggers": [ { @@ -11625,7 +11625,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "DELETE", - "path": "/api/v2/actions/actions/92cbd3a9-7175-4ae7-a2b5-2b4d7064298d?force=true", + "path": "/api/v2/actions/actions/0ba50458-8f40-4350-a690-484c530cb5c5?force=true", "body": "", "status": 204, "response": "", @@ -11841,7 +11841,7 @@ "subject": "deprecated" } ], - "client_id": "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg", + "client_id": "wIkGgCzD5FjG37vxaj11fUPbUw83iTj7", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -11911,7 +11911,7 @@ "limit": 50, "connections": [ { - "id": "con_L5iEwTLxIRtK1pDA", + "id": "con_ztvlJaf7zhCaAC7v", "options": { "mfa": { "active": true, @@ -11982,7 +11982,7 @@ "response": { "connections": [ { - "id": "con_L5iEwTLxIRtK1pDA", + "id": "con_ztvlJaf7zhCaAC7v", "options": { "mfa": { "active": true, @@ -12056,7 +12056,7 @@ "limit": 50, "connections": [ { - "id": "con_L5iEwTLxIRtK1pDA", + "id": "con_ztvlJaf7zhCaAC7v", "options": { "mfa": { "active": true, @@ -12127,7 +12127,7 @@ "response": { "connections": [ { - "id": "con_L5iEwTLxIRtK1pDA", + "id": "con_ztvlJaf7zhCaAC7v", "options": { "mfa": { "active": true, @@ -12192,7 +12192,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/connections/con_L5iEwTLxIRtK1pDA/clients?take=50", + "path": "/api/v2/connections/con_ztvlJaf7zhCaAC7v/clients?take=50", "body": "", "status": 200, "response": { @@ -12204,11 +12204,11 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "DELETE", - "path": "/api/v2/connections/con_L5iEwTLxIRtK1pDA", + "path": "/api/v2/connections/con_ztvlJaf7zhCaAC7v", "body": "", "status": 202, "response": { - "deleted_at": "2025-10-31T06:06:55.463Z" + "deleted_at": "2025-10-31T14:59:46.460Z" }, "rawHeaders": [], "responseIsBinary": false @@ -12222,7 +12222,7 @@ "strategy": "auth0", "enabled_clients": [ "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", - "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" + "wIkGgCzD5FjG37vxaj11fUPbUw83iTj7" ], "is_domain_connection": false, "options": { @@ -12240,7 +12240,7 @@ }, "status": 201, "response": { - "id": "con_85Lq3efegcuZcVni", + "id": "con_YQIQ8h72LqqSXD75", "options": { "mfa": { "active": true, @@ -12268,7 +12268,7 @@ "is_domain_connection": false, "enabled_clients": [ "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", - "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" + "wIkGgCzD5FjG37vxaj11fUPbUw83iTj7" ], "realms": [ "Username-Password-Authentication" @@ -12286,7 +12286,7 @@ "response": { "connections": [ { - "id": "con_85Lq3efegcuZcVni", + "id": "con_YQIQ8h72LqqSXD75", "options": { "mfa": { "active": true, @@ -12317,7 +12317,7 @@ ], "enabled_clients": [ "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", - "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" + "wIkGgCzD5FjG37vxaj11fUPbUw83iTj7" ] } ] @@ -12328,14 +12328,14 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "PATCH", - "path": "/api/v2/connections/con_85Lq3efegcuZcVni/clients", + "path": "/api/v2/connections/con_YQIQ8h72LqqSXD75/clients", "body": [ { "client_id": "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", "status": true }, { - "client_id": "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg", + "client_id": "wIkGgCzD5FjG37vxaj11fUPbUw83iTj7", "status": true } ], @@ -12440,7 +12440,7 @@ "subject": "deprecated" } ], - "client_id": "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg", + "client_id": "wIkGgCzD5FjG37vxaj11fUPbUw83iTj7", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -12510,7 +12510,7 @@ "limit": 50, "connections": [ { - "id": "con_PbrTJcCum9aUGXfI", + "id": "con_6tyEu2hOP8JuHJku", "options": { "email": true, "scope": [ @@ -12528,7 +12528,7 @@ "enabled_clients": [] }, { - "id": "con_85Lq3efegcuZcVni", + "id": "con_YQIQ8h72LqqSXD75", "options": { "mfa": { "active": true, @@ -12559,7 +12559,7 @@ ], "enabled_clients": [ "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", - "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" + "wIkGgCzD5FjG37vxaj11fUPbUw83iTj7" ] } ] @@ -12576,7 +12576,7 @@ "response": { "connections": [ { - "id": "con_PbrTJcCum9aUGXfI", + "id": "con_6tyEu2hOP8JuHJku", "options": { "email": true, "scope": [ @@ -12594,7 +12594,7 @@ "enabled_clients": [] }, { - "id": "con_85Lq3efegcuZcVni", + "id": "con_YQIQ8h72LqqSXD75", "options": { "mfa": { "active": true, @@ -12625,7 +12625,7 @@ ], "enabled_clients": [ "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", - "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" + "wIkGgCzD5FjG37vxaj11fUPbUw83iTj7" ] } ] @@ -12645,7 +12645,7 @@ "limit": 50, "connections": [ { - "id": "con_PbrTJcCum9aUGXfI", + "id": "con_6tyEu2hOP8JuHJku", "options": { "email": true, "scope": [ @@ -12663,7 +12663,7 @@ "enabled_clients": [] }, { - "id": "con_85Lq3efegcuZcVni", + "id": "con_YQIQ8h72LqqSXD75", "options": { "mfa": { "active": true, @@ -12694,7 +12694,7 @@ ], "enabled_clients": [ "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", - "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" + "wIkGgCzD5FjG37vxaj11fUPbUw83iTj7" ] } ] @@ -12711,7 +12711,7 @@ "response": { "connections": [ { - "id": "con_PbrTJcCum9aUGXfI", + "id": "con_6tyEu2hOP8JuHJku", "options": { "email": true, "scope": [ @@ -12729,7 +12729,7 @@ "enabled_clients": [] }, { - "id": "con_85Lq3efegcuZcVni", + "id": "con_YQIQ8h72LqqSXD75", "options": { "mfa": { "active": true, @@ -12760,7 +12760,7 @@ ], "enabled_clients": [ "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", - "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" + "wIkGgCzD5FjG37vxaj11fUPbUw83iTj7" ] } ] @@ -12771,7 +12771,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/connections/con_PbrTJcCum9aUGXfI/clients?take=50", + "path": "/api/v2/connections/con_6tyEu2hOP8JuHJku/clients?take=50", "body": "", "status": 200, "response": { @@ -12783,11 +12783,11 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "DELETE", - "path": "/api/v2/connections/con_PbrTJcCum9aUGXfI", + "path": "/api/v2/connections/con_6tyEu2hOP8JuHJku", "body": "", "status": 202, "response": { - "deleted_at": "2025-10-31T06:07:02.060Z" + "deleted_at": "2025-10-31T14:59:52.888Z" }, "rawHeaders": [], "responseIsBinary": false @@ -12922,7 +12922,7 @@ "subject": "deprecated" } ], - "client_id": "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg", + "client_id": "wIkGgCzD5FjG37vxaj11fUPbUw83iTj7", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -13240,22 +13240,22 @@ "response": { "roles": [ { - "id": "rol_lLNLY90nurwaoiBH", + "id": "rol_4BDf23iFJRSAfWkE", "name": "Admin", "description": "Can read and write things" }, { - "id": "rol_Xf6rpb7qUU0jhHZo", + "id": "rol_81RrNH8R5oCDnBUG", "name": "Reader", "description": "Can only read things" }, { - "id": "rol_qBWlF7Iu8cpOKtzv", + "id": "rol_v44pj0PGL7Gq9FQC", "name": "read_only", "description": "Read Only" }, { - "id": "rol_qJtLkYi8jZqRiG1Z", + "id": "rol_CyaPmtQRfUFB7rxL", "name": "read_osnly", "description": "Readz Only" } @@ -13270,7 +13270,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/roles/rol_lLNLY90nurwaoiBH/permissions?per_page=100&page=0&include_totals=true", + "path": "/api/v2/roles/rol_4BDf23iFJRSAfWkE/permissions?per_page=100&page=0&include_totals=true", "body": "", "status": 200, "response": { @@ -13285,7 +13285,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/roles/rol_Xf6rpb7qUU0jhHZo/permissions?per_page=100&page=0&include_totals=true", + "path": "/api/v2/roles/rol_81RrNH8R5oCDnBUG/permissions?per_page=100&page=0&include_totals=true", "body": "", "status": 200, "response": { @@ -13300,7 +13300,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/roles/rol_qBWlF7Iu8cpOKtzv/permissions?per_page=100&page=0&include_totals=true", + "path": "/api/v2/roles/rol_v44pj0PGL7Gq9FQC/permissions?per_page=100&page=0&include_totals=true", "body": "", "status": 200, "response": { @@ -13315,7 +13315,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/roles/rol_qJtLkYi8jZqRiG1Z/permissions?per_page=100&page=0&include_totals=true", + "path": "/api/v2/roles/rol_CyaPmtQRfUFB7rxL/permissions?per_page=100&page=0&include_totals=true", "body": "", "status": 200, "response": { @@ -13330,7 +13330,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "DELETE", - "path": "/api/v2/roles/rol_lLNLY90nurwaoiBH", + "path": "/api/v2/roles/rol_4BDf23iFJRSAfWkE", "body": "", "status": 200, "response": {}, @@ -13340,7 +13340,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "DELETE", - "path": "/api/v2/roles/rol_Xf6rpb7qUU0jhHZo", + "path": "/api/v2/roles/rol_v44pj0PGL7Gq9FQC", "body": "", "status": 200, "response": {}, @@ -13350,7 +13350,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "DELETE", - "path": "/api/v2/roles/rol_qBWlF7Iu8cpOKtzv", + "path": "/api/v2/roles/rol_81RrNH8R5oCDnBUG", "body": "", "status": 200, "response": {}, @@ -13360,7 +13360,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "DELETE", - "path": "/api/v2/roles/rol_qJtLkYi8jZqRiG1Z", + "path": "/api/v2/roles/rol_CyaPmtQRfUFB7rxL", "body": "", "status": 200, "response": {}, @@ -13376,7 +13376,7 @@ "response": { "organizations": [ { - "id": "org_0pLtDGKkLf31gqPJ", + "id": "org_VF8F48N4jwlx9iqb", "name": "org1", "display_name": "Organization", "branding": { @@ -13387,7 +13387,7 @@ } }, { - "id": "org_JqwEMMzujIV88UNU", + "id": "org_9YMsat8TwkngWftp", "name": "org2", "display_name": "Organization2" } @@ -13495,7 +13495,7 @@ "subject": "deprecated" } ], - "client_id": "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg", + "client_id": "wIkGgCzD5FjG37vxaj11fUPbUw83iTj7", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -13562,12 +13562,7 @@ "response": { "organizations": [ { - "id": "org_JqwEMMzujIV88UNU", - "name": "org2", - "display_name": "Organization2" - }, - { - "id": "org_0pLtDGKkLf31gqPJ", + "id": "org_VF8F48N4jwlx9iqb", "name": "org1", "display_name": "Organization", "branding": { @@ -13576,6 +13571,11 @@ "primary": "#57ddff" } } + }, + { + "id": "org_9YMsat8TwkngWftp", + "name": "org2", + "display_name": "Organization2" } ] }, @@ -13585,7 +13585,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/organizations/org_JqwEMMzujIV88UNU/enabled_connections", + "path": "/api/v2/organizations/org_VF8F48N4jwlx9iqb/enabled_connections", "body": "", "status": 200, "response": [], @@ -13595,7 +13595,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/organizations/org_JqwEMMzujIV88UNU/client-grants?page=0&per_page=100&include_totals=true", + "path": "/api/v2/organizations/org_VF8F48N4jwlx9iqb/client-grants?page=0&per_page=100&include_totals=true", "body": "", "status": 200, "response": { @@ -13610,7 +13610,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/organizations/org_JqwEMMzujIV88UNU/discovery-domains?take=50", + "path": "/api/v2/organizations/org_VF8F48N4jwlx9iqb/discovery-domains?take=50", "body": "", "status": 200, "response": { @@ -13622,7 +13622,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/organizations/org_0pLtDGKkLf31gqPJ/enabled_connections", + "path": "/api/v2/organizations/org_9YMsat8TwkngWftp/enabled_connections", "body": "", "status": 200, "response": [], @@ -13632,7 +13632,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/organizations/org_0pLtDGKkLf31gqPJ/client-grants?page=0&per_page=100&include_totals=true", + "path": "/api/v2/organizations/org_9YMsat8TwkngWftp/client-grants?page=0&per_page=100&include_totals=true", "body": "", "status": 200, "response": { @@ -13647,7 +13647,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/organizations/org_0pLtDGKkLf31gqPJ/discovery-domains?take=50", + "path": "/api/v2/organizations/org_9YMsat8TwkngWftp/discovery-domains?take=50", "body": "", "status": 200, "response": { @@ -13668,7 +13668,7 @@ "limit": 50, "connections": [ { - "id": "con_85Lq3efegcuZcVni", + "id": "con_YQIQ8h72LqqSXD75", "options": { "mfa": { "active": true, @@ -13699,7 +13699,7 @@ ], "enabled_clients": [ "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", - "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" + "wIkGgCzD5FjG37vxaj11fUPbUw83iTj7" ] } ] @@ -13716,7 +13716,7 @@ "response": { "connections": [ { - "id": "con_85Lq3efegcuZcVni", + "id": "con_YQIQ8h72LqqSXD75", "options": { "mfa": { "active": true, @@ -13747,7 +13747,7 @@ ], "enabled_clients": [ "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", - "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" + "wIkGgCzD5FjG37vxaj11fUPbUw83iTj7" ] } ] @@ -14102,7 +14102,7 @@ "subject": "deprecated" } ], - "client_id": "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg", + "client_id": "wIkGgCzD5FjG37vxaj11fUPbUw83iTj7", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -14163,7 +14163,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "DELETE", - "path": "/api/v2/organizations/org_0pLtDGKkLf31gqPJ", + "path": "/api/v2/organizations/org_VF8F48N4jwlx9iqb", "body": "", "status": 204, "response": "", @@ -14173,7 +14173,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "DELETE", - "path": "/api/v2/organizations/org_JqwEMMzujIV88UNU", + "path": "/api/v2/organizations/org_9YMsat8TwkngWftp", "body": "", "status": 204, "response": "", @@ -14188,7 +14188,7 @@ "status": 200, "response": [ { - "id": "lst_0000000000024846", + "id": "lst_0000000000024850", "name": "Suspended DD Log Stream", "type": "datadog", "status": "active", @@ -14199,14 +14199,14 @@ "isPriority": false }, { - "id": "lst_0000000000024847", + "id": "lst_0000000000024851", "name": "Amazon EventBridge", "type": "eventbridge", "status": "active", "sink": { "awsAccountId": "123456789012", "awsRegion": "us-east-2", - "awsPartnerEventSource": "aws.partner/auth0.com/auth0-deploy-cli-e2e-482d2b89-204a-4530-b8a9-234d4d07087b/auth0.logs" + "awsPartnerEventSource": "aws.partner/auth0.com/auth0-deploy-cli-e2e-64398cc2-e658-4da6-af38-c7874b6b043d/auth0.logs" }, "filters": [ { @@ -14255,7 +14255,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "DELETE", - "path": "/api/v2/log-streams/lst_0000000000024846", + "path": "/api/v2/log-streams/lst_0000000000024850", "body": "", "status": 204, "response": "", @@ -14265,7 +14265,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "DELETE", - "path": "/api/v2/log-streams/lst_0000000000024847", + "path": "/api/v2/log-streams/lst_0000000000024851", "body": "", "status": 204, "response": "", @@ -15558,7 +15558,7 @@ "subject": "deprecated" } ], - "client_id": "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg", + "client_id": "wIkGgCzD5FjG37vxaj11fUPbUw83iTj7", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -15591,7 +15591,7 @@ "limit": 50, "connections": [ { - "id": "con_85Lq3efegcuZcVni", + "id": "con_YQIQ8h72LqqSXD75", "options": { "mfa": { "active": true, @@ -15622,7 +15622,7 @@ ], "enabled_clients": [ "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", - "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" + "wIkGgCzD5FjG37vxaj11fUPbUw83iTj7" ] } ] @@ -15639,7 +15639,7 @@ "response": { "connections": [ { - "id": "con_85Lq3efegcuZcVni", + "id": "con_YQIQ8h72LqqSXD75", "options": { "mfa": { "active": true, @@ -15670,7 +15670,7 @@ ], "enabled_clients": [ "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", - "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" + "wIkGgCzD5FjG37vxaj11fUPbUw83iTj7" ] } ] @@ -15681,16 +15681,16 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/connections/con_85Lq3efegcuZcVni/clients?take=50", + "path": "/api/v2/connections/con_YQIQ8h72LqqSXD75/clients?take=50", "body": "", "status": 200, "response": { "clients": [ { - "client_id": "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" + "client_id": "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE" }, { - "client_id": "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE" + "client_id": "wIkGgCzD5FjG37vxaj11fUPbUw83iTj7" } ] }, @@ -15709,7 +15709,7 @@ "limit": 50, "connections": [ { - "id": "con_85Lq3efegcuZcVni", + "id": "con_YQIQ8h72LqqSXD75", "options": { "mfa": { "active": true, @@ -15740,7 +15740,7 @@ ], "enabled_clients": [ "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", - "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" + "wIkGgCzD5FjG37vxaj11fUPbUw83iTj7" ] } ] @@ -15757,7 +15757,7 @@ "response": { "connections": [ { - "id": "con_85Lq3efegcuZcVni", + "id": "con_YQIQ8h72LqqSXD75", "options": { "mfa": { "active": true, @@ -15788,7 +15788,7 @@ ], "enabled_clients": [ "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", - "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" + "wIkGgCzD5FjG37vxaj11fUPbUw83iTj7" ] } ] @@ -15903,7 +15903,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/email-templates/enrollment_email", + "path": "/api/v2/email-templates/blocked_account", "body": "", "status": 404, "response": { @@ -15918,7 +15918,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/email-templates/mfa_oob_code", + "path": "/api/v2/email-templates/reset_email", "body": "", "status": 404, "response": { @@ -15933,7 +15933,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/email-templates/verify_email_by_code", + "path": "/api/v2/email-templates/reset_email_by_code", "body": "", "status": 404, "response": { @@ -15948,7 +15948,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/email-templates/password_reset", + "path": "/api/v2/email-templates/stolen_credentials", "body": "", "status": 404, "response": { @@ -15982,7 +15982,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/email-templates/reset_email", + "path": "/api/v2/email-templates/password_reset", "body": "", "status": 404, "response": { @@ -15997,7 +15997,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/email-templates/change_password", + "path": "/api/v2/email-templates/async_approval", "body": "", "status": 404, "response": { @@ -16012,7 +16012,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/email-templates/reset_email_by_code", + "path": "/api/v2/email-templates/change_password", "body": "", "status": 404, "response": { @@ -16027,7 +16027,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/email-templates/user_invitation", + "path": "/api/v2/email-templates/mfa_oob_code", "body": "", "status": 404, "response": { @@ -16042,7 +16042,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/email-templates/blocked_account", + "path": "/api/v2/email-templates/user_invitation", "body": "", "status": 404, "response": { @@ -16057,7 +16057,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/email-templates/async_approval", + "path": "/api/v2/email-templates/enrollment_email", "body": "", "status": 404, "response": { @@ -16072,7 +16072,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/email-templates/stolen_credentials", + "path": "/api/v2/email-templates/verify_email_by_code", "body": "", "status": 404, "response": { @@ -16389,7 +16389,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/guardian/factors/push-notification/providers/sns", + "path": "/api/v2/guardian/factors/sms/providers/twilio", "body": "", "status": 200, "response": {}, @@ -16399,7 +16399,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/guardian/factors/sms/providers/twilio", + "path": "/api/v2/guardian/factors/push-notification/providers/sns", "body": "", "status": 200, "response": {}, @@ -16673,7 +16673,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/prompts/phone-identifier-enrollment/custom-text/en", + "path": "/api/v2/prompts/phone-identifier-challenge/custom-text/en", "body": "", "status": 200, "response": {}, @@ -16683,7 +16683,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/prompts/phone-identifier-challenge/custom-text/en", + "path": "/api/v2/prompts/phone-identifier-enrollment/custom-text/en", "body": "", "status": 200, "response": {}, @@ -16753,7 +16753,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/prompts/mfa-push/custom-text/en", + "path": "/api/v2/prompts/mfa-otp/custom-text/en", "body": "", "status": 200, "response": {}, @@ -16763,7 +16763,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/prompts/mfa-otp/custom-text/en", + "path": "/api/v2/prompts/mfa-push/custom-text/en", "body": "", "status": 200, "response": {}, @@ -16783,7 +16783,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/prompts/mfa-phone/custom-text/en", + "path": "/api/v2/prompts/mfa-webauthn/custom-text/en", "body": "", "status": 200, "response": {}, @@ -16793,7 +16793,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/prompts/mfa-webauthn/custom-text/en", + "path": "/api/v2/prompts/mfa-phone/custom-text/en", "body": "", "status": 200, "response": {}, @@ -16943,7 +16943,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/prompts/login-id/partials", + "path": "/api/v2/prompts/login-password/partials", "body": "", "status": 200, "response": {}, @@ -16953,7 +16953,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/prompts/login-password/partials", + "path": "/api/v2/prompts/login-id/partials", "body": "", "status": 200, "response": {}, @@ -16963,7 +16963,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/prompts/login-passwordless/partials", + "path": "/api/v2/prompts/signup/partials", "body": "", "status": 200, "response": {}, @@ -16973,7 +16973,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/prompts/signup/partials", + "path": "/api/v2/prompts/signup-id/partials", "body": "", "status": 200, "response": {}, @@ -16983,7 +16983,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/prompts/signup-id/partials", + "path": "/api/v2/prompts/signup-password/partials", "body": "", "status": 200, "response": {}, @@ -16993,7 +16993,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/prompts/signup-password/partials", + "path": "/api/v2/prompts/login-passwordless/partials", "body": "", "status": 200, "response": {}, @@ -17021,6 +17021,18 @@ "status": 200, "response": { "triggers": [ + { + "id": "post-login", + "version": "v2", + "status": "DEPRECATED", + "runtimes": [ + "node12", + "node18" + ], + "default_runtime": "node16", + "binding_policy": "trigger-bound", + "compatible_triggers": [] + }, { "id": "post-login", "version": "v3", @@ -17038,33 +17050,12 @@ } ] }, - { - "id": "post-login", - "version": "v2", - "status": "DEPRECATED", - "runtimes": [ - "node18" - ], - "default_runtime": "node16", - "binding_policy": "trigger-bound", - "compatible_triggers": [] - }, - { - "id": "credentials-exchange", - "version": "v1", - "status": "DEPRECATED", - "runtimes": [ - "node12" - ], - "default_runtime": "node12", - "binding_policy": "trigger-bound", - "compatible_triggers": [] - }, { "id": "credentials-exchange", "version": "v2", "status": "CURRENT", "runtimes": [ + "node12", "node18-actions", "node22" ], @@ -17090,7 +17081,6 @@ "version": "v2", "status": "CURRENT", "runtimes": [ - "node12", "node18-actions", "node22" ], @@ -17103,6 +17093,7 @@ "version": "v2", "status": "CURRENT", "runtimes": [ + "node12", "node18-actions", "node22" ], @@ -17476,7 +17467,7 @@ "subject": "deprecated" } ], - "client_id": "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg", + "client_id": "wIkGgCzD5FjG37vxaj11fUPbUw83iTj7", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -17635,6 +17626,18 @@ "rawHeaders": [], "responseIsBinary": false }, + { + "scope": "https://deploy-cli-dev.eu.auth0.com:443", + "method": "GET", + "path": "/api/v2/custom-domains?take=50", + "body": "", + "status": 200, + "response": { + "custom_domains": [] + }, + "rawHeaders": [], + "responseIsBinary": false + }, { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", @@ -17681,7 +17684,7 @@ "name": "Blank-form", "flow_count": 0, "created_at": "2024-11-26T11:58:18.187Z", - "updated_at": "2025-10-31T06:06:41.394Z" + "updated_at": "2025-10-31T14:59:33.074Z" } ] }, @@ -17752,7 +17755,7 @@ } }, "created_at": "2024-11-26T11:58:18.187Z", - "updated_at": "2025-10-31T06:06:41.394Z" + "updated_at": "2025-10-31T14:59:33.074Z" }, "rawHeaders": [], "responseIsBinary": false @@ -17760,14 +17763,14 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/flows?page=0&per_page=100&include_totals=true", + "path": "/api/v2/flows/vault/connections?page=0&per_page=100&include_totals=true", "body": "", "status": 200, "response": { "limit": 100, "start": 0, "total": 0, - "flows": [] + "connections": [] }, "rawHeaders": [], "responseIsBinary": false @@ -17775,14 +17778,14 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/flows/vault/connections?page=0&per_page=100&include_totals=true", + "path": "/api/v2/flows?page=0&per_page=100&include_totals=true", "body": "", "status": 200, "response": { "limit": 100, "start": 0, "total": 0, - "connections": [] + "flows": [] }, "rawHeaders": [], "responseIsBinary": false @@ -17831,7 +17834,7 @@ "okta" ], "created_at": "2024-11-26T11:58:18.962Z", - "updated_at": "2025-10-31T06:06:31.353Z", + "updated_at": "2025-10-31T14:59:23.732Z", "branding": { "colors": { "primary": "#19aecc" @@ -17883,7 +17886,7 @@ } }, "created_at": "2025-09-09T04:41:43.671Z", - "updated_at": "2025-10-31T06:06:16.461Z", + "updated_at": "2025-10-31T14:59:09.594Z", "id": "acl_wpZ6oScRU5L6QKAxMUMHmx" } ] diff --git a/test/e2e/recordings/should-deploy-without-deleting-resources-if-AUTH0_ALLOW_DELETE-is-false.json b/test/e2e/recordings/should-deploy-without-deleting-resources-if-AUTH0_ALLOW_DELETE-is-false.json index 57364cc17..7fbafa9ff 100644 --- a/test/e2e/recordings/should-deploy-without-deleting-resources-if-AUTH0_ALLOW_DELETE-is-false.json +++ b/test/e2e/recordings/should-deploy-without-deleting-resources-if-AUTH0_ALLOW_DELETE-is-false.json @@ -1289,7 +1289,7 @@ "subject": "deprecated" } ], - "client_id": "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", + "client_id": "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -1397,7 +1397,7 @@ "subject": "/CN=auth0-deploy-cli-e2e.us.auth0.com" } ], - "client_id": "BDFEllTLwgxz8o8yTHlcoe9pJOz8Bcn7", + "client_id": "eZwzdXan9x27088CTPhLeCSqJK5Qsb5w", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -1421,14 +1421,20 @@ "method": "POST", "path": "/api/v2/clients", "body": { - "name": "Quickstarts API (Test Application)", - "app_type": "non_interactive", - "client_metadata": { - "foo": "bar" - }, + "name": "Node App", + "allowed_clients": [], + "allowed_logout_urls": [], + "allowed_origins": [], + "app_type": "regular_web", + "callbacks": [], + "client_aliases": [], + "client_metadata": {}, "cross_origin_auth": false, "custom_login_page_on": true, "grant_types": [ + "authorization_code", + "implicit", + "refresh_token", "client_credentials" ], "is_first_party": true, @@ -1438,6 +1444,14 @@ "lifetime_in_seconds": 36000, "secret_encoded": false }, + "native_social_login": { + "apple": { + "enabled": false + }, + "facebook": { + "enabled": false + } + }, "oidc_conformant": true, "refresh_token": { "expiration_type": "non-expiring", @@ -1449,7 +1463,8 @@ "rotation_type": "non-rotating" }, "sso_disabled": false, - "token_endpoint_auth_method": "client_secret_post" + "token_endpoint_auth_method": "client_secret_post", + "web_origins": [] }, "status": 201, "response": { @@ -1459,12 +1474,21 @@ "async_approval_notification_channels": [ "guardian-push" ], - "name": "Quickstarts API (Test Application)", - "client_metadata": { - "foo": "bar" - }, + "name": "Node App", + "allowed_clients": [], + "allowed_logout_urls": [], + "callbacks": [], + "client_metadata": {}, "cross_origin_auth": false, "is_first_party": true, + "native_social_login": { + "apple": { + "enabled": false + }, + "facebook": { + "enabled": false + } + }, "oidc_conformant": true, "refresh_token": { "expiration_type": "non-expiring", @@ -1486,7 +1510,8 @@ "subject": "/CN=auth0-deploy-cli-e2e.us.auth0.com" } ], - "client_id": "1HFS6S8ca5Ba9yy8mvB4NPe3eXmL7frl", + "allowed_origins": [], + "client_id": "SrN1EUDvsQo826qtaOqWlxMRN5y08alc", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -1494,11 +1519,16 @@ "lifetime_in_seconds": 36000, "secret_encoded": false }, + "client_aliases": [], "token_endpoint_auth_method": "client_secret_post", - "app_type": "non_interactive", + "app_type": "regular_web", "grant_types": [ + "authorization_code", + "implicit", + "refresh_token", "client_credentials" ], + "web_origins": [], "custom_login_page_on": true }, "rawHeaders": [], @@ -1509,20 +1539,14 @@ "method": "POST", "path": "/api/v2/clients", "body": { - "name": "Node App", - "allowed_clients": [], - "allowed_logout_urls": [], - "allowed_origins": [], - "app_type": "regular_web", - "callbacks": [], - "client_aliases": [], - "client_metadata": {}, + "name": "Quickstarts API (Test Application)", + "app_type": "non_interactive", + "client_metadata": { + "foo": "bar" + }, "cross_origin_auth": false, "custom_login_page_on": true, "grant_types": [ - "authorization_code", - "implicit", - "refresh_token", "client_credentials" ], "is_first_party": true, @@ -1532,14 +1556,6 @@ "lifetime_in_seconds": 36000, "secret_encoded": false }, - "native_social_login": { - "apple": { - "enabled": false - }, - "facebook": { - "enabled": false - } - }, "oidc_conformant": true, "refresh_token": { "expiration_type": "non-expiring", @@ -1551,8 +1567,7 @@ "rotation_type": "non-rotating" }, "sso_disabled": false, - "token_endpoint_auth_method": "client_secret_post", - "web_origins": [] + "token_endpoint_auth_method": "client_secret_post" }, "status": 201, "response": { @@ -1562,21 +1577,12 @@ "async_approval_notification_channels": [ "guardian-push" ], - "name": "Node App", - "allowed_clients": [], - "allowed_logout_urls": [], - "callbacks": [], - "client_metadata": {}, + "name": "Quickstarts API (Test Application)", + "client_metadata": { + "foo": "bar" + }, "cross_origin_auth": false, "is_first_party": true, - "native_social_login": { - "apple": { - "enabled": false - }, - "facebook": { - "enabled": false - } - }, "oidc_conformant": true, "refresh_token": { "expiration_type": "non-expiring", @@ -1598,8 +1604,7 @@ "subject": "/CN=auth0-deploy-cli-e2e.us.auth0.com" } ], - "allowed_origins": [], - "client_id": "Q187Vh6vNNvq4TuP6cOo2gwpsXiu8byT", + "client_id": "KBmsLova1QU1cLpNZ5Wst9NexolH66zz", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -1607,16 +1612,11 @@ "lifetime_in_seconds": 36000, "secret_encoded": false }, - "client_aliases": [], "token_endpoint_auth_method": "client_secret_post", - "app_type": "regular_web", + "app_type": "non_interactive", "grant_types": [ - "authorization_code", - "implicit", - "refresh_token", "client_credentials" ], - "web_origins": [], "custom_login_page_on": true }, "rawHeaders": [], @@ -1686,7 +1686,7 @@ "subject": "/CN=auth0-deploy-cli-e2e.us.auth0.com" } ], - "client_id": "ytUXRy51AJLHZH8ZDe4H6CEFr6g4RLEE", + "client_id": "GjnPFoLI9mBsl7zVfF1YcuicqzXFGsfP", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -1795,7 +1795,7 @@ "subject": "/CN=auth0-deploy-cli-e2e.us.auth0.com" } ], - "client_id": "gYgGddF8oodts1L3ird56dY4xXIxHvPg", + "client_id": "U2g2JvrBBxa1NUWu7Ycb4dbi7rSClbFw", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -1918,7 +1918,7 @@ "subject": "/CN=auth0-deploy-cli-e2e.us.auth0.com" } ], - "client_id": "4Km9rq36DFNHX5E2afxyqSsOBdq6K5YN", + "client_id": "jm6MlJhDC7xIgKBYePEAsFjMtlJ1ScDE", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -2029,7 +2029,7 @@ "subject": "/CN=auth0-deploy-cli-e2e.us.auth0.com" } ], - "client_id": "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3", + "client_id": "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -2051,7 +2051,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "PUT", - "path": "/api/v2/guardian/factors/otp", + "path": "/api/v2/guardian/factors/duo", "body": { "enabled": false }, @@ -2065,7 +2065,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "PUT", - "path": "/api/v2/guardian/factors/duo", + "path": "/api/v2/guardian/factors/email", "body": { "enabled": false }, @@ -2079,7 +2079,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "PUT", - "path": "/api/v2/guardian/factors/email", + "path": "/api/v2/guardian/factors/otp", "body": { "enabled": false }, @@ -2093,7 +2093,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "PUT", - "path": "/api/v2/guardian/factors/webauthn-platform", + "path": "/api/v2/guardian/factors/sms", "body": { "enabled": false }, @@ -2107,13 +2107,13 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "PUT", - "path": "/api/v2/guardian/factors/push-notification", + "path": "/api/v2/guardian/factors/webauthn-platform", "body": { - "enabled": true + "enabled": false }, "status": 200, "response": { - "enabled": true + "enabled": false }, "rawHeaders": [], "responseIsBinary": false @@ -2121,13 +2121,13 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "PUT", - "path": "/api/v2/guardian/factors/sms", + "path": "/api/v2/guardian/factors/push-notification", "body": { - "enabled": false + "enabled": true }, "status": 200, "response": { - "enabled": false + "enabled": true }, "rawHeaders": [], "responseIsBinary": false @@ -2250,7 +2250,7 @@ }, "status": 201, "response": { - "id": "92cbd3a9-7175-4ae7-a2b5-2b4d7064298d", + "id": "0ba50458-8f40-4350-a690-484c530cb5c5", "name": "My Custom Action", "supported_triggers": [ { @@ -2258,8 +2258,8 @@ "version": "v2" } ], - "created_at": "2025-10-31T06:04:25.342744187Z", - "updated_at": "2025-10-31T06:04:25.358405387Z", + "created_at": "2025-10-31T14:57:22.321709927Z", + "updated_at": "2025-10-31T14:57:22.333454578Z", "code": "/**\n * Handler that will be called during the execution of a PostLogin flow.\n *\n * @param {Event} event - Details about the user and the context in which they are logging in.\n * @param {PostLoginAPI} api - Interface whose methods can be used to change the behavior of the login.\n */\nexports.onExecutePostLogin = async (event, api) => {\n console.log('Some custom action!');\n};\n\n/**\n * Handler that will be invoked when this action is resuming after an external redirect. If your\n * onExecutePostLogin function does not perform a redirect, this function can be safely ignored.\n *\n * @param {Event} event - Details about the user and the context in which they are logging in.\n * @param {PostLoginAPI} api - Interface whose methods can be used to change the behavior of the login.\n */\n// exports.onContinuePostLogin = async (event, api) => {\n// };\n", "dependencies": [], "runtime": "node18", @@ -2279,7 +2279,7 @@ "response": { "actions": [ { - "id": "92cbd3a9-7175-4ae7-a2b5-2b4d7064298d", + "id": "0ba50458-8f40-4350-a690-484c530cb5c5", "name": "My Custom Action", "supported_triggers": [ { @@ -2287,8 +2287,8 @@ "version": "v2" } ], - "created_at": "2025-10-31T06:04:25.342744187Z", - "updated_at": "2025-10-31T06:04:25.358405387Z", + "created_at": "2025-10-31T14:57:22.321709927Z", + "updated_at": "2025-10-31T14:57:22.333454578Z", "code": "/**\n * Handler that will be called during the execution of a PostLogin flow.\n *\n * @param {Event} event - Details about the user and the context in which they are logging in.\n * @param {PostLoginAPI} api - Interface whose methods can be used to change the behavior of the login.\n */\nexports.onExecutePostLogin = async (event, api) => {\n console.log('Some custom action!');\n};\n\n/**\n * Handler that will be invoked when this action is resuming after an external redirect. If your\n * onExecutePostLogin function does not perform a redirect, this function can be safely ignored.\n *\n * @param {Event} event - Details about the user and the context in which they are logging in.\n * @param {PostLoginAPI} api - Interface whose methods can be used to change the behavior of the login.\n */\n// exports.onContinuePostLogin = async (event, api) => {\n// };\n", "dependencies": [], "runtime": "node18", @@ -2306,19 +2306,19 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "POST", - "path": "/api/v2/actions/actions/92cbd3a9-7175-4ae7-a2b5-2b4d7064298d/deploy", + "path": "/api/v2/actions/actions/0ba50458-8f40-4350-a690-484c530cb5c5/deploy", "body": "", "status": 200, "response": { "code": "/**\n * Handler that will be called during the execution of a PostLogin flow.\n *\n * @param {Event} event - Details about the user and the context in which they are logging in.\n * @param {PostLoginAPI} api - Interface whose methods can be used to change the behavior of the login.\n */\nexports.onExecutePostLogin = async (event, api) => {\n console.log('Some custom action!');\n};\n\n/**\n * Handler that will be invoked when this action is resuming after an external redirect. If your\n * onExecutePostLogin function does not perform a redirect, this function can be safely ignored.\n *\n * @param {Event} event - Details about the user and the context in which they are logging in.\n * @param {PostLoginAPI} api - Interface whose methods can be used to change the behavior of the login.\n */\n// exports.onContinuePostLogin = async (event, api) => {\n// };\n", "dependencies": [], - "id": "3a8ba256-e396-4c31-ad0a-b9a43cfca053", + "id": "bd05521b-4f4a-4022-8be8-6f77382a55a8", "deployed": false, "number": 1, "secrets": [], "status": "built", - "created_at": "2025-10-31T06:04:26.208577625Z", - "updated_at": "2025-10-31T06:04:26.208577625Z", + "created_at": "2025-10-31T14:57:23.082767653Z", + "updated_at": "2025-10-31T14:57:23.082767653Z", "runtime": "node18", "supported_triggers": [ { @@ -2327,7 +2327,7 @@ } ], "action": { - "id": "92cbd3a9-7175-4ae7-a2b5-2b4d7064298d", + "id": "0ba50458-8f40-4350-a690-484c530cb5c5", "name": "My Custom Action", "supported_triggers": [ { @@ -2335,42 +2335,14 @@ "version": "v2" } ], - "created_at": "2025-10-31T06:04:25.342744187Z", - "updated_at": "2025-10-31T06:04:25.342744187Z", + "created_at": "2025-10-31T14:57:22.321709927Z", + "updated_at": "2025-10-31T14:57:22.321709927Z", "all_changes_deployed": false } }, "rawHeaders": [], "responseIsBinary": false }, - { - "scope": "https://deploy-cli-dev.eu.auth0.com:443", - "method": "PATCH", - "path": "/api/v2/attack-protection/breached-password-detection", - "body": { - "enabled": false, - "shields": [], - "admin_notification_frequency": [], - "method": "standard" - }, - "status": 200, - "response": { - "enabled": false, - "shields": [], - "admin_notification_frequency": [], - "method": "standard", - "stage": { - "pre-user-registration": { - "shields": [] - }, - "pre-change-password": { - "shields": [] - } - } - }, - "rawHeaders": [], - "responseIsBinary": false - }, { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "PATCH", @@ -2445,6 +2417,34 @@ "rawHeaders": [], "responseIsBinary": false }, + { + "scope": "https://deploy-cli-dev.eu.auth0.com:443", + "method": "PATCH", + "path": "/api/v2/attack-protection/breached-password-detection", + "body": { + "enabled": false, + "shields": [], + "admin_notification_frequency": [], + "method": "standard" + }, + "status": 200, + "response": { + "enabled": false, + "shields": [], + "admin_notification_frequency": [], + "method": "standard", + "stage": { + "pre-user-registration": { + "shields": [] + }, + "pre-change-password": { + "shields": [] + } + } + }, + "rawHeaders": [], + "responseIsBinary": false + }, { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", @@ -2472,7 +2472,7 @@ } }, "created_at": "2025-09-09T04:41:43.671Z", - "updated_at": "2025-10-31T06:02:11.893Z", + "updated_at": "2025-10-31T14:56:40.821Z", "id": "acl_wpZ6oScRU5L6QKAxMUMHmx" } ] @@ -2517,7 +2517,7 @@ } }, "created_at": "2025-09-09T04:41:43.671Z", - "updated_at": "2025-10-31T06:04:27.516Z", + "updated_at": "2025-10-31T14:57:24.230Z", "id": "acl_wpZ6oScRU5L6QKAxMUMHmx" }, "rawHeaders": [], @@ -2817,7 +2817,7 @@ "subject": "deprecated" } ], - "client_id": "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", + "client_id": "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -2873,7 +2873,7 @@ "subject": "deprecated" } ], - "client_id": "BDFEllTLwgxz8o8yTHlcoe9pJOz8Bcn7", + "client_id": "eZwzdXan9x27088CTPhLeCSqJK5Qsb5w", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -2896,12 +2896,21 @@ "async_approval_notification_channels": [ "guardian-push" ], - "name": "Quickstarts API (Test Application)", - "client_metadata": { - "foo": "bar" - }, + "name": "Node App", + "allowed_clients": [], + "allowed_logout_urls": [], + "callbacks": [], + "client_metadata": {}, "cross_origin_auth": false, "is_first_party": true, + "native_social_login": { + "apple": { + "enabled": false + }, + "facebook": { + "enabled": false + } + }, "oidc_conformant": true, "refresh_token": { "expiration_type": "non-expiring", @@ -2921,7 +2930,8 @@ "subject": "deprecated" } ], - "client_id": "1HFS6S8ca5Ba9yy8mvB4NPe3eXmL7frl", + "allowed_origins": [], + "client_id": "SrN1EUDvsQo826qtaOqWlxMRN5y08alc", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -2929,11 +2939,16 @@ "lifetime_in_seconds": 36000, "secret_encoded": false }, + "client_aliases": [], "token_endpoint_auth_method": "client_secret_post", - "app_type": "non_interactive", + "app_type": "regular_web", "grant_types": [ + "authorization_code", + "implicit", + "refresh_token", "client_credentials" ], + "web_origins": [], "custom_login_page_on": true }, { @@ -2943,21 +2958,12 @@ "async_approval_notification_channels": [ "guardian-push" ], - "name": "Node App", - "allowed_clients": [], - "allowed_logout_urls": [], - "callbacks": [], - "client_metadata": {}, + "name": "Quickstarts API (Test Application)", + "client_metadata": { + "foo": "bar" + }, "cross_origin_auth": false, "is_first_party": true, - "native_social_login": { - "apple": { - "enabled": false - }, - "facebook": { - "enabled": false - } - }, "oidc_conformant": true, "refresh_token": { "expiration_type": "non-expiring", @@ -2977,8 +2983,7 @@ "subject": "deprecated" } ], - "allowed_origins": [], - "client_id": "Q187Vh6vNNvq4TuP6cOo2gwpsXiu8byT", + "client_id": "KBmsLova1QU1cLpNZ5Wst9NexolH66zz", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -2986,16 +2991,11 @@ "lifetime_in_seconds": 36000, "secret_encoded": false }, - "client_aliases": [], "token_endpoint_auth_method": "client_secret_post", - "app_type": "regular_web", + "app_type": "non_interactive", "grant_types": [ - "authorization_code", - "implicit", - "refresh_token", "client_credentials" ], - "web_origins": [], "custom_login_page_on": true }, { @@ -3027,7 +3027,7 @@ "subject": "deprecated" } ], - "client_id": "ytUXRy51AJLHZH8ZDe4H6CEFr6g4RLEE", + "client_id": "GjnPFoLI9mBsl7zVfF1YcuicqzXFGsfP", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -3083,7 +3083,7 @@ "subject": "deprecated" } ], - "client_id": "gYgGddF8oodts1L3ird56dY4xXIxHvPg", + "client_id": "U2g2JvrBBxa1NUWu7Ycb4dbi7rSClbFw", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -3146,7 +3146,7 @@ "subject": "deprecated" } ], - "client_id": "4Km9rq36DFNHX5E2afxyqSsOBdq6K5YN", + "client_id": "jm6MlJhDC7xIgKBYePEAsFjMtlJ1ScDE", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -3207,7 +3207,7 @@ "subject": "deprecated" } ], - "client_id": "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3", + "client_id": "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -3277,7 +3277,7 @@ "limit": 50, "connections": [ { - "id": "con_T8mVsA0onoFxCML0", + "id": "con_85Lq3efegcuZcVni", "options": { "mfa": { "active": true, @@ -3307,8 +3307,8 @@ "Username-Password-Authentication" ], "enabled_clients": [ - "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", - "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE" + "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", + "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" ] } ] @@ -3325,7 +3325,7 @@ "response": { "connections": [ { - "id": "con_T8mVsA0onoFxCML0", + "id": "con_85Lq3efegcuZcVni", "options": { "mfa": { "active": true, @@ -3355,8 +3355,8 @@ "Username-Password-Authentication" ], "enabled_clients": [ - "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", - "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE" + "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", + "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" ] } ] @@ -3376,7 +3376,7 @@ "limit": 50, "connections": [ { - "id": "con_T8mVsA0onoFxCML0", + "id": "con_85Lq3efegcuZcVni", "options": { "mfa": { "active": true, @@ -3406,8 +3406,8 @@ "Username-Password-Authentication" ], "enabled_clients": [ - "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", - "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE" + "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", + "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" ] } ] @@ -3424,7 +3424,7 @@ "response": { "connections": [ { - "id": "con_T8mVsA0onoFxCML0", + "id": "con_85Lq3efegcuZcVni", "options": { "mfa": { "active": true, @@ -3454,8 +3454,8 @@ "Username-Password-Authentication" ], "enabled_clients": [ - "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", - "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE" + "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", + "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" ] } ] @@ -3466,13 +3466,13 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/connections/con_T8mVsA0onoFxCML0/clients?take=50", + "path": "/api/v2/connections/con_85Lq3efegcuZcVni/clients?take=50", "body": "", "status": 200, "response": { "clients": [ { - "client_id": "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI" + "client_id": "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" }, { "client_id": "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE" @@ -3490,8 +3490,8 @@ "name": "boo-baz-db-connection-test", "strategy": "auth0", "enabled_clients": [ - "Q187Vh6vNNvq4TuP6cOo2gwpsXiu8byT", - "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3" + "SrN1EUDvsQo826qtaOqWlxMRN5y08alc", + "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI" ], "is_domain_connection": false, "options": { @@ -3535,7 +3535,7 @@ }, "status": 201, "response": { - "id": "con_L5iEwTLxIRtK1pDA", + "id": "con_ztvlJaf7zhCaAC7v", "options": { "mfa": { "active": true, @@ -3588,8 +3588,8 @@ "name": "boo-baz-db-connection-test", "is_domain_connection": false, "enabled_clients": [ - "Q187Vh6vNNvq4TuP6cOo2gwpsXiu8byT", - "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3" + "SrN1EUDvsQo826qtaOqWlxMRN5y08alc", + "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI" ], "realms": [ "boo-baz-db-connection-test" @@ -3607,7 +3607,7 @@ "response": { "connections": [ { - "id": "con_L5iEwTLxIRtK1pDA", + "id": "con_ztvlJaf7zhCaAC7v", "options": { "mfa": { "active": true, @@ -3663,8 +3663,8 @@ "boo-baz-db-connection-test" ], "enabled_clients": [ - "Q187Vh6vNNvq4TuP6cOo2gwpsXiu8byT", - "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3" + "SrN1EUDvsQo826qtaOqWlxMRN5y08alc", + "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI" ] } ] @@ -3675,14 +3675,14 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "PATCH", - "path": "/api/v2/connections/con_L5iEwTLxIRtK1pDA/clients", + "path": "/api/v2/connections/con_ztvlJaf7zhCaAC7v/clients", "body": [ { - "client_id": "Q187Vh6vNNvq4TuP6cOo2gwpsXiu8byT", + "client_id": "SrN1EUDvsQo826qtaOqWlxMRN5y08alc", "status": true }, { - "client_id": "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3", + "client_id": "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI", "status": true } ], @@ -3787,7 +3787,7 @@ "subject": "deprecated" } ], - "client_id": "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", + "client_id": "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -3843,7 +3843,7 @@ "subject": "deprecated" } ], - "client_id": "BDFEllTLwgxz8o8yTHlcoe9pJOz8Bcn7", + "client_id": "eZwzdXan9x27088CTPhLeCSqJK5Qsb5w", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -3866,12 +3866,21 @@ "async_approval_notification_channels": [ "guardian-push" ], - "name": "Quickstarts API (Test Application)", - "client_metadata": { - "foo": "bar" - }, + "name": "Node App", + "allowed_clients": [], + "allowed_logout_urls": [], + "callbacks": [], + "client_metadata": {}, "cross_origin_auth": false, "is_first_party": true, + "native_social_login": { + "apple": { + "enabled": false + }, + "facebook": { + "enabled": false + } + }, "oidc_conformant": true, "refresh_token": { "expiration_type": "non-expiring", @@ -3891,7 +3900,8 @@ "subject": "deprecated" } ], - "client_id": "1HFS6S8ca5Ba9yy8mvB4NPe3eXmL7frl", + "allowed_origins": [], + "client_id": "SrN1EUDvsQo826qtaOqWlxMRN5y08alc", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -3899,11 +3909,16 @@ "lifetime_in_seconds": 36000, "secret_encoded": false }, + "client_aliases": [], "token_endpoint_auth_method": "client_secret_post", - "app_type": "non_interactive", + "app_type": "regular_web", "grant_types": [ + "authorization_code", + "implicit", + "refresh_token", "client_credentials" ], + "web_origins": [], "custom_login_page_on": true }, { @@ -3913,21 +3928,12 @@ "async_approval_notification_channels": [ "guardian-push" ], - "name": "Node App", - "allowed_clients": [], - "allowed_logout_urls": [], - "callbacks": [], - "client_metadata": {}, + "name": "Quickstarts API (Test Application)", + "client_metadata": { + "foo": "bar" + }, "cross_origin_auth": false, "is_first_party": true, - "native_social_login": { - "apple": { - "enabled": false - }, - "facebook": { - "enabled": false - } - }, "oidc_conformant": true, "refresh_token": { "expiration_type": "non-expiring", @@ -3947,8 +3953,7 @@ "subject": "deprecated" } ], - "allowed_origins": [], - "client_id": "Q187Vh6vNNvq4TuP6cOo2gwpsXiu8byT", + "client_id": "KBmsLova1QU1cLpNZ5Wst9NexolH66zz", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -3956,16 +3961,11 @@ "lifetime_in_seconds": 36000, "secret_encoded": false }, - "client_aliases": [], "token_endpoint_auth_method": "client_secret_post", - "app_type": "regular_web", + "app_type": "non_interactive", "grant_types": [ - "authorization_code", - "implicit", - "refresh_token", "client_credentials" ], - "web_origins": [], "custom_login_page_on": true }, { @@ -3997,7 +3997,7 @@ "subject": "deprecated" } ], - "client_id": "ytUXRy51AJLHZH8ZDe4H6CEFr6g4RLEE", + "client_id": "GjnPFoLI9mBsl7zVfF1YcuicqzXFGsfP", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -4053,7 +4053,7 @@ "subject": "deprecated" } ], - "client_id": "gYgGddF8oodts1L3ird56dY4xXIxHvPg", + "client_id": "U2g2JvrBBxa1NUWu7Ycb4dbi7rSClbFw", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -4116,7 +4116,7 @@ "subject": "deprecated" } ], - "client_id": "4Km9rq36DFNHX5E2afxyqSsOBdq6K5YN", + "client_id": "jm6MlJhDC7xIgKBYePEAsFjMtlJ1ScDE", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -4177,7 +4177,7 @@ "subject": "deprecated" } ], - "client_id": "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3", + "client_id": "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -4247,7 +4247,7 @@ "limit": 50, "connections": [ { - "id": "con_L5iEwTLxIRtK1pDA", + "id": "con_ztvlJaf7zhCaAC7v", "options": { "mfa": { "active": true, @@ -4303,12 +4303,12 @@ "boo-baz-db-connection-test" ], "enabled_clients": [ - "Q187Vh6vNNvq4TuP6cOo2gwpsXiu8byT", - "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3" + "SrN1EUDvsQo826qtaOqWlxMRN5y08alc", + "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI" ] }, { - "id": "con_PbrTJcCum9aUGXfI", + "id": "con_6tyEu2hOP8JuHJku", "options": { "email": true, "scope": [ @@ -4324,12 +4324,12 @@ "google-oauth2" ], "enabled_clients": [ - "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", - "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE" + "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", + "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" ] }, { - "id": "con_T8mVsA0onoFxCML0", + "id": "con_85Lq3efegcuZcVni", "options": { "mfa": { "active": true, @@ -4359,8 +4359,8 @@ "Username-Password-Authentication" ], "enabled_clients": [ - "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", - "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE" + "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", + "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" ] } ] @@ -4377,7 +4377,7 @@ "response": { "connections": [ { - "id": "con_L5iEwTLxIRtK1pDA", + "id": "con_ztvlJaf7zhCaAC7v", "options": { "mfa": { "active": true, @@ -4433,12 +4433,12 @@ "boo-baz-db-connection-test" ], "enabled_clients": [ - "Q187Vh6vNNvq4TuP6cOo2gwpsXiu8byT", - "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3" + "SrN1EUDvsQo826qtaOqWlxMRN5y08alc", + "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI" ] }, { - "id": "con_PbrTJcCum9aUGXfI", + "id": "con_6tyEu2hOP8JuHJku", "options": { "email": true, "scope": [ @@ -4454,12 +4454,12 @@ "google-oauth2" ], "enabled_clients": [ - "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", - "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE" + "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", + "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" ] }, { - "id": "con_T8mVsA0onoFxCML0", + "id": "con_85Lq3efegcuZcVni", "options": { "mfa": { "active": true, @@ -4489,8 +4489,8 @@ "Username-Password-Authentication" ], "enabled_clients": [ - "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", - "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE" + "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", + "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" ] } ] @@ -4510,7 +4510,7 @@ "limit": 50, "connections": [ { - "id": "con_L5iEwTLxIRtK1pDA", + "id": "con_ztvlJaf7zhCaAC7v", "options": { "mfa": { "active": true, @@ -4566,12 +4566,12 @@ "boo-baz-db-connection-test" ], "enabled_clients": [ - "Q187Vh6vNNvq4TuP6cOo2gwpsXiu8byT", - "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3" + "SrN1EUDvsQo826qtaOqWlxMRN5y08alc", + "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI" ] }, { - "id": "con_PbrTJcCum9aUGXfI", + "id": "con_6tyEu2hOP8JuHJku", "options": { "email": true, "scope": [ @@ -4587,12 +4587,12 @@ "google-oauth2" ], "enabled_clients": [ - "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", - "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE" + "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", + "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" ] }, { - "id": "con_T8mVsA0onoFxCML0", + "id": "con_85Lq3efegcuZcVni", "options": { "mfa": { "active": true, @@ -4622,8 +4622,8 @@ "Username-Password-Authentication" ], "enabled_clients": [ - "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", - "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE" + "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", + "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" ] } ] @@ -4640,7 +4640,7 @@ "response": { "connections": [ { - "id": "con_L5iEwTLxIRtK1pDA", + "id": "con_ztvlJaf7zhCaAC7v", "options": { "mfa": { "active": true, @@ -4696,12 +4696,12 @@ "boo-baz-db-connection-test" ], "enabled_clients": [ - "Q187Vh6vNNvq4TuP6cOo2gwpsXiu8byT", - "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3" + "SrN1EUDvsQo826qtaOqWlxMRN5y08alc", + "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI" ] }, { - "id": "con_PbrTJcCum9aUGXfI", + "id": "con_6tyEu2hOP8JuHJku", "options": { "email": true, "scope": [ @@ -4717,12 +4717,12 @@ "google-oauth2" ], "enabled_clients": [ - "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", - "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE" + "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", + "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" ] }, { - "id": "con_T8mVsA0onoFxCML0", + "id": "con_85Lq3efegcuZcVni", "options": { "mfa": { "active": true, @@ -4752,8 +4752,8 @@ "Username-Password-Authentication" ], "enabled_clients": [ - "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", - "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE" + "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", + "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" ] } ] @@ -4764,13 +4764,13 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/connections/con_PbrTJcCum9aUGXfI/clients?take=50", + "path": "/api/v2/connections/con_6tyEu2hOP8JuHJku/clients?take=50", "body": "", "status": 200, "response": { "clients": [ { - "client_id": "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI" + "client_id": "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" }, { "client_id": "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE" @@ -4783,11 +4783,11 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "PATCH", - "path": "/api/v2/connections/con_PbrTJcCum9aUGXfI", + "path": "/api/v2/connections/con_6tyEu2hOP8JuHJku", "body": { "enabled_clients": [ - "gYgGddF8oodts1L3ird56dY4xXIxHvPg", - "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3" + "U2g2JvrBBxa1NUWu7Ycb4dbi7rSClbFw", + "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI" ], "is_domain_connection": false, "options": { @@ -4801,7 +4801,7 @@ }, "status": 200, "response": { - "id": "con_PbrTJcCum9aUGXfI", + "id": "con_6tyEu2hOP8JuHJku", "options": { "email": true, "scope": [ @@ -4814,8 +4814,8 @@ "name": "google-oauth2", "is_domain_connection": false, "enabled_clients": [ - "gYgGddF8oodts1L3ird56dY4xXIxHvPg", - "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3" + "U2g2JvrBBxa1NUWu7Ycb4dbi7rSClbFw", + "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI" ], "realms": [ "google-oauth2" @@ -4827,14 +4827,14 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "PATCH", - "path": "/api/v2/connections/con_PbrTJcCum9aUGXfI/clients", + "path": "/api/v2/connections/con_6tyEu2hOP8JuHJku/clients", "body": [ { - "client_id": "gYgGddF8oodts1L3ird56dY4xXIxHvPg", + "client_id": "U2g2JvrBBxa1NUWu7Ycb4dbi7rSClbFw", "status": true }, { - "client_id": "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3", + "client_id": "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI", "status": true } ], @@ -4976,7 +4976,7 @@ "subject": "deprecated" } ], - "client_id": "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", + "client_id": "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -5032,7 +5032,7 @@ "subject": "deprecated" } ], - "client_id": "BDFEllTLwgxz8o8yTHlcoe9pJOz8Bcn7", + "client_id": "eZwzdXan9x27088CTPhLeCSqJK5Qsb5w", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -5055,12 +5055,21 @@ "async_approval_notification_channels": [ "guardian-push" ], - "name": "Quickstarts API (Test Application)", - "client_metadata": { - "foo": "bar" - }, + "name": "Node App", + "allowed_clients": [], + "allowed_logout_urls": [], + "callbacks": [], + "client_metadata": {}, "cross_origin_auth": false, "is_first_party": true, + "native_social_login": { + "apple": { + "enabled": false + }, + "facebook": { + "enabled": false + } + }, "oidc_conformant": true, "refresh_token": { "expiration_type": "non-expiring", @@ -5080,7 +5089,8 @@ "subject": "deprecated" } ], - "client_id": "1HFS6S8ca5Ba9yy8mvB4NPe3eXmL7frl", + "allowed_origins": [], + "client_id": "SrN1EUDvsQo826qtaOqWlxMRN5y08alc", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -5088,11 +5098,16 @@ "lifetime_in_seconds": 36000, "secret_encoded": false }, + "client_aliases": [], "token_endpoint_auth_method": "client_secret_post", - "app_type": "non_interactive", + "app_type": "regular_web", "grant_types": [ + "authorization_code", + "implicit", + "refresh_token", "client_credentials" ], + "web_origins": [], "custom_login_page_on": true }, { @@ -5102,21 +5117,12 @@ "async_approval_notification_channels": [ "guardian-push" ], - "name": "Node App", - "allowed_clients": [], - "allowed_logout_urls": [], - "callbacks": [], - "client_metadata": {}, + "name": "Quickstarts API (Test Application)", + "client_metadata": { + "foo": "bar" + }, "cross_origin_auth": false, "is_first_party": true, - "native_social_login": { - "apple": { - "enabled": false - }, - "facebook": { - "enabled": false - } - }, "oidc_conformant": true, "refresh_token": { "expiration_type": "non-expiring", @@ -5136,8 +5142,7 @@ "subject": "deprecated" } ], - "allowed_origins": [], - "client_id": "Q187Vh6vNNvq4TuP6cOo2gwpsXiu8byT", + "client_id": "KBmsLova1QU1cLpNZ5Wst9NexolH66zz", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -5145,16 +5150,11 @@ "lifetime_in_seconds": 36000, "secret_encoded": false }, - "client_aliases": [], "token_endpoint_auth_method": "client_secret_post", - "app_type": "regular_web", + "app_type": "non_interactive", "grant_types": [ - "authorization_code", - "implicit", - "refresh_token", "client_credentials" ], - "web_origins": [], "custom_login_page_on": true }, { @@ -5186,7 +5186,7 @@ "subject": "deprecated" } ], - "client_id": "ytUXRy51AJLHZH8ZDe4H6CEFr6g4RLEE", + "client_id": "GjnPFoLI9mBsl7zVfF1YcuicqzXFGsfP", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -5242,7 +5242,7 @@ "subject": "deprecated" } ], - "client_id": "gYgGddF8oodts1L3ird56dY4xXIxHvPg", + "client_id": "U2g2JvrBBxa1NUWu7Ycb4dbi7rSClbFw", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -5305,7 +5305,7 @@ "subject": "deprecated" } ], - "client_id": "4Km9rq36DFNHX5E2afxyqSsOBdq6K5YN", + "client_id": "jm6MlJhDC7xIgKBYePEAsFjMtlJ1ScDE", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -5366,7 +5366,7 @@ "subject": "deprecated" } ], - "client_id": "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3", + "client_id": "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -5680,7 +5680,7 @@ "method": "POST", "path": "/api/v2/client-grants", "body": { - "client_id": "BDFEllTLwgxz8o8yTHlcoe9pJOz8Bcn7", + "client_id": "eZwzdXan9x27088CTPhLeCSqJK5Qsb5w", "audience": "https://auth0-deploy-cli-e2e.us.auth0.com/api/v2/", "scope": [ "read:client_grants", @@ -5817,8 +5817,8 @@ }, "status": 201, "response": { - "id": "cgr_h0jyrguro4OQFmDa", - "client_id": "BDFEllTLwgxz8o8yTHlcoe9pJOz8Bcn7", + "id": "cgr_sMnn6UuFajCTdk3u", + "client_id": "eZwzdXan9x27088CTPhLeCSqJK5Qsb5w", "audience": "https://auth0-deploy-cli-e2e.us.auth0.com/api/v2/", "scope": [ "read:client_grants", @@ -5962,7 +5962,7 @@ "method": "POST", "path": "/api/v2/client-grants", "body": { - "client_id": "ytUXRy51AJLHZH8ZDe4H6CEFr6g4RLEE", + "client_id": "GjnPFoLI9mBsl7zVfF1YcuicqzXFGsfP", "audience": "https://auth0-deploy-cli-e2e.us.auth0.com/api/v2/", "scope": [ "read:client_grants", @@ -6099,8 +6099,8 @@ }, "status": 201, "response": { - "id": "cgr_RdDeVaKKb2hAfUr4", - "client_id": "ytUXRy51AJLHZH8ZDe4H6CEFr6g4RLEE", + "id": "cgr_FWvBRbi6ftSVCXKS", + "client_id": "GjnPFoLI9mBsl7zVfF1YcuicqzXFGsfP", "audience": "https://auth0-deploy-cli-e2e.us.auth0.com/api/v2/", "scope": [ "read:client_grants", @@ -6264,7 +6264,7 @@ }, "status": 200, "response": { - "id": "rol_Xf6rpb7qUU0jhHZo", + "id": "rol_81RrNH8R5oCDnBUG", "name": "Reader", "description": "Can only read things" }, @@ -6281,7 +6281,7 @@ }, "status": 200, "response": { - "id": "rol_lLNLY90nurwaoiBH", + "id": "rol_4BDf23iFJRSAfWkE", "name": "Admin", "description": "Can read and write things" }, @@ -6298,7 +6298,7 @@ }, "status": 200, "response": { - "id": "rol_qBWlF7Iu8cpOKtzv", + "id": "rol_v44pj0PGL7Gq9FQC", "name": "read_only", "description": "Read Only" }, @@ -6315,7 +6315,7 @@ }, "status": 200, "response": { - "id": "rol_qJtLkYi8jZqRiG1Z", + "id": "rol_CyaPmtQRfUFB7rxL", "name": "read_osnly", "description": "Readz Only" }, @@ -6351,7 +6351,7 @@ "okta" ], "created_at": "2024-11-26T11:58:18.962Z", - "updated_at": "2025-10-31T06:02:22.402Z", + "updated_at": "2025-10-31T14:56:52.430Z", "branding": { "colors": { "primary": "#19aecc" @@ -6427,7 +6427,7 @@ "okta" ], "created_at": "2024-11-26T11:58:18.962Z", - "updated_at": "2025-10-31T06:04:42.705Z", + "updated_at": "2025-10-31T14:57:39.353Z", "branding": { "colors": { "primary": "#19aecc" @@ -6491,6 +6491,21 @@ "rawHeaders": [], "responseIsBinary": false }, + { + "scope": "https://deploy-cli-dev.eu.auth0.com:443", + "method": "GET", + "path": "/api/v2/organizations?include_totals=true", + "body": "", + "status": 200, + "response": { + "organizations": [], + "start": 0, + "limit": 50, + "total": 0 + }, + "rawHeaders": [], + "responseIsBinary": false + }, { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", @@ -6587,7 +6602,7 @@ "subject": "deprecated" } ], - "client_id": "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", + "client_id": "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -6643,7 +6658,7 @@ "subject": "deprecated" } ], - "client_id": "BDFEllTLwgxz8o8yTHlcoe9pJOz8Bcn7", + "client_id": "eZwzdXan9x27088CTPhLeCSqJK5Qsb5w", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -6666,12 +6681,21 @@ "async_approval_notification_channels": [ "guardian-push" ], - "name": "Quickstarts API (Test Application)", - "client_metadata": { - "foo": "bar" - }, + "name": "Node App", + "allowed_clients": [], + "allowed_logout_urls": [], + "callbacks": [], + "client_metadata": {}, "cross_origin_auth": false, "is_first_party": true, + "native_social_login": { + "apple": { + "enabled": false + }, + "facebook": { + "enabled": false + } + }, "oidc_conformant": true, "refresh_token": { "expiration_type": "non-expiring", @@ -6691,7 +6715,8 @@ "subject": "deprecated" } ], - "client_id": "1HFS6S8ca5Ba9yy8mvB4NPe3eXmL7frl", + "allowed_origins": [], + "client_id": "SrN1EUDvsQo826qtaOqWlxMRN5y08alc", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -6699,11 +6724,16 @@ "lifetime_in_seconds": 36000, "secret_encoded": false }, + "client_aliases": [], "token_endpoint_auth_method": "client_secret_post", - "app_type": "non_interactive", + "app_type": "regular_web", "grant_types": [ + "authorization_code", + "implicit", + "refresh_token", "client_credentials" ], + "web_origins": [], "custom_login_page_on": true }, { @@ -6713,21 +6743,12 @@ "async_approval_notification_channels": [ "guardian-push" ], - "name": "Node App", - "allowed_clients": [], - "allowed_logout_urls": [], - "callbacks": [], - "client_metadata": {}, + "name": "Quickstarts API (Test Application)", + "client_metadata": { + "foo": "bar" + }, "cross_origin_auth": false, "is_first_party": true, - "native_social_login": { - "apple": { - "enabled": false - }, - "facebook": { - "enabled": false - } - }, "oidc_conformant": true, "refresh_token": { "expiration_type": "non-expiring", @@ -6747,8 +6768,7 @@ "subject": "deprecated" } ], - "allowed_origins": [], - "client_id": "Q187Vh6vNNvq4TuP6cOo2gwpsXiu8byT", + "client_id": "KBmsLova1QU1cLpNZ5Wst9NexolH66zz", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -6756,16 +6776,11 @@ "lifetime_in_seconds": 36000, "secret_encoded": false }, - "client_aliases": [], "token_endpoint_auth_method": "client_secret_post", - "app_type": "regular_web", + "app_type": "non_interactive", "grant_types": [ - "authorization_code", - "implicit", - "refresh_token", "client_credentials" ], - "web_origins": [], "custom_login_page_on": true }, { @@ -6797,7 +6812,7 @@ "subject": "deprecated" } ], - "client_id": "ytUXRy51AJLHZH8ZDe4H6CEFr6g4RLEE", + "client_id": "GjnPFoLI9mBsl7zVfF1YcuicqzXFGsfP", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -6853,7 +6868,7 @@ "subject": "deprecated" } ], - "client_id": "gYgGddF8oodts1L3ird56dY4xXIxHvPg", + "client_id": "U2g2JvrBBxa1NUWu7Ycb4dbi7rSClbFw", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -6916,7 +6931,7 @@ "subject": "deprecated" } ], - "client_id": "4Km9rq36DFNHX5E2afxyqSsOBdq6K5YN", + "client_id": "jm6MlJhDC7xIgKBYePEAsFjMtlJ1ScDE", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -6977,7 +6992,7 @@ "subject": "deprecated" } ], - "client_id": "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3", + "client_id": "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -7035,21 +7050,6 @@ "rawHeaders": [], "responseIsBinary": false }, - { - "scope": "https://deploy-cli-dev.eu.auth0.com:443", - "method": "GET", - "path": "/api/v2/organizations?include_totals=true", - "body": "", - "status": 200, - "response": { - "organizations": [], - "start": 0, - "limit": 50, - "total": 0 - }, - "rawHeaders": [], - "responseIsBinary": false - }, { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", @@ -7074,7 +7074,7 @@ "limit": 50, "connections": [ { - "id": "con_L5iEwTLxIRtK1pDA", + "id": "con_ztvlJaf7zhCaAC7v", "options": { "mfa": { "active": true, @@ -7130,12 +7130,12 @@ "boo-baz-db-connection-test" ], "enabled_clients": [ - "Q187Vh6vNNvq4TuP6cOo2gwpsXiu8byT", - "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3" + "SrN1EUDvsQo826qtaOqWlxMRN5y08alc", + "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI" ] }, { - "id": "con_PbrTJcCum9aUGXfI", + "id": "con_6tyEu2hOP8JuHJku", "options": { "email": true, "scope": [ @@ -7151,12 +7151,12 @@ "google-oauth2" ], "enabled_clients": [ - "gYgGddF8oodts1L3ird56dY4xXIxHvPg", - "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3" + "U2g2JvrBBxa1NUWu7Ycb4dbi7rSClbFw", + "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI" ] }, { - "id": "con_T8mVsA0onoFxCML0", + "id": "con_85Lq3efegcuZcVni", "options": { "mfa": { "active": true, @@ -7186,8 +7186,8 @@ "Username-Password-Authentication" ], "enabled_clients": [ - "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", - "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE" + "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", + "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" ] } ] @@ -7204,7 +7204,7 @@ "response": { "connections": [ { - "id": "con_L5iEwTLxIRtK1pDA", + "id": "con_ztvlJaf7zhCaAC7v", "options": { "mfa": { "active": true, @@ -7260,12 +7260,12 @@ "boo-baz-db-connection-test" ], "enabled_clients": [ - "Q187Vh6vNNvq4TuP6cOo2gwpsXiu8byT", - "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3" + "SrN1EUDvsQo826qtaOqWlxMRN5y08alc", + "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI" ] }, { - "id": "con_PbrTJcCum9aUGXfI", + "id": "con_6tyEu2hOP8JuHJku", "options": { "email": true, "scope": [ @@ -7281,12 +7281,12 @@ "google-oauth2" ], "enabled_clients": [ - "gYgGddF8oodts1L3ird56dY4xXIxHvPg", - "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3" + "U2g2JvrBBxa1NUWu7Ycb4dbi7rSClbFw", + "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI" ] }, { - "id": "con_T8mVsA0onoFxCML0", + "id": "con_85Lq3efegcuZcVni", "options": { "mfa": { "active": true, @@ -7316,8 +7316,8 @@ "Username-Password-Authentication" ], "enabled_clients": [ - "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", - "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE" + "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", + "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" ] } ] @@ -7337,8 +7337,8 @@ "limit": 100, "client_grants": [ { - "id": "cgr_RdDeVaKKb2hAfUr4", - "client_id": "ytUXRy51AJLHZH8ZDe4H6CEFr6g4RLEE", + "id": "cgr_FWvBRbi6ftSVCXKS", + "client_id": "GjnPFoLI9mBsl7zVfF1YcuicqzXFGsfP", "audience": "https://auth0-deploy-cli-e2e.us.auth0.com/api/v2/", "scope": [ "read:client_grants", @@ -7475,8 +7475,8 @@ "subject_type": "client" }, { - "id": "cgr_h0jyrguro4OQFmDa", - "client_id": "BDFEllTLwgxz8o8yTHlcoe9pJOz8Bcn7", + "id": "cgr_pbwejzhwoujrsNE8", + "client_id": "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", "audience": "https://auth0-deploy-cli-e2e.us.auth0.com/api/v2/", "scope": [ "read:client_grants", @@ -7503,6 +7503,10 @@ "update:client_keys", "delete:client_keys", "create:client_keys", + "read:client_credentials", + "update:client_credentials", + "delete:client_credentials", + "create:client_credentials", "read:connections", "update:connections", "delete:connections", @@ -7592,10 +7596,19 @@ "read:entitlements", "read:attack_protection", "update:attack_protection", + "read:organizations_summary", + "create:authentication_methods", + "read:authentication_methods", + "update:authentication_methods", + "delete:authentication_methods", "read:organizations", "update:organizations", "create:organizations", "delete:organizations", + "read:organization_discovery_domains", + "update:organization_discovery_domains", + "create:organization_discovery_domains", + "delete:organization_discovery_domains", "create:organization_members", "read:organization_members", "delete:organization_members", @@ -7608,13 +7621,97 @@ "delete:organization_member_roles", "create:organization_invitations", "read:organization_invitations", - "delete:organization_invitations" + "delete:organization_invitations", + "read:scim_config", + "create:scim_config", + "update:scim_config", + "delete:scim_config", + "create:scim_token", + "read:scim_token", + "delete:scim_token", + "delete:phone_providers", + "create:phone_providers", + "read:phone_providers", + "update:phone_providers", + "delete:phone_templates", + "create:phone_templates", + "read:phone_templates", + "update:phone_templates", + "create:encryption_keys", + "read:encryption_keys", + "update:encryption_keys", + "delete:encryption_keys", + "read:sessions", + "update:sessions", + "delete:sessions", + "read:refresh_tokens", + "delete:refresh_tokens", + "create:self_service_profiles", + "read:self_service_profiles", + "update:self_service_profiles", + "delete:self_service_profiles", + "create:sso_access_tickets", + "delete:sso_access_tickets", + "read:forms", + "update:forms", + "delete:forms", + "create:forms", + "read:flows", + "update:flows", + "delete:flows", + "create:flows", + "read:flows_vault", + "read:flows_vault_connections", + "update:flows_vault_connections", + "delete:flows_vault_connections", + "create:flows_vault_connections", + "read:flows_executions", + "delete:flows_executions", + "read:connections_options", + "update:connections_options", + "read:self_service_profile_custom_texts", + "update:self_service_profile_custom_texts", + "create:network_acls", + "update:network_acls", + "read:network_acls", + "delete:network_acls", + "delete:vdcs_templates", + "read:vdcs_templates", + "create:vdcs_templates", + "update:vdcs_templates", + "create:custom_signing_keys", + "read:custom_signing_keys", + "update:custom_signing_keys", + "delete:custom_signing_keys", + "read:federated_connections_tokens", + "delete:federated_connections_tokens", + "create:user_attribute_profiles", + "read:user_attribute_profiles", + "update:user_attribute_profiles", + "delete:user_attribute_profiles", + "read:event_streams", + "create:event_streams", + "delete:event_streams", + "update:event_streams", + "read:event_deliveries", + "update:event_deliveries", + "create:connection_profiles", + "read:connection_profiles", + "update:connection_profiles", + "delete:connection_profiles", + "read:organization_client_grants", + "create:organization_client_grants", + "delete:organization_client_grants", + "read:security_metrics", + "read:connections_keys", + "update:connections_keys", + "create:connections_keys" ], "subject_type": "client" }, { - "id": "cgr_pbwejzhwoujrsNE8", - "client_id": "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", + "id": "cgr_sMnn6UuFajCTdk3u", + "client_id": "eZwzdXan9x27088CTPhLeCSqJK5Qsb5w", "audience": "https://auth0-deploy-cli-e2e.us.auth0.com/api/v2/", "scope": [ "read:client_grants", @@ -7641,10 +7738,6 @@ "update:client_keys", "delete:client_keys", "create:client_keys", - "read:client_credentials", - "update:client_credentials", - "delete:client_credentials", - "create:client_credentials", "read:connections", "update:connections", "delete:connections", @@ -7734,19 +7827,10 @@ "read:entitlements", "read:attack_protection", "update:attack_protection", - "read:organizations_summary", - "create:authentication_methods", - "read:authentication_methods", - "update:authentication_methods", - "delete:authentication_methods", "read:organizations", "update:organizations", "create:organizations", "delete:organizations", - "read:organization_discovery_domains", - "update:organization_discovery_domains", - "create:organization_discovery_domains", - "delete:organization_discovery_domains", "create:organization_members", "read:organization_members", "delete:organization_members", @@ -7759,91 +7843,7 @@ "delete:organization_member_roles", "create:organization_invitations", "read:organization_invitations", - "delete:organization_invitations", - "read:scim_config", - "create:scim_config", - "update:scim_config", - "delete:scim_config", - "create:scim_token", - "read:scim_token", - "delete:scim_token", - "delete:phone_providers", - "create:phone_providers", - "read:phone_providers", - "update:phone_providers", - "delete:phone_templates", - "create:phone_templates", - "read:phone_templates", - "update:phone_templates", - "create:encryption_keys", - "read:encryption_keys", - "update:encryption_keys", - "delete:encryption_keys", - "read:sessions", - "update:sessions", - "delete:sessions", - "read:refresh_tokens", - "delete:refresh_tokens", - "create:self_service_profiles", - "read:self_service_profiles", - "update:self_service_profiles", - "delete:self_service_profiles", - "create:sso_access_tickets", - "delete:sso_access_tickets", - "read:forms", - "update:forms", - "delete:forms", - "create:forms", - "read:flows", - "update:flows", - "delete:flows", - "create:flows", - "read:flows_vault", - "read:flows_vault_connections", - "update:flows_vault_connections", - "delete:flows_vault_connections", - "create:flows_vault_connections", - "read:flows_executions", - "delete:flows_executions", - "read:connections_options", - "update:connections_options", - "read:self_service_profile_custom_texts", - "update:self_service_profile_custom_texts", - "create:network_acls", - "update:network_acls", - "read:network_acls", - "delete:network_acls", - "delete:vdcs_templates", - "read:vdcs_templates", - "create:vdcs_templates", - "update:vdcs_templates", - "create:custom_signing_keys", - "read:custom_signing_keys", - "update:custom_signing_keys", - "delete:custom_signing_keys", - "read:federated_connections_tokens", - "delete:federated_connections_tokens", - "create:user_attribute_profiles", - "read:user_attribute_profiles", - "update:user_attribute_profiles", - "delete:user_attribute_profiles", - "read:event_streams", - "create:event_streams", - "delete:event_streams", - "update:event_streams", - "read:event_deliveries", - "update:event_deliveries", - "create:connection_profiles", - "read:connection_profiles", - "update:connection_profiles", - "delete:connection_profiles", - "read:organization_client_grants", - "create:organization_client_grants", - "delete:organization_client_grants", - "read:security_metrics", - "read:connections_keys", - "update:connections_keys", - "create:connections_keys" + "delete:organization_invitations" ], "subject_type": "client" } @@ -7948,7 +7948,7 @@ "subject": "deprecated" } ], - "client_id": "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", + "client_id": "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -8004,7 +8004,7 @@ "subject": "deprecated" } ], - "client_id": "BDFEllTLwgxz8o8yTHlcoe9pJOz8Bcn7", + "client_id": "eZwzdXan9x27088CTPhLeCSqJK5Qsb5w", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -8027,12 +8027,21 @@ "async_approval_notification_channels": [ "guardian-push" ], - "name": "Quickstarts API (Test Application)", - "client_metadata": { - "foo": "bar" - }, + "name": "Node App", + "allowed_clients": [], + "allowed_logout_urls": [], + "callbacks": [], + "client_metadata": {}, "cross_origin_auth": false, "is_first_party": true, + "native_social_login": { + "apple": { + "enabled": false + }, + "facebook": { + "enabled": false + } + }, "oidc_conformant": true, "refresh_token": { "expiration_type": "non-expiring", @@ -8052,7 +8061,8 @@ "subject": "deprecated" } ], - "client_id": "1HFS6S8ca5Ba9yy8mvB4NPe3eXmL7frl", + "allowed_origins": [], + "client_id": "SrN1EUDvsQo826qtaOqWlxMRN5y08alc", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -8060,11 +8070,16 @@ "lifetime_in_seconds": 36000, "secret_encoded": false }, + "client_aliases": [], "token_endpoint_auth_method": "client_secret_post", - "app_type": "non_interactive", + "app_type": "regular_web", "grant_types": [ + "authorization_code", + "implicit", + "refresh_token", "client_credentials" ], + "web_origins": [], "custom_login_page_on": true }, { @@ -8074,21 +8089,12 @@ "async_approval_notification_channels": [ "guardian-push" ], - "name": "Node App", - "allowed_clients": [], - "allowed_logout_urls": [], - "callbacks": [], - "client_metadata": {}, + "name": "Quickstarts API (Test Application)", + "client_metadata": { + "foo": "bar" + }, "cross_origin_auth": false, "is_first_party": true, - "native_social_login": { - "apple": { - "enabled": false - }, - "facebook": { - "enabled": false - } - }, "oidc_conformant": true, "refresh_token": { "expiration_type": "non-expiring", @@ -8108,8 +8114,7 @@ "subject": "deprecated" } ], - "allowed_origins": [], - "client_id": "Q187Vh6vNNvq4TuP6cOo2gwpsXiu8byT", + "client_id": "KBmsLova1QU1cLpNZ5Wst9NexolH66zz", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -8117,16 +8122,11 @@ "lifetime_in_seconds": 36000, "secret_encoded": false }, - "client_aliases": [], "token_endpoint_auth_method": "client_secret_post", - "app_type": "regular_web", + "app_type": "non_interactive", "grant_types": [ - "authorization_code", - "implicit", - "refresh_token", "client_credentials" ], - "web_origins": [], "custom_login_page_on": true }, { @@ -8158,7 +8158,7 @@ "subject": "deprecated" } ], - "client_id": "ytUXRy51AJLHZH8ZDe4H6CEFr6g4RLEE", + "client_id": "GjnPFoLI9mBsl7zVfF1YcuicqzXFGsfP", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -8214,7 +8214,7 @@ "subject": "deprecated" } ], - "client_id": "gYgGddF8oodts1L3ird56dY4xXIxHvPg", + "client_id": "U2g2JvrBBxa1NUWu7Ycb4dbi7rSClbFw", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -8277,7 +8277,7 @@ "subject": "deprecated" } ], - "client_id": "4Km9rq36DFNHX5E2afxyqSsOBdq6K5YN", + "client_id": "jm6MlJhDC7xIgKBYePEAsFjMtlJ1ScDE", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -8338,7 +8338,7 @@ "subject": "deprecated" } ], - "client_id": "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3", + "client_id": "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -8396,23 +8396,6 @@ "rawHeaders": [], "responseIsBinary": false }, - { - "scope": "https://deploy-cli-dev.eu.auth0.com:443", - "method": "POST", - "path": "/api/v2/organizations", - "body": { - "name": "org2", - "display_name": "Organization2" - }, - "status": 201, - "response": { - "id": "org_JqwEMMzujIV88UNU", - "display_name": "Organization2", - "name": "org2" - }, - "rawHeaders": [], - "responseIsBinary": false - }, { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "POST", @@ -8429,7 +8412,7 @@ }, "status": 201, "response": { - "id": "org_0pLtDGKkLf31gqPJ", + "id": "org_VF8F48N4jwlx9iqb", "display_name": "Organization", "name": "org1", "branding": { @@ -8442,6 +8425,23 @@ "rawHeaders": [], "responseIsBinary": false }, + { + "scope": "https://deploy-cli-dev.eu.auth0.com:443", + "method": "POST", + "path": "/api/v2/organizations", + "body": { + "name": "org2", + "display_name": "Organization2" + }, + "status": 201, + "response": { + "id": "org_9YMsat8TwkngWftp", + "display_name": "Organization2", + "name": "org2" + }, + "rawHeaders": [], + "responseIsBinary": false + }, { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", @@ -8466,7 +8466,7 @@ }, "status": 200, "response": { - "id": "lst_0000000000024846", + "id": "lst_0000000000024850", "name": "Suspended DD Log Stream", "type": "datadog", "status": "active", @@ -8531,14 +8531,14 @@ }, "status": 200, "response": { - "id": "lst_0000000000024847", + "id": "lst_0000000000024851", "name": "Amazon EventBridge", "type": "eventbridge", "status": "active", "sink": { "awsAccountId": "123456789012", "awsRegion": "us-east-2", - "awsPartnerEventSource": "aws.partner/auth0.com/auth0-deploy-cli-e2e-482d2b89-204a-4530-b8a9-234d4d07087b/auth0.logs" + "awsPartnerEventSource": "aws.partner/auth0.com/auth0-deploy-cli-e2e-64398cc2-e658-4da6-af38-c7874b6b043d/auth0.logs" }, "filters": [ { @@ -8629,7 +8629,7 @@ "name": "Blank-form", "flow_count": 0, "created_at": "2024-11-26T11:58:18.187Z", - "updated_at": "2025-10-31T06:02:30.777Z" + "updated_at": "2025-10-31T14:57:00.495Z" } ] }, @@ -8700,7 +8700,7 @@ } }, "created_at": "2024-11-26T11:58:18.187Z", - "updated_at": "2025-10-31T06:02:30.777Z" + "updated_at": "2025-10-31T14:57:00.495Z" }, "rawHeaders": [], "responseIsBinary": false @@ -8825,7 +8825,7 @@ } }, "created_at": "2024-11-26T11:58:18.187Z", - "updated_at": "2025-10-31T06:04:50.867Z" + "updated_at": "2025-10-31T14:57:47.048Z" }, "rawHeaders": [], "responseIsBinary": false @@ -10037,7 +10037,7 @@ "subject": "deprecated" } ], - "client_id": "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", + "client_id": "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -10093,7 +10093,7 @@ "subject": "deprecated" } ], - "client_id": "BDFEllTLwgxz8o8yTHlcoe9pJOz8Bcn7", + "client_id": "eZwzdXan9x27088CTPhLeCSqJK5Qsb5w", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -10116,12 +10116,21 @@ "async_approval_notification_channels": [ "guardian-push" ], - "name": "Quickstarts API (Test Application)", - "client_metadata": { - "foo": "bar" - }, + "name": "Node App", + "allowed_clients": [], + "allowed_logout_urls": [], + "callbacks": [], + "client_metadata": {}, "cross_origin_auth": false, "is_first_party": true, + "native_social_login": { + "apple": { + "enabled": false + }, + "facebook": { + "enabled": false + } + }, "oidc_conformant": true, "refresh_token": { "expiration_type": "non-expiring", @@ -10141,7 +10150,8 @@ "subject": "deprecated" } ], - "client_id": "1HFS6S8ca5Ba9yy8mvB4NPe3eXmL7frl", + "allowed_origins": [], + "client_id": "SrN1EUDvsQo826qtaOqWlxMRN5y08alc", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -10149,11 +10159,16 @@ "lifetime_in_seconds": 36000, "secret_encoded": false }, + "client_aliases": [], "token_endpoint_auth_method": "client_secret_post", - "app_type": "non_interactive", + "app_type": "regular_web", "grant_types": [ + "authorization_code", + "implicit", + "refresh_token", "client_credentials" ], + "web_origins": [], "custom_login_page_on": true }, { @@ -10163,21 +10178,12 @@ "async_approval_notification_channels": [ "guardian-push" ], - "name": "Node App", - "allowed_clients": [], - "allowed_logout_urls": [], - "callbacks": [], - "client_metadata": {}, + "name": "Quickstarts API (Test Application)", + "client_metadata": { + "foo": "bar" + }, "cross_origin_auth": false, "is_first_party": true, - "native_social_login": { - "apple": { - "enabled": false - }, - "facebook": { - "enabled": false - } - }, "oidc_conformant": true, "refresh_token": { "expiration_type": "non-expiring", @@ -10197,8 +10203,7 @@ "subject": "deprecated" } ], - "allowed_origins": [], - "client_id": "Q187Vh6vNNvq4TuP6cOo2gwpsXiu8byT", + "client_id": "KBmsLova1QU1cLpNZ5Wst9NexolH66zz", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -10206,16 +10211,11 @@ "lifetime_in_seconds": 36000, "secret_encoded": false }, - "client_aliases": [], "token_endpoint_auth_method": "client_secret_post", - "app_type": "regular_web", + "app_type": "non_interactive", "grant_types": [ - "authorization_code", - "implicit", - "refresh_token", "client_credentials" ], - "web_origins": [], "custom_login_page_on": true }, { @@ -10247,7 +10247,7 @@ "subject": "deprecated" } ], - "client_id": "ytUXRy51AJLHZH8ZDe4H6CEFr6g4RLEE", + "client_id": "GjnPFoLI9mBsl7zVfF1YcuicqzXFGsfP", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -10303,7 +10303,7 @@ "subject": "deprecated" } ], - "client_id": "gYgGddF8oodts1L3ird56dY4xXIxHvPg", + "client_id": "U2g2JvrBBxa1NUWu7Ycb4dbi7rSClbFw", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -10366,7 +10366,7 @@ "subject": "deprecated" } ], - "client_id": "4Km9rq36DFNHX5E2afxyqSsOBdq6K5YN", + "client_id": "jm6MlJhDC7xIgKBYePEAsFjMtlJ1ScDE", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -10427,7 +10427,7 @@ "subject": "deprecated" } ], - "client_id": "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3", + "client_id": "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -10451,7 +10451,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "PATCH", - "path": "/api/v2/clients/IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", + "path": "/api/v2/clients/p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg", "body": { "name": "Default App", "callbacks": [], @@ -10512,7 +10512,7 @@ "subject": "/CN=auth0-deploy-cli-e2e.us.auth0.com" } ], - "client_id": "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", + "client_id": "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -10548,7 +10548,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "PUT", - "path": "/api/v2/guardian/factors/email", + "path": "/api/v2/guardian/factors/push-notification", "body": { "enabled": false }, @@ -10562,7 +10562,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "PUT", - "path": "/api/v2/guardian/factors/otp", + "path": "/api/v2/guardian/factors/webauthn-roaming", "body": { "enabled": false }, @@ -10590,7 +10590,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "PUT", - "path": "/api/v2/guardian/factors/recovery-code", + "path": "/api/v2/guardian/factors/otp", "body": { "enabled": false }, @@ -10604,7 +10604,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "PUT", - "path": "/api/v2/guardian/factors/push-notification", + "path": "/api/v2/guardian/factors/recovery-code", "body": { "enabled": false }, @@ -10618,7 +10618,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "PUT", - "path": "/api/v2/guardian/factors/webauthn-roaming", + "path": "/api/v2/guardian/factors/webauthn-platform", "body": { "enabled": false }, @@ -10632,7 +10632,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "PUT", - "path": "/api/v2/guardian/factors/webauthn-platform", + "path": "/api/v2/guardian/factors/email", "body": { "enabled": false }, @@ -10705,7 +10705,7 @@ "response": { "actions": [ { - "id": "92cbd3a9-7175-4ae7-a2b5-2b4d7064298d", + "id": "0ba50458-8f40-4350-a690-484c530cb5c5", "name": "My Custom Action", "supported_triggers": [ { @@ -10713,34 +10713,34 @@ "version": "v2" } ], - "created_at": "2025-10-31T06:04:25.342744187Z", - "updated_at": "2025-10-31T06:04:25.358405387Z", + "created_at": "2025-10-31T14:57:22.321709927Z", + "updated_at": "2025-10-31T14:57:22.333454578Z", "code": "/**\n * Handler that will be called during the execution of a PostLogin flow.\n *\n * @param {Event} event - Details about the user and the context in which they are logging in.\n * @param {PostLoginAPI} api - Interface whose methods can be used to change the behavior of the login.\n */\nexports.onExecutePostLogin = async (event, api) => {\n console.log('Some custom action!');\n};\n\n/**\n * Handler that will be invoked when this action is resuming after an external redirect. If your\n * onExecutePostLogin function does not perform a redirect, this function can be safely ignored.\n *\n * @param {Event} event - Details about the user and the context in which they are logging in.\n * @param {PostLoginAPI} api - Interface whose methods can be used to change the behavior of the login.\n */\n// exports.onContinuePostLogin = async (event, api) => {\n// };\n", "dependencies": [], "runtime": "node18", "status": "built", "secrets": [], "current_version": { - "id": "3a8ba256-e396-4c31-ad0a-b9a43cfca053", + "id": "bd05521b-4f4a-4022-8be8-6f77382a55a8", "code": "/**\n * Handler that will be called during the execution of a PostLogin flow.\n *\n * @param {Event} event - Details about the user and the context in which they are logging in.\n * @param {PostLoginAPI} api - Interface whose methods can be used to change the behavior of the login.\n */\nexports.onExecutePostLogin = async (event, api) => {\n console.log('Some custom action!');\n};\n\n/**\n * Handler that will be invoked when this action is resuming after an external redirect. If your\n * onExecutePostLogin function does not perform a redirect, this function can be safely ignored.\n *\n * @param {Event} event - Details about the user and the context in which they are logging in.\n * @param {PostLoginAPI} api - Interface whose methods can be used to change the behavior of the login.\n */\n// exports.onContinuePostLogin = async (event, api) => {\n// };\n", "runtime": "node18", "status": "BUILT", "number": 1, - "build_time": "2025-10-31T06:04:26.281579267Z", - "created_at": "2025-10-31T06:04:26.208577625Z", - "updated_at": "2025-10-31T06:04:26.282067902Z" + "build_time": "2025-10-31T14:57:23.139420848Z", + "created_at": "2025-10-31T14:57:23.082767653Z", + "updated_at": "2025-10-31T14:57:23.139739622Z" }, "deployed_version": { "code": "/**\n * Handler that will be called during the execution of a PostLogin flow.\n *\n * @param {Event} event - Details about the user and the context in which they are logging in.\n * @param {PostLoginAPI} api - Interface whose methods can be used to change the behavior of the login.\n */\nexports.onExecutePostLogin = async (event, api) => {\n console.log('Some custom action!');\n};\n\n/**\n * Handler that will be invoked when this action is resuming after an external redirect. If your\n * onExecutePostLogin function does not perform a redirect, this function can be safely ignored.\n *\n * @param {Event} event - Details about the user and the context in which they are logging in.\n * @param {PostLoginAPI} api - Interface whose methods can be used to change the behavior of the login.\n */\n// exports.onContinuePostLogin = async (event, api) => {\n// };\n", "dependencies": [], - "id": "3a8ba256-e396-4c31-ad0a-b9a43cfca053", + "id": "bd05521b-4f4a-4022-8be8-6f77382a55a8", "deployed": true, "number": 1, - "built_at": "2025-10-31T06:04:26.281579267Z", + "built_at": "2025-10-31T14:57:23.139420848Z", "secrets": [], "status": "built", - "created_at": "2025-10-31T06:04:26.208577625Z", - "updated_at": "2025-10-31T06:04:26.282067902Z", + "created_at": "2025-10-31T14:57:23.082767653Z", + "updated_at": "2025-10-31T14:57:23.139739622Z", "runtime": "node18", "supported_triggers": [ { @@ -10767,7 +10767,7 @@ "response": { "actions": [ { - "id": "92cbd3a9-7175-4ae7-a2b5-2b4d7064298d", + "id": "0ba50458-8f40-4350-a690-484c530cb5c5", "name": "My Custom Action", "supported_triggers": [ { @@ -10775,34 +10775,34 @@ "version": "v2" } ], - "created_at": "2025-10-31T06:04:25.342744187Z", - "updated_at": "2025-10-31T06:04:25.358405387Z", + "created_at": "2025-10-31T14:57:22.321709927Z", + "updated_at": "2025-10-31T14:57:22.333454578Z", "code": "/**\n * Handler that will be called during the execution of a PostLogin flow.\n *\n * @param {Event} event - Details about the user and the context in which they are logging in.\n * @param {PostLoginAPI} api - Interface whose methods can be used to change the behavior of the login.\n */\nexports.onExecutePostLogin = async (event, api) => {\n console.log('Some custom action!');\n};\n\n/**\n * Handler that will be invoked when this action is resuming after an external redirect. If your\n * onExecutePostLogin function does not perform a redirect, this function can be safely ignored.\n *\n * @param {Event} event - Details about the user and the context in which they are logging in.\n * @param {PostLoginAPI} api - Interface whose methods can be used to change the behavior of the login.\n */\n// exports.onContinuePostLogin = async (event, api) => {\n// };\n", "dependencies": [], "runtime": "node18", "status": "built", "secrets": [], "current_version": { - "id": "3a8ba256-e396-4c31-ad0a-b9a43cfca053", + "id": "bd05521b-4f4a-4022-8be8-6f77382a55a8", "code": "/**\n * Handler that will be called during the execution of a PostLogin flow.\n *\n * @param {Event} event - Details about the user and the context in which they are logging in.\n * @param {PostLoginAPI} api - Interface whose methods can be used to change the behavior of the login.\n */\nexports.onExecutePostLogin = async (event, api) => {\n console.log('Some custom action!');\n};\n\n/**\n * Handler that will be invoked when this action is resuming after an external redirect. If your\n * onExecutePostLogin function does not perform a redirect, this function can be safely ignored.\n *\n * @param {Event} event - Details about the user and the context in which they are logging in.\n * @param {PostLoginAPI} api - Interface whose methods can be used to change the behavior of the login.\n */\n// exports.onContinuePostLogin = async (event, api) => {\n// };\n", "runtime": "node18", "status": "BUILT", "number": 1, - "build_time": "2025-10-31T06:04:26.281579267Z", - "created_at": "2025-10-31T06:04:26.208577625Z", - "updated_at": "2025-10-31T06:04:26.282067902Z" + "build_time": "2025-10-31T14:57:23.139420848Z", + "created_at": "2025-10-31T14:57:23.082767653Z", + "updated_at": "2025-10-31T14:57:23.139739622Z" }, "deployed_version": { "code": "/**\n * Handler that will be called during the execution of a PostLogin flow.\n *\n * @param {Event} event - Details about the user and the context in which they are logging in.\n * @param {PostLoginAPI} api - Interface whose methods can be used to change the behavior of the login.\n */\nexports.onExecutePostLogin = async (event, api) => {\n console.log('Some custom action!');\n};\n\n/**\n * Handler that will be invoked when this action is resuming after an external redirect. If your\n * onExecutePostLogin function does not perform a redirect, this function can be safely ignored.\n *\n * @param {Event} event - Details about the user and the context in which they are logging in.\n * @param {PostLoginAPI} api - Interface whose methods can be used to change the behavior of the login.\n */\n// exports.onContinuePostLogin = async (event, api) => {\n// };\n", "dependencies": [], - "id": "3a8ba256-e396-4c31-ad0a-b9a43cfca053", + "id": "bd05521b-4f4a-4022-8be8-6f77382a55a8", "deployed": true, "number": 1, - "built_at": "2025-10-31T06:04:26.281579267Z", + "built_at": "2025-10-31T14:57:23.139420848Z", "secrets": [], "status": "built", - "created_at": "2025-10-31T06:04:26.208577625Z", - "updated_at": "2025-10-31T06:04:26.282067902Z", + "created_at": "2025-10-31T14:57:23.082767653Z", + "updated_at": "2025-10-31T14:57:23.139739622Z", "runtime": "node18", "supported_triggers": [ { @@ -10823,27 +10823,43 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "PATCH", - "path": "/api/v2/attack-protection/brute-force-protection", + "path": "/api/v2/attack-protection/suspicious-ip-throttling", "body": { "enabled": true, "shields": [ - "block", - "user_notification" + "admin_notification", + "block" ], - "mode": "count_per_identifier_and_ip", "allowlist": [], - "max_attempts": 10 - }, - "status": 200, - "response": { - "enabled": true, + "stage": { + "pre-login": { + "max_attempts": 100, + "rate": 864000 + }, + "pre-user-registration": { + "max_attempts": 50, + "rate": 1200 + } + } + }, + "status": 200, + "response": { + "enabled": true, "shields": [ - "block", - "user_notification" + "admin_notification", + "block" ], - "mode": "count_per_identifier_and_ip", "allowlist": [], - "max_attempts": 10 + "stage": { + "pre-login": { + "max_attempts": 100, + "rate": 864000 + }, + "pre-user-registration": { + "max_attempts": 50, + "rate": 1200 + } + } }, "rawHeaders": [], "responseIsBinary": false @@ -10879,43 +10895,27 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "PATCH", - "path": "/api/v2/attack-protection/suspicious-ip-throttling", + "path": "/api/v2/attack-protection/brute-force-protection", "body": { "enabled": true, "shields": [ - "admin_notification", - "block" + "block", + "user_notification" ], + "mode": "count_per_identifier_and_ip", "allowlist": [], - "stage": { - "pre-login": { - "max_attempts": 100, - "rate": 864000 - }, - "pre-user-registration": { - "max_attempts": 50, - "rate": 1200 - } - } + "max_attempts": 10 }, "status": 200, "response": { "enabled": true, "shields": [ - "admin_notification", - "block" + "block", + "user_notification" ], + "mode": "count_per_identifier_and_ip", "allowlist": [], - "stage": { - "pre-login": { - "max_attempts": 100, - "rate": 864000 - }, - "pre-user-registration": { - "max_attempts": 50, - "rate": 1200 - } - } + "max_attempts": 10 }, "rawHeaders": [], "responseIsBinary": false @@ -11016,7 +11016,7 @@ "subject": "deprecated" } ], - "client_id": "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", + "client_id": "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -11072,7 +11072,7 @@ "subject": "deprecated" } ], - "client_id": "BDFEllTLwgxz8o8yTHlcoe9pJOz8Bcn7", + "client_id": "eZwzdXan9x27088CTPhLeCSqJK5Qsb5w", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -11095,12 +11095,21 @@ "async_approval_notification_channels": [ "guardian-push" ], - "name": "Quickstarts API (Test Application)", - "client_metadata": { - "foo": "bar" - }, + "name": "Node App", + "allowed_clients": [], + "allowed_logout_urls": [], + "callbacks": [], + "client_metadata": {}, "cross_origin_auth": false, "is_first_party": true, + "native_social_login": { + "apple": { + "enabled": false + }, + "facebook": { + "enabled": false + } + }, "oidc_conformant": true, "refresh_token": { "expiration_type": "non-expiring", @@ -11120,7 +11129,8 @@ "subject": "deprecated" } ], - "client_id": "1HFS6S8ca5Ba9yy8mvB4NPe3eXmL7frl", + "allowed_origins": [], + "client_id": "SrN1EUDvsQo826qtaOqWlxMRN5y08alc", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -11128,11 +11138,16 @@ "lifetime_in_seconds": 36000, "secret_encoded": false }, + "client_aliases": [], "token_endpoint_auth_method": "client_secret_post", - "app_type": "non_interactive", + "app_type": "regular_web", "grant_types": [ + "authorization_code", + "implicit", + "refresh_token", "client_credentials" ], + "web_origins": [], "custom_login_page_on": true }, { @@ -11142,21 +11157,12 @@ "async_approval_notification_channels": [ "guardian-push" ], - "name": "Node App", - "allowed_clients": [], - "allowed_logout_urls": [], - "callbacks": [], - "client_metadata": {}, + "name": "Quickstarts API (Test Application)", + "client_metadata": { + "foo": "bar" + }, "cross_origin_auth": false, "is_first_party": true, - "native_social_login": { - "apple": { - "enabled": false - }, - "facebook": { - "enabled": false - } - }, "oidc_conformant": true, "refresh_token": { "expiration_type": "non-expiring", @@ -11176,8 +11182,7 @@ "subject": "deprecated" } ], - "allowed_origins": [], - "client_id": "Q187Vh6vNNvq4TuP6cOo2gwpsXiu8byT", + "client_id": "KBmsLova1QU1cLpNZ5Wst9NexolH66zz", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -11185,16 +11190,11 @@ "lifetime_in_seconds": 36000, "secret_encoded": false }, - "client_aliases": [], "token_endpoint_auth_method": "client_secret_post", - "app_type": "regular_web", + "app_type": "non_interactive", "grant_types": [ - "authorization_code", - "implicit", - "refresh_token", "client_credentials" ], - "web_origins": [], "custom_login_page_on": true }, { @@ -11226,7 +11226,7 @@ "subject": "deprecated" } ], - "client_id": "ytUXRy51AJLHZH8ZDe4H6CEFr6g4RLEE", + "client_id": "GjnPFoLI9mBsl7zVfF1YcuicqzXFGsfP", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -11282,7 +11282,7 @@ "subject": "deprecated" } ], - "client_id": "gYgGddF8oodts1L3ird56dY4xXIxHvPg", + "client_id": "U2g2JvrBBxa1NUWu7Ycb4dbi7rSClbFw", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -11345,7 +11345,7 @@ "subject": "deprecated" } ], - "client_id": "4Km9rq36DFNHX5E2afxyqSsOBdq6K5YN", + "client_id": "jm6MlJhDC7xIgKBYePEAsFjMtlJ1ScDE", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -11406,7 +11406,7 @@ "subject": "deprecated" } ], - "client_id": "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3", + "client_id": "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -11476,7 +11476,7 @@ "limit": 50, "connections": [ { - "id": "con_L5iEwTLxIRtK1pDA", + "id": "con_ztvlJaf7zhCaAC7v", "options": { "mfa": { "active": true, @@ -11532,12 +11532,12 @@ "boo-baz-db-connection-test" ], "enabled_clients": [ - "Q187Vh6vNNvq4TuP6cOo2gwpsXiu8byT", - "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3" + "SrN1EUDvsQo826qtaOqWlxMRN5y08alc", + "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI" ] }, { - "id": "con_T8mVsA0onoFxCML0", + "id": "con_85Lq3efegcuZcVni", "options": { "mfa": { "active": true, @@ -11567,8 +11567,8 @@ "Username-Password-Authentication" ], "enabled_clients": [ - "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", - "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE" + "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", + "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" ] } ] @@ -11585,7 +11585,7 @@ "response": { "connections": [ { - "id": "con_L5iEwTLxIRtK1pDA", + "id": "con_ztvlJaf7zhCaAC7v", "options": { "mfa": { "active": true, @@ -11641,12 +11641,12 @@ "boo-baz-db-connection-test" ], "enabled_clients": [ - "Q187Vh6vNNvq4TuP6cOo2gwpsXiu8byT", - "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3" + "SrN1EUDvsQo826qtaOqWlxMRN5y08alc", + "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI" ] }, { - "id": "con_T8mVsA0onoFxCML0", + "id": "con_85Lq3efegcuZcVni", "options": { "mfa": { "active": true, @@ -11676,8 +11676,8 @@ "Username-Password-Authentication" ], "enabled_clients": [ - "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", - "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE" + "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", + "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" ] } ] @@ -11697,7 +11697,7 @@ "limit": 50, "connections": [ { - "id": "con_L5iEwTLxIRtK1pDA", + "id": "con_ztvlJaf7zhCaAC7v", "options": { "mfa": { "active": true, @@ -11753,12 +11753,12 @@ "boo-baz-db-connection-test" ], "enabled_clients": [ - "Q187Vh6vNNvq4TuP6cOo2gwpsXiu8byT", - "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3" + "SrN1EUDvsQo826qtaOqWlxMRN5y08alc", + "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI" ] }, { - "id": "con_T8mVsA0onoFxCML0", + "id": "con_85Lq3efegcuZcVni", "options": { "mfa": { "active": true, @@ -11788,8 +11788,8 @@ "Username-Password-Authentication" ], "enabled_clients": [ - "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", - "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE" + "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", + "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" ] } ] @@ -11806,7 +11806,7 @@ "response": { "connections": [ { - "id": "con_L5iEwTLxIRtK1pDA", + "id": "con_ztvlJaf7zhCaAC7v", "options": { "mfa": { "active": true, @@ -11862,12 +11862,12 @@ "boo-baz-db-connection-test" ], "enabled_clients": [ - "Q187Vh6vNNvq4TuP6cOo2gwpsXiu8byT", - "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3" + "SrN1EUDvsQo826qtaOqWlxMRN5y08alc", + "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI" ] }, { - "id": "con_T8mVsA0onoFxCML0", + "id": "con_85Lq3efegcuZcVni", "options": { "mfa": { "active": true, @@ -11897,8 +11897,8 @@ "Username-Password-Authentication" ], "enabled_clients": [ - "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", - "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE" + "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", + "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" ] } ] @@ -11909,16 +11909,16 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/connections/con_L5iEwTLxIRtK1pDA/clients?take=50", + "path": "/api/v2/connections/con_ztvlJaf7zhCaAC7v/clients?take=50", "body": "", "status": 200, "response": { "clients": [ { - "client_id": "Q187Vh6vNNvq4TuP6cOo2gwpsXiu8byT" + "client_id": "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI" }, { - "client_id": "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3" + "client_id": "SrN1EUDvsQo826qtaOqWlxMRN5y08alc" } ] }, @@ -11928,13 +11928,13 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/connections/con_T8mVsA0onoFxCML0/clients?take=50", + "path": "/api/v2/connections/con_85Lq3efegcuZcVni/clients?take=50", "body": "", "status": 200, "response": { "clients": [ { - "client_id": "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI" + "client_id": "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" }, { "client_id": "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE" @@ -11947,11 +11947,11 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/connections/con_T8mVsA0onoFxCML0", + "path": "/api/v2/connections/con_85Lq3efegcuZcVni", "body": "", "status": 200, "response": { - "id": "con_T8mVsA0onoFxCML0", + "id": "con_85Lq3efegcuZcVni", "options": { "mfa": { "active": true, @@ -11978,8 +11978,8 @@ "name": "Username-Password-Authentication", "is_domain_connection": false, "enabled_clients": [ - "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", - "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE" + "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", + "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" ], "realms": [ "Username-Password-Authentication" @@ -11991,11 +11991,11 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "PATCH", - "path": "/api/v2/connections/con_T8mVsA0onoFxCML0", + "path": "/api/v2/connections/con_85Lq3efegcuZcVni", "body": { "enabled_clients": [ "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", - "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI" + "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" ], "is_domain_connection": false, "options": { @@ -12026,7 +12026,7 @@ }, "status": 200, "response": { - "id": "con_T8mVsA0onoFxCML0", + "id": "con_85Lq3efegcuZcVni", "options": { "mfa": { "active": true, @@ -12054,7 +12054,7 @@ "is_domain_connection": false, "enabled_clients": [ "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", - "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI" + "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" ], "realms": [ "Username-Password-Authentication" @@ -12066,14 +12066,14 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "PATCH", - "path": "/api/v2/connections/con_T8mVsA0onoFxCML0/clients", + "path": "/api/v2/connections/con_85Lq3efegcuZcVni/clients", "body": [ { "client_id": "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", "status": true }, { - "client_id": "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", + "client_id": "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg", "status": true } ], @@ -12178,7 +12178,7 @@ "subject": "deprecated" } ], - "client_id": "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", + "client_id": "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -12234,7 +12234,7 @@ "subject": "deprecated" } ], - "client_id": "BDFEllTLwgxz8o8yTHlcoe9pJOz8Bcn7", + "client_id": "eZwzdXan9x27088CTPhLeCSqJK5Qsb5w", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -12257,12 +12257,21 @@ "async_approval_notification_channels": [ "guardian-push" ], - "name": "Quickstarts API (Test Application)", - "client_metadata": { - "foo": "bar" - }, + "name": "Node App", + "allowed_clients": [], + "allowed_logout_urls": [], + "callbacks": [], + "client_metadata": {}, "cross_origin_auth": false, "is_first_party": true, + "native_social_login": { + "apple": { + "enabled": false + }, + "facebook": { + "enabled": false + } + }, "oidc_conformant": true, "refresh_token": { "expiration_type": "non-expiring", @@ -12282,7 +12291,8 @@ "subject": "deprecated" } ], - "client_id": "1HFS6S8ca5Ba9yy8mvB4NPe3eXmL7frl", + "allowed_origins": [], + "client_id": "SrN1EUDvsQo826qtaOqWlxMRN5y08alc", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -12290,11 +12300,16 @@ "lifetime_in_seconds": 36000, "secret_encoded": false }, + "client_aliases": [], "token_endpoint_auth_method": "client_secret_post", - "app_type": "non_interactive", + "app_type": "regular_web", "grant_types": [ + "authorization_code", + "implicit", + "refresh_token", "client_credentials" ], + "web_origins": [], "custom_login_page_on": true }, { @@ -12304,21 +12319,12 @@ "async_approval_notification_channels": [ "guardian-push" ], - "name": "Node App", - "allowed_clients": [], - "allowed_logout_urls": [], - "callbacks": [], - "client_metadata": {}, + "name": "Quickstarts API (Test Application)", + "client_metadata": { + "foo": "bar" + }, "cross_origin_auth": false, "is_first_party": true, - "native_social_login": { - "apple": { - "enabled": false - }, - "facebook": { - "enabled": false - } - }, "oidc_conformant": true, "refresh_token": { "expiration_type": "non-expiring", @@ -12338,8 +12344,7 @@ "subject": "deprecated" } ], - "allowed_origins": [], - "client_id": "Q187Vh6vNNvq4TuP6cOo2gwpsXiu8byT", + "client_id": "KBmsLova1QU1cLpNZ5Wst9NexolH66zz", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -12347,16 +12352,11 @@ "lifetime_in_seconds": 36000, "secret_encoded": false }, - "client_aliases": [], "token_endpoint_auth_method": "client_secret_post", - "app_type": "regular_web", + "app_type": "non_interactive", "grant_types": [ - "authorization_code", - "implicit", - "refresh_token", "client_credentials" ], - "web_origins": [], "custom_login_page_on": true }, { @@ -12388,7 +12388,7 @@ "subject": "deprecated" } ], - "client_id": "ytUXRy51AJLHZH8ZDe4H6CEFr6g4RLEE", + "client_id": "GjnPFoLI9mBsl7zVfF1YcuicqzXFGsfP", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -12444,7 +12444,7 @@ "subject": "deprecated" } ], - "client_id": "gYgGddF8oodts1L3ird56dY4xXIxHvPg", + "client_id": "U2g2JvrBBxa1NUWu7Ycb4dbi7rSClbFw", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -12507,7 +12507,7 @@ "subject": "deprecated" } ], - "client_id": "4Km9rq36DFNHX5E2afxyqSsOBdq6K5YN", + "client_id": "jm6MlJhDC7xIgKBYePEAsFjMtlJ1ScDE", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -12568,7 +12568,7 @@ "subject": "deprecated" } ], - "client_id": "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3", + "client_id": "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -12638,7 +12638,7 @@ "limit": 50, "connections": [ { - "id": "con_L5iEwTLxIRtK1pDA", + "id": "con_ztvlJaf7zhCaAC7v", "options": { "mfa": { "active": true, @@ -12694,12 +12694,12 @@ "boo-baz-db-connection-test" ], "enabled_clients": [ - "Q187Vh6vNNvq4TuP6cOo2gwpsXiu8byT", - "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3" + "SrN1EUDvsQo826qtaOqWlxMRN5y08alc", + "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI" ] }, { - "id": "con_PbrTJcCum9aUGXfI", + "id": "con_6tyEu2hOP8JuHJku", "options": { "email": true, "scope": [ @@ -12715,12 +12715,12 @@ "google-oauth2" ], "enabled_clients": [ - "gYgGddF8oodts1L3ird56dY4xXIxHvPg", - "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3" + "U2g2JvrBBxa1NUWu7Ycb4dbi7rSClbFw", + "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI" ] }, { - "id": "con_T8mVsA0onoFxCML0", + "id": "con_85Lq3efegcuZcVni", "options": { "mfa": { "active": true, @@ -12750,8 +12750,8 @@ "Username-Password-Authentication" ], "enabled_clients": [ - "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", - "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE" + "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", + "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" ] } ] @@ -12768,7 +12768,7 @@ "response": { "connections": [ { - "id": "con_L5iEwTLxIRtK1pDA", + "id": "con_ztvlJaf7zhCaAC7v", "options": { "mfa": { "active": true, @@ -12824,12 +12824,12 @@ "boo-baz-db-connection-test" ], "enabled_clients": [ - "Q187Vh6vNNvq4TuP6cOo2gwpsXiu8byT", - "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3" + "SrN1EUDvsQo826qtaOqWlxMRN5y08alc", + "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI" ] }, { - "id": "con_PbrTJcCum9aUGXfI", + "id": "con_6tyEu2hOP8JuHJku", "options": { "email": true, "scope": [ @@ -12845,12 +12845,12 @@ "google-oauth2" ], "enabled_clients": [ - "gYgGddF8oodts1L3ird56dY4xXIxHvPg", - "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3" + "U2g2JvrBBxa1NUWu7Ycb4dbi7rSClbFw", + "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI" ] }, { - "id": "con_T8mVsA0onoFxCML0", + "id": "con_85Lq3efegcuZcVni", "options": { "mfa": { "active": true, @@ -12880,8 +12880,8 @@ "Username-Password-Authentication" ], "enabled_clients": [ - "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", - "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE" + "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", + "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" ] } ] @@ -12901,7 +12901,7 @@ "limit": 50, "connections": [ { - "id": "con_L5iEwTLxIRtK1pDA", + "id": "con_ztvlJaf7zhCaAC7v", "options": { "mfa": { "active": true, @@ -12957,12 +12957,12 @@ "boo-baz-db-connection-test" ], "enabled_clients": [ - "Q187Vh6vNNvq4TuP6cOo2gwpsXiu8byT", - "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3" + "SrN1EUDvsQo826qtaOqWlxMRN5y08alc", + "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI" ] }, { - "id": "con_PbrTJcCum9aUGXfI", + "id": "con_6tyEu2hOP8JuHJku", "options": { "email": true, "scope": [ @@ -12978,12 +12978,12 @@ "google-oauth2" ], "enabled_clients": [ - "gYgGddF8oodts1L3ird56dY4xXIxHvPg", - "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3" + "U2g2JvrBBxa1NUWu7Ycb4dbi7rSClbFw", + "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI" ] }, { - "id": "con_T8mVsA0onoFxCML0", + "id": "con_85Lq3efegcuZcVni", "options": { "mfa": { "active": true, @@ -13013,8 +13013,8 @@ "Username-Password-Authentication" ], "enabled_clients": [ - "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", - "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE" + "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", + "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" ] } ] @@ -13031,7 +13031,7 @@ "response": { "connections": [ { - "id": "con_L5iEwTLxIRtK1pDA", + "id": "con_ztvlJaf7zhCaAC7v", "options": { "mfa": { "active": true, @@ -13087,12 +13087,12 @@ "boo-baz-db-connection-test" ], "enabled_clients": [ - "Q187Vh6vNNvq4TuP6cOo2gwpsXiu8byT", - "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3" + "SrN1EUDvsQo826qtaOqWlxMRN5y08alc", + "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI" ] }, { - "id": "con_PbrTJcCum9aUGXfI", + "id": "con_6tyEu2hOP8JuHJku", "options": { "email": true, "scope": [ @@ -13108,12 +13108,12 @@ "google-oauth2" ], "enabled_clients": [ - "gYgGddF8oodts1L3ird56dY4xXIxHvPg", - "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3" + "U2g2JvrBBxa1NUWu7Ycb4dbi7rSClbFw", + "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI" ] }, { - "id": "con_T8mVsA0onoFxCML0", + "id": "con_85Lq3efegcuZcVni", "options": { "mfa": { "active": true, @@ -13143,8 +13143,8 @@ "Username-Password-Authentication" ], "enabled_clients": [ - "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", - "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE" + "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", + "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" ] } ] @@ -13155,16 +13155,16 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/connections/con_PbrTJcCum9aUGXfI/clients?take=50", + "path": "/api/v2/connections/con_6tyEu2hOP8JuHJku/clients?take=50", "body": "", "status": 200, "response": { "clients": [ { - "client_id": "gYgGddF8oodts1L3ird56dY4xXIxHvPg" + "client_id": "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI" }, { - "client_id": "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3" + "client_id": "U2g2JvrBBxa1NUWu7Ycb4dbi7rSClbFw" } ] }, @@ -13282,7 +13282,7 @@ "subject": "deprecated" } ], - "client_id": "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", + "client_id": "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -13338,7 +13338,7 @@ "subject": "deprecated" } ], - "client_id": "BDFEllTLwgxz8o8yTHlcoe9pJOz8Bcn7", + "client_id": "eZwzdXan9x27088CTPhLeCSqJK5Qsb5w", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -13361,12 +13361,21 @@ "async_approval_notification_channels": [ "guardian-push" ], - "name": "Quickstarts API (Test Application)", - "client_metadata": { - "foo": "bar" - }, + "name": "Node App", + "allowed_clients": [], + "allowed_logout_urls": [], + "callbacks": [], + "client_metadata": {}, "cross_origin_auth": false, "is_first_party": true, + "native_social_login": { + "apple": { + "enabled": false + }, + "facebook": { + "enabled": false + } + }, "oidc_conformant": true, "refresh_token": { "expiration_type": "non-expiring", @@ -13386,7 +13395,8 @@ "subject": "deprecated" } ], - "client_id": "1HFS6S8ca5Ba9yy8mvB4NPe3eXmL7frl", + "allowed_origins": [], + "client_id": "SrN1EUDvsQo826qtaOqWlxMRN5y08alc", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -13394,11 +13404,16 @@ "lifetime_in_seconds": 36000, "secret_encoded": false }, + "client_aliases": [], "token_endpoint_auth_method": "client_secret_post", - "app_type": "non_interactive", + "app_type": "regular_web", "grant_types": [ + "authorization_code", + "implicit", + "refresh_token", "client_credentials" ], + "web_origins": [], "custom_login_page_on": true }, { @@ -13408,21 +13423,12 @@ "async_approval_notification_channels": [ "guardian-push" ], - "name": "Node App", - "allowed_clients": [], - "allowed_logout_urls": [], - "callbacks": [], - "client_metadata": {}, + "name": "Quickstarts API (Test Application)", + "client_metadata": { + "foo": "bar" + }, "cross_origin_auth": false, "is_first_party": true, - "native_social_login": { - "apple": { - "enabled": false - }, - "facebook": { - "enabled": false - } - }, "oidc_conformant": true, "refresh_token": { "expiration_type": "non-expiring", @@ -13442,8 +13448,7 @@ "subject": "deprecated" } ], - "allowed_origins": [], - "client_id": "Q187Vh6vNNvq4TuP6cOo2gwpsXiu8byT", + "client_id": "KBmsLova1QU1cLpNZ5Wst9NexolH66zz", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -13451,16 +13456,11 @@ "lifetime_in_seconds": 36000, "secret_encoded": false }, - "client_aliases": [], "token_endpoint_auth_method": "client_secret_post", - "app_type": "regular_web", + "app_type": "non_interactive", "grant_types": [ - "authorization_code", - "implicit", - "refresh_token", "client_credentials" ], - "web_origins": [], "custom_login_page_on": true }, { @@ -13492,7 +13492,7 @@ "subject": "deprecated" } ], - "client_id": "ytUXRy51AJLHZH8ZDe4H6CEFr6g4RLEE", + "client_id": "GjnPFoLI9mBsl7zVfF1YcuicqzXFGsfP", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -13548,7 +13548,7 @@ "subject": "deprecated" } ], - "client_id": "gYgGddF8oodts1L3ird56dY4xXIxHvPg", + "client_id": "U2g2JvrBBxa1NUWu7Ycb4dbi7rSClbFw", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -13611,7 +13611,7 @@ "subject": "deprecated" } ], - "client_id": "4Km9rq36DFNHX5E2afxyqSsOBdq6K5YN", + "client_id": "jm6MlJhDC7xIgKBYePEAsFjMtlJ1ScDE", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -13672,7 +13672,7 @@ "subject": "deprecated" } ], - "client_id": "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3", + "client_id": "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -13742,8 +13742,8 @@ "limit": 100, "client_grants": [ { - "id": "cgr_RdDeVaKKb2hAfUr4", - "client_id": "ytUXRy51AJLHZH8ZDe4H6CEFr6g4RLEE", + "id": "cgr_FWvBRbi6ftSVCXKS", + "client_id": "GjnPFoLI9mBsl7zVfF1YcuicqzXFGsfP", "audience": "https://auth0-deploy-cli-e2e.us.auth0.com/api/v2/", "scope": [ "read:client_grants", @@ -13880,8 +13880,8 @@ "subject_type": "client" }, { - "id": "cgr_h0jyrguro4OQFmDa", - "client_id": "BDFEllTLwgxz8o8yTHlcoe9pJOz8Bcn7", + "id": "cgr_pbwejzhwoujrsNE8", + "client_id": "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", "audience": "https://auth0-deploy-cli-e2e.us.auth0.com/api/v2/", "scope": [ "read:client_grants", @@ -13908,6 +13908,10 @@ "update:client_keys", "delete:client_keys", "create:client_keys", + "read:client_credentials", + "update:client_credentials", + "delete:client_credentials", + "create:client_credentials", "read:connections", "update:connections", "delete:connections", @@ -13997,10 +14001,19 @@ "read:entitlements", "read:attack_protection", "update:attack_protection", + "read:organizations_summary", + "create:authentication_methods", + "read:authentication_methods", + "update:authentication_methods", + "delete:authentication_methods", "read:organizations", "update:organizations", "create:organizations", "delete:organizations", + "read:organization_discovery_domains", + "update:organization_discovery_domains", + "create:organization_discovery_domains", + "delete:organization_discovery_domains", "create:organization_members", "read:organization_members", "delete:organization_members", @@ -14013,32 +14026,116 @@ "delete:organization_member_roles", "create:organization_invitations", "read:organization_invitations", - "delete:organization_invitations" - ], - "subject_type": "client" - }, - { - "id": "cgr_pbwejzhwoujrsNE8", - "client_id": "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", - "audience": "https://auth0-deploy-cli-e2e.us.auth0.com/api/v2/", - "scope": [ - "read:client_grants", - "create:client_grants", - "delete:client_grants", - "update:client_grants", - "read:users", - "update:users", - "delete:users", - "create:users", - "read:users_app_metadata", - "update:users_app_metadata", - "delete:users_app_metadata", - "create:users_app_metadata", - "read:user_custom_blocks", - "create:user_custom_blocks", - "delete:user_custom_blocks", - "create:user_tickets", - "read:clients", + "delete:organization_invitations", + "read:scim_config", + "create:scim_config", + "update:scim_config", + "delete:scim_config", + "create:scim_token", + "read:scim_token", + "delete:scim_token", + "delete:phone_providers", + "create:phone_providers", + "read:phone_providers", + "update:phone_providers", + "delete:phone_templates", + "create:phone_templates", + "read:phone_templates", + "update:phone_templates", + "create:encryption_keys", + "read:encryption_keys", + "update:encryption_keys", + "delete:encryption_keys", + "read:sessions", + "update:sessions", + "delete:sessions", + "read:refresh_tokens", + "delete:refresh_tokens", + "create:self_service_profiles", + "read:self_service_profiles", + "update:self_service_profiles", + "delete:self_service_profiles", + "create:sso_access_tickets", + "delete:sso_access_tickets", + "read:forms", + "update:forms", + "delete:forms", + "create:forms", + "read:flows", + "update:flows", + "delete:flows", + "create:flows", + "read:flows_vault", + "read:flows_vault_connections", + "update:flows_vault_connections", + "delete:flows_vault_connections", + "create:flows_vault_connections", + "read:flows_executions", + "delete:flows_executions", + "read:connections_options", + "update:connections_options", + "read:self_service_profile_custom_texts", + "update:self_service_profile_custom_texts", + "create:network_acls", + "update:network_acls", + "read:network_acls", + "delete:network_acls", + "delete:vdcs_templates", + "read:vdcs_templates", + "create:vdcs_templates", + "update:vdcs_templates", + "create:custom_signing_keys", + "read:custom_signing_keys", + "update:custom_signing_keys", + "delete:custom_signing_keys", + "read:federated_connections_tokens", + "delete:federated_connections_tokens", + "create:user_attribute_profiles", + "read:user_attribute_profiles", + "update:user_attribute_profiles", + "delete:user_attribute_profiles", + "read:event_streams", + "create:event_streams", + "delete:event_streams", + "update:event_streams", + "read:event_deliveries", + "update:event_deliveries", + "create:connection_profiles", + "read:connection_profiles", + "update:connection_profiles", + "delete:connection_profiles", + "read:organization_client_grants", + "create:organization_client_grants", + "delete:organization_client_grants", + "read:security_metrics", + "read:connections_keys", + "update:connections_keys", + "create:connections_keys" + ], + "subject_type": "client" + }, + { + "id": "cgr_sMnn6UuFajCTdk3u", + "client_id": "eZwzdXan9x27088CTPhLeCSqJK5Qsb5w", + "audience": "https://auth0-deploy-cli-e2e.us.auth0.com/api/v2/", + "scope": [ + "read:client_grants", + "create:client_grants", + "delete:client_grants", + "update:client_grants", + "read:users", + "update:users", + "delete:users", + "create:users", + "read:users_app_metadata", + "update:users_app_metadata", + "delete:users_app_metadata", + "create:users_app_metadata", + "read:user_custom_blocks", + "create:user_custom_blocks", + "delete:user_custom_blocks", + "create:user_tickets", + "read:clients", "update:clients", "delete:clients", "create:clients", @@ -14046,10 +14143,6 @@ "update:client_keys", "delete:client_keys", "create:client_keys", - "read:client_credentials", - "update:client_credentials", - "delete:client_credentials", - "create:client_credentials", "read:connections", "update:connections", "delete:connections", @@ -14139,19 +14232,10 @@ "read:entitlements", "read:attack_protection", "update:attack_protection", - "read:organizations_summary", - "create:authentication_methods", - "read:authentication_methods", - "update:authentication_methods", - "delete:authentication_methods", "read:organizations", "update:organizations", "create:organizations", "delete:organizations", - "read:organization_discovery_domains", - "update:organization_discovery_domains", - "create:organization_discovery_domains", - "delete:organization_discovery_domains", "create:organization_members", "read:organization_members", "delete:organization_members", @@ -14164,91 +14248,7 @@ "delete:organization_member_roles", "create:organization_invitations", "read:organization_invitations", - "delete:organization_invitations", - "read:scim_config", - "create:scim_config", - "update:scim_config", - "delete:scim_config", - "create:scim_token", - "read:scim_token", - "delete:scim_token", - "delete:phone_providers", - "create:phone_providers", - "read:phone_providers", - "update:phone_providers", - "delete:phone_templates", - "create:phone_templates", - "read:phone_templates", - "update:phone_templates", - "create:encryption_keys", - "read:encryption_keys", - "update:encryption_keys", - "delete:encryption_keys", - "read:sessions", - "update:sessions", - "delete:sessions", - "read:refresh_tokens", - "delete:refresh_tokens", - "create:self_service_profiles", - "read:self_service_profiles", - "update:self_service_profiles", - "delete:self_service_profiles", - "create:sso_access_tickets", - "delete:sso_access_tickets", - "read:forms", - "update:forms", - "delete:forms", - "create:forms", - "read:flows", - "update:flows", - "delete:flows", - "create:flows", - "read:flows_vault", - "read:flows_vault_connections", - "update:flows_vault_connections", - "delete:flows_vault_connections", - "create:flows_vault_connections", - "read:flows_executions", - "delete:flows_executions", - "read:connections_options", - "update:connections_options", - "read:self_service_profile_custom_texts", - "update:self_service_profile_custom_texts", - "create:network_acls", - "update:network_acls", - "read:network_acls", - "delete:network_acls", - "delete:vdcs_templates", - "read:vdcs_templates", - "create:vdcs_templates", - "update:vdcs_templates", - "create:custom_signing_keys", - "read:custom_signing_keys", - "update:custom_signing_keys", - "delete:custom_signing_keys", - "read:federated_connections_tokens", - "delete:federated_connections_tokens", - "create:user_attribute_profiles", - "read:user_attribute_profiles", - "update:user_attribute_profiles", - "delete:user_attribute_profiles", - "read:event_streams", - "create:event_streams", - "delete:event_streams", - "update:event_streams", - "read:event_deliveries", - "update:event_deliveries", - "create:connection_profiles", - "read:connection_profiles", - "update:connection_profiles", - "delete:connection_profiles", - "read:organization_client_grants", - "create:organization_client_grants", - "delete:organization_client_grants", - "read:security_metrics", - "read:connections_keys", - "update:connections_keys", - "create:connections_keys" + "delete:organization_invitations" ], "subject_type": "client" } @@ -14266,22 +14266,22 @@ "response": { "roles": [ { - "id": "rol_lLNLY90nurwaoiBH", + "id": "rol_4BDf23iFJRSAfWkE", "name": "Admin", "description": "Can read and write things" }, { - "id": "rol_Xf6rpb7qUU0jhHZo", + "id": "rol_81RrNH8R5oCDnBUG", "name": "Reader", "description": "Can only read things" }, { - "id": "rol_qBWlF7Iu8cpOKtzv", + "id": "rol_v44pj0PGL7Gq9FQC", "name": "read_only", "description": "Read Only" }, { - "id": "rol_qJtLkYi8jZqRiG1Z", + "id": "rol_CyaPmtQRfUFB7rxL", "name": "read_osnly", "description": "Readz Only" } @@ -14296,7 +14296,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/roles/rol_lLNLY90nurwaoiBH/permissions?per_page=100&page=0&include_totals=true", + "path": "/api/v2/roles/rol_4BDf23iFJRSAfWkE/permissions?per_page=100&page=0&include_totals=true", "body": "", "status": 200, "response": { @@ -14311,7 +14311,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/roles/rol_Xf6rpb7qUU0jhHZo/permissions?per_page=100&page=0&include_totals=true", + "path": "/api/v2/roles/rol_81RrNH8R5oCDnBUG/permissions?per_page=100&page=0&include_totals=true", "body": "", "status": 200, "response": { @@ -14326,7 +14326,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/roles/rol_qBWlF7Iu8cpOKtzv/permissions?per_page=100&page=0&include_totals=true", + "path": "/api/v2/roles/rol_v44pj0PGL7Gq9FQC/permissions?per_page=100&page=0&include_totals=true", "body": "", "status": 200, "response": { @@ -14341,7 +14341,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/roles/rol_qJtLkYi8jZqRiG1Z/permissions?per_page=100&page=0&include_totals=true", + "path": "/api/v2/roles/rol_CyaPmtQRfUFB7rxL/permissions?per_page=100&page=0&include_totals=true", "body": "", "status": 200, "response": { @@ -14362,7 +14362,7 @@ "response": { "organizations": [ { - "id": "org_0pLtDGKkLf31gqPJ", + "id": "org_VF8F48N4jwlx9iqb", "name": "org1", "display_name": "Organization", "branding": { @@ -14373,7 +14373,7 @@ } }, { - "id": "org_JqwEMMzujIV88UNU", + "id": "org_9YMsat8TwkngWftp", "name": "org2", "display_name": "Organization2" } @@ -14481,7 +14481,7 @@ "subject": "deprecated" } ], - "client_id": "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", + "client_id": "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -14537,7 +14537,7 @@ "subject": "deprecated" } ], - "client_id": "BDFEllTLwgxz8o8yTHlcoe9pJOz8Bcn7", + "client_id": "eZwzdXan9x27088CTPhLeCSqJK5Qsb5w", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -14560,12 +14560,21 @@ "async_approval_notification_channels": [ "guardian-push" ], - "name": "Quickstarts API (Test Application)", - "client_metadata": { - "foo": "bar" - }, + "name": "Node App", + "allowed_clients": [], + "allowed_logout_urls": [], + "callbacks": [], + "client_metadata": {}, "cross_origin_auth": false, "is_first_party": true, + "native_social_login": { + "apple": { + "enabled": false + }, + "facebook": { + "enabled": false + } + }, "oidc_conformant": true, "refresh_token": { "expiration_type": "non-expiring", @@ -14585,7 +14594,8 @@ "subject": "deprecated" } ], - "client_id": "1HFS6S8ca5Ba9yy8mvB4NPe3eXmL7frl", + "allowed_origins": [], + "client_id": "SrN1EUDvsQo826qtaOqWlxMRN5y08alc", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -14593,11 +14603,16 @@ "lifetime_in_seconds": 36000, "secret_encoded": false }, + "client_aliases": [], "token_endpoint_auth_method": "client_secret_post", - "app_type": "non_interactive", + "app_type": "regular_web", "grant_types": [ + "authorization_code", + "implicit", + "refresh_token", "client_credentials" ], + "web_origins": [], "custom_login_page_on": true }, { @@ -14607,21 +14622,12 @@ "async_approval_notification_channels": [ "guardian-push" ], - "name": "Node App", - "allowed_clients": [], - "allowed_logout_urls": [], - "callbacks": [], - "client_metadata": {}, + "name": "Quickstarts API (Test Application)", + "client_metadata": { + "foo": "bar" + }, "cross_origin_auth": false, "is_first_party": true, - "native_social_login": { - "apple": { - "enabled": false - }, - "facebook": { - "enabled": false - } - }, "oidc_conformant": true, "refresh_token": { "expiration_type": "non-expiring", @@ -14641,8 +14647,7 @@ "subject": "deprecated" } ], - "allowed_origins": [], - "client_id": "Q187Vh6vNNvq4TuP6cOo2gwpsXiu8byT", + "client_id": "KBmsLova1QU1cLpNZ5Wst9NexolH66zz", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -14650,16 +14655,11 @@ "lifetime_in_seconds": 36000, "secret_encoded": false }, - "client_aliases": [], "token_endpoint_auth_method": "client_secret_post", - "app_type": "regular_web", + "app_type": "non_interactive", "grant_types": [ - "authorization_code", - "implicit", - "refresh_token", "client_credentials" ], - "web_origins": [], "custom_login_page_on": true }, { @@ -14691,7 +14691,7 @@ "subject": "deprecated" } ], - "client_id": "ytUXRy51AJLHZH8ZDe4H6CEFr6g4RLEE", + "client_id": "GjnPFoLI9mBsl7zVfF1YcuicqzXFGsfP", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -14747,7 +14747,7 @@ "subject": "deprecated" } ], - "client_id": "gYgGddF8oodts1L3ird56dY4xXIxHvPg", + "client_id": "U2g2JvrBBxa1NUWu7Ycb4dbi7rSClbFw", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -14810,7 +14810,7 @@ "subject": "deprecated" } ], - "client_id": "4Km9rq36DFNHX5E2afxyqSsOBdq6K5YN", + "client_id": "jm6MlJhDC7xIgKBYePEAsFjMtlJ1ScDE", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -14871,7 +14871,7 @@ "subject": "deprecated" } ], - "client_id": "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3", + "client_id": "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -14938,12 +14938,7 @@ "response": { "organizations": [ { - "id": "org_JqwEMMzujIV88UNU", - "name": "org2", - "display_name": "Organization2" - }, - { - "id": "org_0pLtDGKkLf31gqPJ", + "id": "org_VF8F48N4jwlx9iqb", "name": "org1", "display_name": "Organization", "branding": { @@ -14952,6 +14947,11 @@ "primary": "#57ddff" } } + }, + { + "id": "org_9YMsat8TwkngWftp", + "name": "org2", + "display_name": "Organization2" } ] }, @@ -14961,7 +14961,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/organizations/org_JqwEMMzujIV88UNU/enabled_connections", + "path": "/api/v2/organizations/org_VF8F48N4jwlx9iqb/enabled_connections", "body": "", "status": 200, "response": [], @@ -14971,7 +14971,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/organizations/org_JqwEMMzujIV88UNU/client-grants?page=0&per_page=100&include_totals=true", + "path": "/api/v2/organizations/org_VF8F48N4jwlx9iqb/client-grants?page=0&per_page=100&include_totals=true", "body": "", "status": 200, "response": { @@ -14986,7 +14986,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/organizations/org_JqwEMMzujIV88UNU/discovery-domains?take=50", + "path": "/api/v2/organizations/org_VF8F48N4jwlx9iqb/discovery-domains?take=50", "body": "", "status": 200, "response": { @@ -14998,7 +14998,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/organizations/org_0pLtDGKkLf31gqPJ/enabled_connections", + "path": "/api/v2/organizations/org_9YMsat8TwkngWftp/enabled_connections", "body": "", "status": 200, "response": [], @@ -15008,7 +15008,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/organizations/org_0pLtDGKkLf31gqPJ/client-grants?page=0&per_page=100&include_totals=true", + "path": "/api/v2/organizations/org_9YMsat8TwkngWftp/client-grants?page=0&per_page=100&include_totals=true", "body": "", "status": 200, "response": { @@ -15023,7 +15023,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/organizations/org_0pLtDGKkLf31gqPJ/discovery-domains?take=50", + "path": "/api/v2/organizations/org_9YMsat8TwkngWftp/discovery-domains?take=50", "body": "", "status": 200, "response": { @@ -15044,7 +15044,7 @@ "limit": 50, "connections": [ { - "id": "con_L5iEwTLxIRtK1pDA", + "id": "con_ztvlJaf7zhCaAC7v", "options": { "mfa": { "active": true, @@ -15100,12 +15100,12 @@ "boo-baz-db-connection-test" ], "enabled_clients": [ - "Q187Vh6vNNvq4TuP6cOo2gwpsXiu8byT", - "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3" + "SrN1EUDvsQo826qtaOqWlxMRN5y08alc", + "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI" ] }, { - "id": "con_PbrTJcCum9aUGXfI", + "id": "con_6tyEu2hOP8JuHJku", "options": { "email": true, "scope": [ @@ -15121,12 +15121,12 @@ "google-oauth2" ], "enabled_clients": [ - "gYgGddF8oodts1L3ird56dY4xXIxHvPg", - "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3" + "U2g2JvrBBxa1NUWu7Ycb4dbi7rSClbFw", + "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI" ] }, { - "id": "con_T8mVsA0onoFxCML0", + "id": "con_85Lq3efegcuZcVni", "options": { "mfa": { "active": true, @@ -15156,8 +15156,8 @@ "Username-Password-Authentication" ], "enabled_clients": [ - "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", - "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE" + "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", + "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" ] } ] @@ -15174,7 +15174,7 @@ "response": { "connections": [ { - "id": "con_L5iEwTLxIRtK1pDA", + "id": "con_ztvlJaf7zhCaAC7v", "options": { "mfa": { "active": true, @@ -15230,12 +15230,12 @@ "boo-baz-db-connection-test" ], "enabled_clients": [ - "Q187Vh6vNNvq4TuP6cOo2gwpsXiu8byT", - "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3" + "SrN1EUDvsQo826qtaOqWlxMRN5y08alc", + "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI" ] }, { - "id": "con_PbrTJcCum9aUGXfI", + "id": "con_6tyEu2hOP8JuHJku", "options": { "email": true, "scope": [ @@ -15251,12 +15251,12 @@ "google-oauth2" ], "enabled_clients": [ - "gYgGddF8oodts1L3ird56dY4xXIxHvPg", - "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3" + "U2g2JvrBBxa1NUWu7Ycb4dbi7rSClbFw", + "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI" ] }, { - "id": "con_T8mVsA0onoFxCML0", + "id": "con_85Lq3efegcuZcVni", "options": { "mfa": { "active": true, @@ -15286,8 +15286,8 @@ "Username-Password-Authentication" ], "enabled_clients": [ - "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", - "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE" + "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", + "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" ] } ] @@ -15298,185 +15298,550 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/clients?page=0&per_page=100&include_totals=true", + "path": "/api/v2/client-grants?per_page=100&page=0&include_totals=true", "body": "", "status": 200, "response": { - "total": 10, + "total": 3, "start": 0, "limit": 100, - "clients": [ - { - "tenant": "auth0-deploy-cli-e2e", - "global": false, - "is_token_endpoint_ip_header_trusted": false, - "name": "Deploy CLI", - "is_first_party": true, - "oidc_conformant": true, - "sso_disabled": false, - "cross_origin_auth": false, - "refresh_token": { - "expiration_type": "non-expiring", - "leeway": 0, - "infinite_token_lifetime": true, - "infinite_idle_token_lifetime": true, - "token_lifetime": 31557600, - "idle_token_lifetime": 2592000, - "rotation_type": "non-rotating" - }, - "cross_origin_authentication": true, - "allowed_clients": [], - "callbacks": [], - "native_social_login": { - "apple": { - "enabled": false - }, - "facebook": { - "enabled": false - } - }, - "signing_keys": [ - { - "cert": "[REDACTED]", - "pkcs7": "[REDACTED]", - "subject": "deprecated" - } - ], - "client_id": "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", - "callback_url_template": false, - "client_secret": "[REDACTED]", - "jwt_configuration": { - "alg": "RS256", - "lifetime_in_seconds": 36000, - "secret_encoded": false - }, - "client_aliases": [], - "token_endpoint_auth_method": "client_secret_post", - "app_type": "non_interactive", - "grant_types": [ - "client_credentials", - "implicit", - "authorization_code", - "refresh_token" - ], - "custom_login_page_on": true - }, + "client_grants": [ { - "tenant": "auth0-deploy-cli-e2e", - "global": false, - "is_token_endpoint_ip_header_trusted": false, - "async_approval_notification_channels": [ - "guardian-push" - ], - "name": "Default App", - "callbacks": [], - "cross_origin_auth": false, - "is_first_party": true, - "oidc_conformant": true, - "refresh_token": { - "expiration_type": "non-expiring", - "leeway": 0, - "infinite_token_lifetime": true, - "infinite_idle_token_lifetime": true, - "token_lifetime": 2592000, - "idle_token_lifetime": 1296000, - "rotation_type": "non-rotating" - }, - "sso_disabled": false, - "cross_origin_authentication": false, - "signing_keys": [ - { - "cert": "[REDACTED]", - "pkcs7": "[REDACTED]", - "subject": "deprecated" - } - ], - "client_id": "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", - "callback_url_template": false, - "client_secret": "[REDACTED]", - "jwt_configuration": { - "alg": "RS256", - "lifetime_in_seconds": 36000, - "secret_encoded": false - }, - "grant_types": [ - "authorization_code", - "implicit", - "refresh_token", - "client_credentials" + "id": "cgr_FWvBRbi6ftSVCXKS", + "client_id": "GjnPFoLI9mBsl7zVfF1YcuicqzXFGsfP", + "audience": "https://auth0-deploy-cli-e2e.us.auth0.com/api/v2/", + "scope": [ + "read:client_grants", + "create:client_grants", + "delete:client_grants", + "update:client_grants", + "read:users", + "update:users", + "delete:users", + "create:users", + "read:users_app_metadata", + "update:users_app_metadata", + "delete:users_app_metadata", + "create:users_app_metadata", + "read:user_custom_blocks", + "create:user_custom_blocks", + "delete:user_custom_blocks", + "create:user_tickets", + "read:clients", + "update:clients", + "delete:clients", + "create:clients", + "read:client_keys", + "update:client_keys", + "delete:client_keys", + "create:client_keys", + "read:connections", + "update:connections", + "delete:connections", + "create:connections", + "read:resource_servers", + "update:resource_servers", + "delete:resource_servers", + "create:resource_servers", + "read:device_credentials", + "update:device_credentials", + "delete:device_credentials", + "create:device_credentials", + "read:rules", + "update:rules", + "delete:rules", + "create:rules", + "read:rules_configs", + "update:rules_configs", + "delete:rules_configs", + "read:hooks", + "update:hooks", + "delete:hooks", + "create:hooks", + "read:actions", + "update:actions", + "delete:actions", + "create:actions", + "read:email_provider", + "update:email_provider", + "delete:email_provider", + "create:email_provider", + "blacklist:tokens", + "read:stats", + "read:insights", + "read:tenant_settings", + "update:tenant_settings", + "read:logs", + "read:logs_users", + "read:shields", + "create:shields", + "update:shields", + "delete:shields", + "read:anomaly_blocks", + "delete:anomaly_blocks", + "update:triggers", + "read:triggers", + "read:grants", + "delete:grants", + "read:guardian_factors", + "update:guardian_factors", + "read:guardian_enrollments", + "delete:guardian_enrollments", + "create:guardian_enrollment_tickets", + "read:user_idp_tokens", + "create:passwords_checking_job", + "delete:passwords_checking_job", + "read:custom_domains", + "delete:custom_domains", + "create:custom_domains", + "update:custom_domains", + "read:email_templates", + "create:email_templates", + "update:email_templates", + "read:mfa_policies", + "update:mfa_policies", + "read:roles", + "create:roles", + "delete:roles", + "update:roles", + "read:prompts", + "update:prompts", + "read:branding", + "update:branding", + "delete:branding", + "read:log_streams", + "create:log_streams", + "delete:log_streams", + "update:log_streams", + "create:signing_keys", + "read:signing_keys", + "update:signing_keys", + "read:limits", + "update:limits", + "create:role_members", + "read:role_members", + "delete:role_members", + "read:entitlements", + "read:attack_protection", + "update:attack_protection", + "read:organizations", + "update:organizations", + "create:organizations", + "delete:organizations", + "create:organization_members", + "read:organization_members", + "delete:organization_members", + "create:organization_connections", + "read:organization_connections", + "update:organization_connections", + "delete:organization_connections", + "create:organization_member_roles", + "read:organization_member_roles", + "delete:organization_member_roles", + "create:organization_invitations", + "read:organization_invitations", + "delete:organization_invitations" ], - "custom_login_page_on": true + "subject_type": "client" }, { - "tenant": "auth0-deploy-cli-e2e", - "global": false, - "is_token_endpoint_ip_header_trusted": false, - "async_approval_notification_channels": [ - "guardian-push" - ], - "name": "API Explorer Application", - "allowed_clients": [], - "callbacks": [], - "client_metadata": {}, - "cross_origin_auth": false, - "is_first_party": true, - "native_social_login": { - "apple": { - "enabled": false - }, - "facebook": { - "enabled": false - } - }, - "oidc_conformant": true, - "refresh_token": { - "expiration_type": "non-expiring", - "leeway": 0, - "infinite_token_lifetime": true, - "infinite_idle_token_lifetime": true, - "token_lifetime": 31557600, - "idle_token_lifetime": 2592000, - "rotation_type": "non-rotating" - }, - "sso_disabled": false, - "cross_origin_authentication": false, - "signing_keys": [ - { - "cert": "[REDACTED]", - "pkcs7": "[REDACTED]", - "subject": "deprecated" - } - ], - "client_id": "BDFEllTLwgxz8o8yTHlcoe9pJOz8Bcn7", - "callback_url_template": false, - "client_secret": "[REDACTED]", - "jwt_configuration": { - "alg": "RS256", - "lifetime_in_seconds": 36000, - "secret_encoded": false - }, - "client_aliases": [], - "token_endpoint_auth_method": "client_secret_post", - "app_type": "non_interactive", - "grant_types": [ - "client_credentials" + "id": "cgr_pbwejzhwoujrsNE8", + "client_id": "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", + "audience": "https://auth0-deploy-cli-e2e.us.auth0.com/api/v2/", + "scope": [ + "read:client_grants", + "create:client_grants", + "delete:client_grants", + "update:client_grants", + "read:users", + "update:users", + "delete:users", + "create:users", + "read:users_app_metadata", + "update:users_app_metadata", + "delete:users_app_metadata", + "create:users_app_metadata", + "read:user_custom_blocks", + "create:user_custom_blocks", + "delete:user_custom_blocks", + "create:user_tickets", + "read:clients", + "update:clients", + "delete:clients", + "create:clients", + "read:client_keys", + "update:client_keys", + "delete:client_keys", + "create:client_keys", + "read:client_credentials", + "update:client_credentials", + "delete:client_credentials", + "create:client_credentials", + "read:connections", + "update:connections", + "delete:connections", + "create:connections", + "read:resource_servers", + "update:resource_servers", + "delete:resource_servers", + "create:resource_servers", + "read:device_credentials", + "update:device_credentials", + "delete:device_credentials", + "create:device_credentials", + "read:rules", + "update:rules", + "delete:rules", + "create:rules", + "read:rules_configs", + "update:rules_configs", + "delete:rules_configs", + "read:hooks", + "update:hooks", + "delete:hooks", + "create:hooks", + "read:actions", + "update:actions", + "delete:actions", + "create:actions", + "read:email_provider", + "update:email_provider", + "delete:email_provider", + "create:email_provider", + "blacklist:tokens", + "read:stats", + "read:insights", + "read:tenant_settings", + "update:tenant_settings", + "read:logs", + "read:logs_users", + "read:shields", + "create:shields", + "update:shields", + "delete:shields", + "read:anomaly_blocks", + "delete:anomaly_blocks", + "update:triggers", + "read:triggers", + "read:grants", + "delete:grants", + "read:guardian_factors", + "update:guardian_factors", + "read:guardian_enrollments", + "delete:guardian_enrollments", + "create:guardian_enrollment_tickets", + "read:user_idp_tokens", + "create:passwords_checking_job", + "delete:passwords_checking_job", + "read:custom_domains", + "delete:custom_domains", + "create:custom_domains", + "update:custom_domains", + "read:email_templates", + "create:email_templates", + "update:email_templates", + "read:mfa_policies", + "update:mfa_policies", + "read:roles", + "create:roles", + "delete:roles", + "update:roles", + "read:prompts", + "update:prompts", + "read:branding", + "update:branding", + "delete:branding", + "read:log_streams", + "create:log_streams", + "delete:log_streams", + "update:log_streams", + "create:signing_keys", + "read:signing_keys", + "update:signing_keys", + "read:limits", + "update:limits", + "create:role_members", + "read:role_members", + "delete:role_members", + "read:entitlements", + "read:attack_protection", + "update:attack_protection", + "read:organizations_summary", + "create:authentication_methods", + "read:authentication_methods", + "update:authentication_methods", + "delete:authentication_methods", + "read:organizations", + "update:organizations", + "create:organizations", + "delete:organizations", + "read:organization_discovery_domains", + "update:organization_discovery_domains", + "create:organization_discovery_domains", + "delete:organization_discovery_domains", + "create:organization_members", + "read:organization_members", + "delete:organization_members", + "create:organization_connections", + "read:organization_connections", + "update:organization_connections", + "delete:organization_connections", + "create:organization_member_roles", + "read:organization_member_roles", + "delete:organization_member_roles", + "create:organization_invitations", + "read:organization_invitations", + "delete:organization_invitations", + "read:scim_config", + "create:scim_config", + "update:scim_config", + "delete:scim_config", + "create:scim_token", + "read:scim_token", + "delete:scim_token", + "delete:phone_providers", + "create:phone_providers", + "read:phone_providers", + "update:phone_providers", + "delete:phone_templates", + "create:phone_templates", + "read:phone_templates", + "update:phone_templates", + "create:encryption_keys", + "read:encryption_keys", + "update:encryption_keys", + "delete:encryption_keys", + "read:sessions", + "update:sessions", + "delete:sessions", + "read:refresh_tokens", + "delete:refresh_tokens", + "create:self_service_profiles", + "read:self_service_profiles", + "update:self_service_profiles", + "delete:self_service_profiles", + "create:sso_access_tickets", + "delete:sso_access_tickets", + "read:forms", + "update:forms", + "delete:forms", + "create:forms", + "read:flows", + "update:flows", + "delete:flows", + "create:flows", + "read:flows_vault", + "read:flows_vault_connections", + "update:flows_vault_connections", + "delete:flows_vault_connections", + "create:flows_vault_connections", + "read:flows_executions", + "delete:flows_executions", + "read:connections_options", + "update:connections_options", + "read:self_service_profile_custom_texts", + "update:self_service_profile_custom_texts", + "create:network_acls", + "update:network_acls", + "read:network_acls", + "delete:network_acls", + "delete:vdcs_templates", + "read:vdcs_templates", + "create:vdcs_templates", + "update:vdcs_templates", + "create:custom_signing_keys", + "read:custom_signing_keys", + "update:custom_signing_keys", + "delete:custom_signing_keys", + "read:federated_connections_tokens", + "delete:federated_connections_tokens", + "create:user_attribute_profiles", + "read:user_attribute_profiles", + "update:user_attribute_profiles", + "delete:user_attribute_profiles", + "read:event_streams", + "create:event_streams", + "delete:event_streams", + "update:event_streams", + "read:event_deliveries", + "update:event_deliveries", + "create:connection_profiles", + "read:connection_profiles", + "update:connection_profiles", + "delete:connection_profiles", + "read:organization_client_grants", + "create:organization_client_grants", + "delete:organization_client_grants", + "read:security_metrics", + "read:connections_keys", + "update:connections_keys", + "create:connections_keys" ], - "custom_login_page_on": true + "subject_type": "client" }, + { + "id": "cgr_sMnn6UuFajCTdk3u", + "client_id": "eZwzdXan9x27088CTPhLeCSqJK5Qsb5w", + "audience": "https://auth0-deploy-cli-e2e.us.auth0.com/api/v2/", + "scope": [ + "read:client_grants", + "create:client_grants", + "delete:client_grants", + "update:client_grants", + "read:users", + "update:users", + "delete:users", + "create:users", + "read:users_app_metadata", + "update:users_app_metadata", + "delete:users_app_metadata", + "create:users_app_metadata", + "read:user_custom_blocks", + "create:user_custom_blocks", + "delete:user_custom_blocks", + "create:user_tickets", + "read:clients", + "update:clients", + "delete:clients", + "create:clients", + "read:client_keys", + "update:client_keys", + "delete:client_keys", + "create:client_keys", + "read:connections", + "update:connections", + "delete:connections", + "create:connections", + "read:resource_servers", + "update:resource_servers", + "delete:resource_servers", + "create:resource_servers", + "read:device_credentials", + "update:device_credentials", + "delete:device_credentials", + "create:device_credentials", + "read:rules", + "update:rules", + "delete:rules", + "create:rules", + "read:rules_configs", + "update:rules_configs", + "delete:rules_configs", + "read:hooks", + "update:hooks", + "delete:hooks", + "create:hooks", + "read:actions", + "update:actions", + "delete:actions", + "create:actions", + "read:email_provider", + "update:email_provider", + "delete:email_provider", + "create:email_provider", + "blacklist:tokens", + "read:stats", + "read:insights", + "read:tenant_settings", + "update:tenant_settings", + "read:logs", + "read:logs_users", + "read:shields", + "create:shields", + "update:shields", + "delete:shields", + "read:anomaly_blocks", + "delete:anomaly_blocks", + "update:triggers", + "read:triggers", + "read:grants", + "delete:grants", + "read:guardian_factors", + "update:guardian_factors", + "read:guardian_enrollments", + "delete:guardian_enrollments", + "create:guardian_enrollment_tickets", + "read:user_idp_tokens", + "create:passwords_checking_job", + "delete:passwords_checking_job", + "read:custom_domains", + "delete:custom_domains", + "create:custom_domains", + "update:custom_domains", + "read:email_templates", + "create:email_templates", + "update:email_templates", + "read:mfa_policies", + "update:mfa_policies", + "read:roles", + "create:roles", + "delete:roles", + "update:roles", + "read:prompts", + "update:prompts", + "read:branding", + "update:branding", + "delete:branding", + "read:log_streams", + "create:log_streams", + "delete:log_streams", + "update:log_streams", + "create:signing_keys", + "read:signing_keys", + "update:signing_keys", + "read:limits", + "update:limits", + "create:role_members", + "read:role_members", + "delete:role_members", + "read:entitlements", + "read:attack_protection", + "update:attack_protection", + "read:organizations", + "update:organizations", + "create:organizations", + "delete:organizations", + "create:organization_members", + "read:organization_members", + "delete:organization_members", + "create:organization_connections", + "read:organization_connections", + "update:organization_connections", + "delete:organization_connections", + "create:organization_member_roles", + "read:organization_member_roles", + "delete:organization_member_roles", + "create:organization_invitations", + "read:organization_invitations", + "delete:organization_invitations" + ], + "subject_type": "client" + } + ] + }, + "rawHeaders": [], + "responseIsBinary": false + }, + { + "scope": "https://deploy-cli-dev.eu.auth0.com:443", + "method": "GET", + "path": "/api/v2/clients?page=0&per_page=100&include_totals=true", + "body": "", + "status": 200, + "response": { + "total": 10, + "start": 0, + "limit": 100, + "clients": [ { "tenant": "auth0-deploy-cli-e2e", "global": false, "is_token_endpoint_ip_header_trusted": false, - "async_approval_notification_channels": [ - "guardian-push" - ], - "name": "Quickstarts API (Test Application)", - "client_metadata": { - "foo": "bar" - }, - "cross_origin_auth": false, + "name": "Deploy CLI", "is_first_party": true, "oidc_conformant": true, + "sso_disabled": false, + "cross_origin_auth": false, "refresh_token": { "expiration_type": "non-expiring", "leeway": 0, @@ -15486,44 +15851,9 @@ "idle_token_lifetime": 2592000, "rotation_type": "non-rotating" }, - "sso_disabled": false, - "cross_origin_authentication": false, - "signing_keys": [ - { - "cert": "[REDACTED]", - "pkcs7": "[REDACTED]", - "subject": "deprecated" - } - ], - "client_id": "1HFS6S8ca5Ba9yy8mvB4NPe3eXmL7frl", - "callback_url_template": false, - "client_secret": "[REDACTED]", - "jwt_configuration": { - "alg": "RS256", - "lifetime_in_seconds": 36000, - "secret_encoded": false - }, - "token_endpoint_auth_method": "client_secret_post", - "app_type": "non_interactive", - "grant_types": [ - "client_credentials" - ], - "custom_login_page_on": true - }, - { - "tenant": "auth0-deploy-cli-e2e", - "global": false, - "is_token_endpoint_ip_header_trusted": false, - "async_approval_notification_channels": [ - "guardian-push" - ], - "name": "Node App", + "cross_origin_authentication": true, "allowed_clients": [], - "allowed_logout_urls": [], "callbacks": [], - "client_metadata": {}, - "cross_origin_auth": false, - "is_first_party": true, "native_social_login": { "apple": { "enabled": false @@ -15532,18 +15862,6 @@ "enabled": false } }, - "oidc_conformant": true, - "refresh_token": { - "expiration_type": "non-expiring", - "leeway": 0, - "infinite_token_lifetime": true, - "infinite_idle_token_lifetime": true, - "token_lifetime": 31557600, - "idle_token_lifetime": 2592000, - "rotation_type": "non-rotating" - }, - "sso_disabled": false, - "cross_origin_authentication": false, "signing_keys": [ { "cert": "[REDACTED]", @@ -15551,8 +15869,7 @@ "subject": "deprecated" } ], - "allowed_origins": [], - "client_id": "Q187Vh6vNNvq4TuP6cOo2gwpsXiu8byT", + "client_id": "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -15562,14 +15879,13 @@ }, "client_aliases": [], "token_endpoint_auth_method": "client_secret_post", - "app_type": "regular_web", + "app_type": "non_interactive", "grant_types": [ - "authorization_code", + "client_credentials", "implicit", - "refresh_token", - "client_credentials" + "authorization_code", + "refresh_token" ], - "web_origins": [], "custom_login_page_on": true }, { @@ -15579,7 +15895,8 @@ "async_approval_notification_channels": [ "guardian-push" ], - "name": "Terraform Provider", + "name": "Default App", + "callbacks": [], "cross_origin_auth": false, "is_first_party": true, "oidc_conformant": true, @@ -15588,8 +15905,8 @@ "leeway": 0, "infinite_token_lifetime": true, "infinite_idle_token_lifetime": true, - "token_lifetime": 31557600, - "idle_token_lifetime": 2592000, + "token_lifetime": 2592000, + "idle_token_lifetime": 1296000, "rotation_type": "non-rotating" }, "sso_disabled": false, @@ -15601,7 +15918,7 @@ "subject": "deprecated" } ], - "client_id": "ytUXRy51AJLHZH8ZDe4H6CEFr6g4RLEE", + "client_id": "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -15609,9 +15926,10 @@ "lifetime_in_seconds": 36000, "secret_encoded": false }, - "token_endpoint_auth_method": "client_secret_post", - "app_type": "non_interactive", "grant_types": [ + "authorization_code", + "implicit", + "refresh_token", "client_credentials" ], "custom_login_page_on": true @@ -15623,7 +15941,7 @@ "async_approval_notification_channels": [ "guardian-push" ], - "name": "The Default App", + "name": "API Explorer Application", "allowed_clients": [], "callbacks": [], "client_metadata": {}, @@ -15637,17 +15955,16 @@ "enabled": false } }, - "oidc_conformant": false, + "oidc_conformant": true, "refresh_token": { "expiration_type": "non-expiring", "leeway": 0, "infinite_token_lifetime": true, "infinite_idle_token_lifetime": true, - "token_lifetime": 2592000, - "idle_token_lifetime": 1296000, + "token_lifetime": 31557600, + "idle_token_lifetime": 2592000, "rotation_type": "non-rotating" }, - "sso": false, "sso_disabled": false, "cross_origin_authentication": false, "signing_keys": [ @@ -15657,7 +15974,7 @@ "subject": "deprecated" } ], - "client_id": "gYgGddF8oodts1L3ird56dY4xXIxHvPg", + "client_id": "eZwzdXan9x27088CTPhLeCSqJK5Qsb5w", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -15667,10 +15984,8 @@ }, "client_aliases": [], "token_endpoint_auth_method": "client_secret_post", + "app_type": "non_interactive", "grant_types": [ - "authorization_code", - "implicit", - "refresh_token", "client_credentials" ], "custom_login_page_on": true @@ -15680,16 +15995,12 @@ "global": false, "is_token_endpoint_ip_header_trusted": false, "async_approval_notification_channels": [ - "guardian-push" - ], - "name": "Test SPA", - "allowed_clients": [], - "allowed_logout_urls": [ - "http://localhost:3000" - ], - "callbacks": [ - "http://localhost:3000" + "guardian-push" ], + "name": "Node App", + "allowed_clients": [], + "allowed_logout_urls": [], + "callbacks": [], "client_metadata": {}, "cross_origin_auth": false, "is_first_party": true, @@ -15703,13 +16014,13 @@ }, "oidc_conformant": true, "refresh_token": { - "expiration_type": "expiring", + "expiration_type": "non-expiring", "leeway": 0, - "token_lifetime": 2592000, - "idle_token_lifetime": 1296000, - "infinite_token_lifetime": false, - "infinite_idle_token_lifetime": false, - "rotation_type": "rotating" + "infinite_token_lifetime": true, + "infinite_idle_token_lifetime": true, + "token_lifetime": 31557600, + "idle_token_lifetime": 2592000, + "rotation_type": "non-rotating" }, "sso_disabled": false, "cross_origin_authentication": false, @@ -15720,7 +16031,8 @@ "subject": "deprecated" } ], - "client_id": "4Km9rq36DFNHX5E2afxyqSsOBdq6K5YN", + "allowed_origins": [], + "client_id": "SrN1EUDvsQo826qtaOqWlxMRN5y08alc", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -15729,16 +16041,15 @@ "secret_encoded": false }, "client_aliases": [], - "token_endpoint_auth_method": "none", - "app_type": "spa", + "token_endpoint_auth_method": "client_secret_post", + "app_type": "regular_web", "grant_types": [ "authorization_code", "implicit", - "refresh_token" - ], - "web_origins": [ - "http://localhost:3000" + "refresh_token", + "client_credentials" ], + "web_origins": [], "custom_login_page_on": true }, { @@ -15748,20 +16059,12 @@ "async_approval_notification_channels": [ "guardian-push" ], - "name": "auth0-deploy-cli-extension", - "allowed_clients": [], - "callbacks": [], - "client_metadata": {}, + "name": "Quickstarts API (Test Application)", + "client_metadata": { + "foo": "bar" + }, "cross_origin_auth": false, "is_first_party": true, - "native_social_login": { - "apple": { - "enabled": false - }, - "facebook": { - "enabled": false - } - }, "oidc_conformant": true, "refresh_token": { "expiration_type": "non-expiring", @@ -15781,7 +16084,7 @@ "subject": "deprecated" } ], - "client_id": "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3", + "client_id": "KBmsLova1QU1cLpNZ5Wst9NexolH66zz", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -15789,7 +16092,6 @@ "lifetime_in_seconds": 36000, "secret_encoded": false }, - "client_aliases": [], "token_endpoint_auth_method": "client_secret_post", "app_type": "non_interactive", "grant_types": [ @@ -15799,30 +16101,26 @@ }, { "tenant": "auth0-deploy-cli-e2e", - "global": true, - "callbacks": [], + "global": false, + "is_token_endpoint_ip_header_trusted": false, + "async_approval_notification_channels": [ + "guardian-push" + ], + "name": "Terraform Provider", + "cross_origin_auth": false, "is_first_party": true, - "name": "All Applications", + "oidc_conformant": true, "refresh_token": { "expiration_type": "non-expiring", "leeway": 0, "infinite_token_lifetime": true, "infinite_idle_token_lifetime": true, - "token_lifetime": 2592000, - "idle_token_lifetime": 1296000, + "token_lifetime": 31557600, + "idle_token_lifetime": 2592000, "rotation_type": "non-rotating" }, - "owners": [ - "mr|samlp|okta|will.vedder@auth0.com", - "mr|google-oauth2|102002633619863830825", - "mr|samlp|okta|frederik.prijck@auth0.com", - "mr|google-oauth2|109614534713742077035", - "mr|google-oauth2|116771660953104383819", - "mr|google-oauth2|112839029247827700155", - "mr|samlp|okta|ewan.harris@auth0.com" - ], - "custom_login_page": "TEST123\n", - "cross_origin_authentication": true, + "sso_disabled": false, + "cross_origin_authentication": false, "signing_keys": [ { "cert": "[REDACTED]", @@ -15830,536 +16128,238 @@ "subject": "deprecated" } ], - "client_id": "Isi93ibGHIGwmdYjsLwTOn7Gu7nwxU3V", + "client_id": "GjnPFoLI9mBsl7zVfF1YcuicqzXFGsfP", + "callback_url_template": false, "client_secret": "[REDACTED]", + "jwt_configuration": { + "alg": "RS256", + "lifetime_in_seconds": 36000, + "secret_encoded": false + }, + "token_endpoint_auth_method": "client_secret_post", + "app_type": "non_interactive", + "grant_types": [ + "client_credentials" + ], "custom_login_page_on": true - } - ] - }, - "rawHeaders": [], - "responseIsBinary": false - }, - { - "scope": "https://deploy-cli-dev.eu.auth0.com:443", - "method": "GET", - "path": "/api/v2/client-grants?per_page=100&page=0&include_totals=true", - "body": "", - "status": 200, - "response": { - "total": 3, - "start": 0, - "limit": 100, - "client_grants": [ + }, { - "id": "cgr_RdDeVaKKb2hAfUr4", - "client_id": "ytUXRy51AJLHZH8ZDe4H6CEFr6g4RLEE", - "audience": "https://auth0-deploy-cli-e2e.us.auth0.com/api/v2/", - "scope": [ - "read:client_grants", - "create:client_grants", - "delete:client_grants", - "update:client_grants", - "read:users", - "update:users", - "delete:users", - "create:users", - "read:users_app_metadata", - "update:users_app_metadata", - "delete:users_app_metadata", - "create:users_app_metadata", - "read:user_custom_blocks", - "create:user_custom_blocks", - "delete:user_custom_blocks", - "create:user_tickets", - "read:clients", - "update:clients", - "delete:clients", - "create:clients", - "read:client_keys", - "update:client_keys", - "delete:client_keys", - "create:client_keys", - "read:connections", - "update:connections", - "delete:connections", - "create:connections", - "read:resource_servers", - "update:resource_servers", - "delete:resource_servers", - "create:resource_servers", - "read:device_credentials", - "update:device_credentials", - "delete:device_credentials", - "create:device_credentials", - "read:rules", - "update:rules", - "delete:rules", - "create:rules", - "read:rules_configs", - "update:rules_configs", - "delete:rules_configs", - "read:hooks", - "update:hooks", - "delete:hooks", - "create:hooks", - "read:actions", - "update:actions", - "delete:actions", - "create:actions", - "read:email_provider", - "update:email_provider", - "delete:email_provider", - "create:email_provider", - "blacklist:tokens", - "read:stats", - "read:insights", - "read:tenant_settings", - "update:tenant_settings", - "read:logs", - "read:logs_users", - "read:shields", - "create:shields", - "update:shields", - "delete:shields", - "read:anomaly_blocks", - "delete:anomaly_blocks", - "update:triggers", - "read:triggers", - "read:grants", - "delete:grants", - "read:guardian_factors", - "update:guardian_factors", - "read:guardian_enrollments", - "delete:guardian_enrollments", - "create:guardian_enrollment_tickets", - "read:user_idp_tokens", - "create:passwords_checking_job", - "delete:passwords_checking_job", - "read:custom_domains", - "delete:custom_domains", - "create:custom_domains", - "update:custom_domains", - "read:email_templates", - "create:email_templates", - "update:email_templates", - "read:mfa_policies", - "update:mfa_policies", - "read:roles", - "create:roles", - "delete:roles", - "update:roles", - "read:prompts", - "update:prompts", - "read:branding", - "update:branding", - "delete:branding", - "read:log_streams", - "create:log_streams", - "delete:log_streams", - "update:log_streams", - "create:signing_keys", - "read:signing_keys", - "update:signing_keys", - "read:limits", - "update:limits", - "create:role_members", - "read:role_members", - "delete:role_members", - "read:entitlements", - "read:attack_protection", - "update:attack_protection", - "read:organizations", - "update:organizations", - "create:organizations", - "delete:organizations", - "create:organization_members", - "read:organization_members", - "delete:organization_members", - "create:organization_connections", - "read:organization_connections", - "update:organization_connections", - "delete:organization_connections", - "create:organization_member_roles", - "read:organization_member_roles", - "delete:organization_member_roles", - "create:organization_invitations", - "read:organization_invitations", - "delete:organization_invitations" + "tenant": "auth0-deploy-cli-e2e", + "global": false, + "is_token_endpoint_ip_header_trusted": false, + "async_approval_notification_channels": [ + "guardian-push" + ], + "name": "The Default App", + "allowed_clients": [], + "callbacks": [], + "client_metadata": {}, + "cross_origin_auth": false, + "is_first_party": true, + "native_social_login": { + "apple": { + "enabled": false + }, + "facebook": { + "enabled": false + } + }, + "oidc_conformant": false, + "refresh_token": { + "expiration_type": "non-expiring", + "leeway": 0, + "infinite_token_lifetime": true, + "infinite_idle_token_lifetime": true, + "token_lifetime": 2592000, + "idle_token_lifetime": 1296000, + "rotation_type": "non-rotating" + }, + "sso": false, + "sso_disabled": false, + "cross_origin_authentication": false, + "signing_keys": [ + { + "cert": "[REDACTED]", + "pkcs7": "[REDACTED]", + "subject": "deprecated" + } ], - "subject_type": "client" + "client_id": "U2g2JvrBBxa1NUWu7Ycb4dbi7rSClbFw", + "callback_url_template": false, + "client_secret": "[REDACTED]", + "jwt_configuration": { + "alg": "RS256", + "lifetime_in_seconds": 36000, + "secret_encoded": false + }, + "client_aliases": [], + "token_endpoint_auth_method": "client_secret_post", + "grant_types": [ + "authorization_code", + "implicit", + "refresh_token", + "client_credentials" + ], + "custom_login_page_on": true }, { - "id": "cgr_h0jyrguro4OQFmDa", - "client_id": "BDFEllTLwgxz8o8yTHlcoe9pJOz8Bcn7", - "audience": "https://auth0-deploy-cli-e2e.us.auth0.com/api/v2/", - "scope": [ - "read:client_grants", - "create:client_grants", - "delete:client_grants", - "update:client_grants", - "read:users", - "update:users", - "delete:users", - "create:users", - "read:users_app_metadata", - "update:users_app_metadata", - "delete:users_app_metadata", - "create:users_app_metadata", - "read:user_custom_blocks", - "create:user_custom_blocks", - "delete:user_custom_blocks", - "create:user_tickets", - "read:clients", - "update:clients", - "delete:clients", - "create:clients", - "read:client_keys", - "update:client_keys", - "delete:client_keys", - "create:client_keys", - "read:connections", - "update:connections", - "delete:connections", - "create:connections", - "read:resource_servers", - "update:resource_servers", - "delete:resource_servers", - "create:resource_servers", - "read:device_credentials", - "update:device_credentials", - "delete:device_credentials", - "create:device_credentials", - "read:rules", - "update:rules", - "delete:rules", - "create:rules", - "read:rules_configs", - "update:rules_configs", - "delete:rules_configs", - "read:hooks", - "update:hooks", - "delete:hooks", - "create:hooks", - "read:actions", - "update:actions", - "delete:actions", - "create:actions", - "read:email_provider", - "update:email_provider", - "delete:email_provider", - "create:email_provider", - "blacklist:tokens", - "read:stats", - "read:insights", - "read:tenant_settings", - "update:tenant_settings", - "read:logs", - "read:logs_users", - "read:shields", - "create:shields", - "update:shields", - "delete:shields", - "read:anomaly_blocks", - "delete:anomaly_blocks", - "update:triggers", - "read:triggers", - "read:grants", - "delete:grants", - "read:guardian_factors", - "update:guardian_factors", - "read:guardian_enrollments", - "delete:guardian_enrollments", - "create:guardian_enrollment_tickets", - "read:user_idp_tokens", - "create:passwords_checking_job", - "delete:passwords_checking_job", - "read:custom_domains", - "delete:custom_domains", - "create:custom_domains", - "update:custom_domains", - "read:email_templates", - "create:email_templates", - "update:email_templates", - "read:mfa_policies", - "update:mfa_policies", - "read:roles", - "create:roles", - "delete:roles", - "update:roles", - "read:prompts", - "update:prompts", - "read:branding", - "update:branding", - "delete:branding", - "read:log_streams", - "create:log_streams", - "delete:log_streams", - "update:log_streams", - "create:signing_keys", - "read:signing_keys", - "update:signing_keys", - "read:limits", - "update:limits", - "create:role_members", - "read:role_members", - "delete:role_members", - "read:entitlements", - "read:attack_protection", - "update:attack_protection", - "read:organizations", - "update:organizations", - "create:organizations", - "delete:organizations", - "create:organization_members", - "read:organization_members", - "delete:organization_members", - "create:organization_connections", - "read:organization_connections", - "update:organization_connections", - "delete:organization_connections", - "create:organization_member_roles", - "read:organization_member_roles", - "delete:organization_member_roles", - "create:organization_invitations", - "read:organization_invitations", - "delete:organization_invitations" + "tenant": "auth0-deploy-cli-e2e", + "global": false, + "is_token_endpoint_ip_header_trusted": false, + "async_approval_notification_channels": [ + "guardian-push" + ], + "name": "Test SPA", + "allowed_clients": [], + "allowed_logout_urls": [ + "http://localhost:3000" + ], + "callbacks": [ + "http://localhost:3000" + ], + "client_metadata": {}, + "cross_origin_auth": false, + "is_first_party": true, + "native_social_login": { + "apple": { + "enabled": false + }, + "facebook": { + "enabled": false + } + }, + "oidc_conformant": true, + "refresh_token": { + "expiration_type": "expiring", + "leeway": 0, + "token_lifetime": 2592000, + "idle_token_lifetime": 1296000, + "infinite_token_lifetime": false, + "infinite_idle_token_lifetime": false, + "rotation_type": "rotating" + }, + "sso_disabled": false, + "cross_origin_authentication": false, + "signing_keys": [ + { + "cert": "[REDACTED]", + "pkcs7": "[REDACTED]", + "subject": "deprecated" + } + ], + "client_id": "jm6MlJhDC7xIgKBYePEAsFjMtlJ1ScDE", + "callback_url_template": false, + "client_secret": "[REDACTED]", + "jwt_configuration": { + "alg": "RS256", + "lifetime_in_seconds": 36000, + "secret_encoded": false + }, + "client_aliases": [], + "token_endpoint_auth_method": "none", + "app_type": "spa", + "grant_types": [ + "authorization_code", + "implicit", + "refresh_token" + ], + "web_origins": [ + "http://localhost:3000" + ], + "custom_login_page_on": true + }, + { + "tenant": "auth0-deploy-cli-e2e", + "global": false, + "is_token_endpoint_ip_header_trusted": false, + "async_approval_notification_channels": [ + "guardian-push" + ], + "name": "auth0-deploy-cli-extension", + "allowed_clients": [], + "callbacks": [], + "client_metadata": {}, + "cross_origin_auth": false, + "is_first_party": true, + "native_social_login": { + "apple": { + "enabled": false + }, + "facebook": { + "enabled": false + } + }, + "oidc_conformant": true, + "refresh_token": { + "expiration_type": "non-expiring", + "leeway": 0, + "infinite_token_lifetime": true, + "infinite_idle_token_lifetime": true, + "token_lifetime": 31557600, + "idle_token_lifetime": 2592000, + "rotation_type": "non-rotating" + }, + "sso_disabled": false, + "cross_origin_authentication": false, + "signing_keys": [ + { + "cert": "[REDACTED]", + "pkcs7": "[REDACTED]", + "subject": "deprecated" + } ], - "subject_type": "client" - }, - { - "id": "cgr_pbwejzhwoujrsNE8", - "client_id": "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", - "audience": "https://auth0-deploy-cli-e2e.us.auth0.com/api/v2/", - "scope": [ - "read:client_grants", - "create:client_grants", - "delete:client_grants", - "update:client_grants", - "read:users", - "update:users", - "delete:users", - "create:users", - "read:users_app_metadata", - "update:users_app_metadata", - "delete:users_app_metadata", - "create:users_app_metadata", - "read:user_custom_blocks", - "create:user_custom_blocks", - "delete:user_custom_blocks", - "create:user_tickets", - "read:clients", - "update:clients", - "delete:clients", - "create:clients", - "read:client_keys", - "update:client_keys", - "delete:client_keys", - "create:client_keys", - "read:client_credentials", - "update:client_credentials", - "delete:client_credentials", - "create:client_credentials", - "read:connections", - "update:connections", - "delete:connections", - "create:connections", - "read:resource_servers", - "update:resource_servers", - "delete:resource_servers", - "create:resource_servers", - "read:device_credentials", - "update:device_credentials", - "delete:device_credentials", - "create:device_credentials", - "read:rules", - "update:rules", - "delete:rules", - "create:rules", - "read:rules_configs", - "update:rules_configs", - "delete:rules_configs", - "read:hooks", - "update:hooks", - "delete:hooks", - "create:hooks", - "read:actions", - "update:actions", - "delete:actions", - "create:actions", - "read:email_provider", - "update:email_provider", - "delete:email_provider", - "create:email_provider", - "blacklist:tokens", - "read:stats", - "read:insights", - "read:tenant_settings", - "update:tenant_settings", - "read:logs", - "read:logs_users", - "read:shields", - "create:shields", - "update:shields", - "delete:shields", - "read:anomaly_blocks", - "delete:anomaly_blocks", - "update:triggers", - "read:triggers", - "read:grants", - "delete:grants", - "read:guardian_factors", - "update:guardian_factors", - "read:guardian_enrollments", - "delete:guardian_enrollments", - "create:guardian_enrollment_tickets", - "read:user_idp_tokens", - "create:passwords_checking_job", - "delete:passwords_checking_job", - "read:custom_domains", - "delete:custom_domains", - "create:custom_domains", - "update:custom_domains", - "read:email_templates", - "create:email_templates", - "update:email_templates", - "read:mfa_policies", - "update:mfa_policies", - "read:roles", - "create:roles", - "delete:roles", - "update:roles", - "read:prompts", - "update:prompts", - "read:branding", - "update:branding", - "delete:branding", - "read:log_streams", - "create:log_streams", - "delete:log_streams", - "update:log_streams", - "create:signing_keys", - "read:signing_keys", - "update:signing_keys", - "read:limits", - "update:limits", - "create:role_members", - "read:role_members", - "delete:role_members", - "read:entitlements", - "read:attack_protection", - "update:attack_protection", - "read:organizations_summary", - "create:authentication_methods", - "read:authentication_methods", - "update:authentication_methods", - "delete:authentication_methods", - "read:organizations", - "update:organizations", - "create:organizations", - "delete:organizations", - "read:organization_discovery_domains", - "update:organization_discovery_domains", - "create:organization_discovery_domains", - "delete:organization_discovery_domains", - "create:organization_members", - "read:organization_members", - "delete:organization_members", - "create:organization_connections", - "read:organization_connections", - "update:organization_connections", - "delete:organization_connections", - "create:organization_member_roles", - "read:organization_member_roles", - "delete:organization_member_roles", - "create:organization_invitations", - "read:organization_invitations", - "delete:organization_invitations", - "read:scim_config", - "create:scim_config", - "update:scim_config", - "delete:scim_config", - "create:scim_token", - "read:scim_token", - "delete:scim_token", - "delete:phone_providers", - "create:phone_providers", - "read:phone_providers", - "update:phone_providers", - "delete:phone_templates", - "create:phone_templates", - "read:phone_templates", - "update:phone_templates", - "create:encryption_keys", - "read:encryption_keys", - "update:encryption_keys", - "delete:encryption_keys", - "read:sessions", - "update:sessions", - "delete:sessions", - "read:refresh_tokens", - "delete:refresh_tokens", - "create:self_service_profiles", - "read:self_service_profiles", - "update:self_service_profiles", - "delete:self_service_profiles", - "create:sso_access_tickets", - "delete:sso_access_tickets", - "read:forms", - "update:forms", - "delete:forms", - "create:forms", - "read:flows", - "update:flows", - "delete:flows", - "create:flows", - "read:flows_vault", - "read:flows_vault_connections", - "update:flows_vault_connections", - "delete:flows_vault_connections", - "create:flows_vault_connections", - "read:flows_executions", - "delete:flows_executions", - "read:connections_options", - "update:connections_options", - "read:self_service_profile_custom_texts", - "update:self_service_profile_custom_texts", - "create:network_acls", - "update:network_acls", - "read:network_acls", - "delete:network_acls", - "delete:vdcs_templates", - "read:vdcs_templates", - "create:vdcs_templates", - "update:vdcs_templates", - "create:custom_signing_keys", - "read:custom_signing_keys", - "update:custom_signing_keys", - "delete:custom_signing_keys", - "read:federated_connections_tokens", - "delete:federated_connections_tokens", - "create:user_attribute_profiles", - "read:user_attribute_profiles", - "update:user_attribute_profiles", - "delete:user_attribute_profiles", - "read:event_streams", - "create:event_streams", - "delete:event_streams", - "update:event_streams", - "read:event_deliveries", - "update:event_deliveries", - "create:connection_profiles", - "read:connection_profiles", - "update:connection_profiles", - "delete:connection_profiles", - "read:organization_client_grants", - "create:organization_client_grants", - "delete:organization_client_grants", - "read:security_metrics", - "read:connections_keys", - "update:connections_keys", - "create:connections_keys" + "client_id": "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI", + "callback_url_template": false, + "client_secret": "[REDACTED]", + "jwt_configuration": { + "alg": "RS256", + "lifetime_in_seconds": 36000, + "secret_encoded": false + }, + "client_aliases": [], + "token_endpoint_auth_method": "client_secret_post", + "app_type": "non_interactive", + "grant_types": [ + "client_credentials" ], - "subject_type": "client" + "custom_login_page_on": true + }, + { + "tenant": "auth0-deploy-cli-e2e", + "global": true, + "callbacks": [], + "is_first_party": true, + "name": "All Applications", + "refresh_token": { + "expiration_type": "non-expiring", + "leeway": 0, + "infinite_token_lifetime": true, + "infinite_idle_token_lifetime": true, + "token_lifetime": 2592000, + "idle_token_lifetime": 1296000, + "rotation_type": "non-rotating" + }, + "owners": [ + "mr|samlp|okta|will.vedder@auth0.com", + "mr|google-oauth2|102002633619863830825", + "mr|samlp|okta|frederik.prijck@auth0.com", + "mr|google-oauth2|109614534713742077035", + "mr|google-oauth2|116771660953104383819", + "mr|google-oauth2|112839029247827700155", + "mr|samlp|okta|ewan.harris@auth0.com" + ], + "custom_login_page": "TEST123\n", + "cross_origin_authentication": true, + "signing_keys": [ + { + "cert": "[REDACTED]", + "pkcs7": "[REDACTED]", + "subject": "deprecated" + } + ], + "client_id": "Isi93ibGHIGwmdYjsLwTOn7Gu7nwxU3V", + "client_secret": "[REDACTED]", + "custom_login_page_on": true } ] }, @@ -16374,7 +16374,7 @@ "status": 200, "response": [ { - "id": "lst_0000000000024846", + "id": "lst_0000000000024850", "name": "Suspended DD Log Stream", "type": "datadog", "status": "active", @@ -16385,14 +16385,14 @@ "isPriority": false }, { - "id": "lst_0000000000024847", + "id": "lst_0000000000024851", "name": "Amazon EventBridge", "type": "eventbridge", "status": "active", "sink": { "awsAccountId": "123456789012", "awsRegion": "us-east-2", - "awsPartnerEventSource": "aws.partner/auth0.com/auth0-deploy-cli-e2e-482d2b89-204a-4530-b8a9-234d4d07087b/auth0.logs" + "awsPartnerEventSource": "aws.partner/auth0.com/auth0-deploy-cli-e2e-64398cc2-e658-4da6-af38-c7874b6b043d/auth0.logs" }, "filters": [ { @@ -17724,7 +17724,7 @@ "subject": "deprecated" } ], - "client_id": "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", + "client_id": "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -17780,7 +17780,7 @@ "subject": "deprecated" } ], - "client_id": "BDFEllTLwgxz8o8yTHlcoe9pJOz8Bcn7", + "client_id": "eZwzdXan9x27088CTPhLeCSqJK5Qsb5w", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -17803,12 +17803,21 @@ "async_approval_notification_channels": [ "guardian-push" ], - "name": "Quickstarts API (Test Application)", - "client_metadata": { - "foo": "bar" - }, + "name": "Node App", + "allowed_clients": [], + "allowed_logout_urls": [], + "callbacks": [], + "client_metadata": {}, "cross_origin_auth": false, "is_first_party": true, + "native_social_login": { + "apple": { + "enabled": false + }, + "facebook": { + "enabled": false + } + }, "oidc_conformant": true, "refresh_token": { "expiration_type": "non-expiring", @@ -17828,7 +17837,8 @@ "subject": "deprecated" } ], - "client_id": "1HFS6S8ca5Ba9yy8mvB4NPe3eXmL7frl", + "allowed_origins": [], + "client_id": "SrN1EUDvsQo826qtaOqWlxMRN5y08alc", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -17836,11 +17846,16 @@ "lifetime_in_seconds": 36000, "secret_encoded": false }, + "client_aliases": [], "token_endpoint_auth_method": "client_secret_post", - "app_type": "non_interactive", + "app_type": "regular_web", "grant_types": [ + "authorization_code", + "implicit", + "refresh_token", "client_credentials" ], + "web_origins": [], "custom_login_page_on": true }, { @@ -17850,21 +17865,12 @@ "async_approval_notification_channels": [ "guardian-push" ], - "name": "Node App", - "allowed_clients": [], - "allowed_logout_urls": [], - "callbacks": [], - "client_metadata": {}, + "name": "Quickstarts API (Test Application)", + "client_metadata": { + "foo": "bar" + }, "cross_origin_auth": false, "is_first_party": true, - "native_social_login": { - "apple": { - "enabled": false - }, - "facebook": { - "enabled": false - } - }, "oidc_conformant": true, "refresh_token": { "expiration_type": "non-expiring", @@ -17884,8 +17890,7 @@ "subject": "deprecated" } ], - "allowed_origins": [], - "client_id": "Q187Vh6vNNvq4TuP6cOo2gwpsXiu8byT", + "client_id": "KBmsLova1QU1cLpNZ5Wst9NexolH66zz", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -17893,16 +17898,11 @@ "lifetime_in_seconds": 36000, "secret_encoded": false }, - "client_aliases": [], "token_endpoint_auth_method": "client_secret_post", - "app_type": "regular_web", + "app_type": "non_interactive", "grant_types": [ - "authorization_code", - "implicit", - "refresh_token", "client_credentials" ], - "web_origins": [], "custom_login_page_on": true }, { @@ -17934,7 +17934,7 @@ "subject": "deprecated" } ], - "client_id": "ytUXRy51AJLHZH8ZDe4H6CEFr6g4RLEE", + "client_id": "GjnPFoLI9mBsl7zVfF1YcuicqzXFGsfP", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -17990,7 +17990,7 @@ "subject": "deprecated" } ], - "client_id": "gYgGddF8oodts1L3ird56dY4xXIxHvPg", + "client_id": "U2g2JvrBBxa1NUWu7Ycb4dbi7rSClbFw", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -18053,7 +18053,7 @@ "subject": "deprecated" } ], - "client_id": "4Km9rq36DFNHX5E2afxyqSsOBdq6K5YN", + "client_id": "jm6MlJhDC7xIgKBYePEAsFjMtlJ1ScDE", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -18114,7 +18114,7 @@ "subject": "deprecated" } ], - "client_id": "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3", + "client_id": "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -18147,7 +18147,7 @@ "limit": 50, "connections": [ { - "id": "con_L5iEwTLxIRtK1pDA", + "id": "con_ztvlJaf7zhCaAC7v", "options": { "mfa": { "active": true, @@ -18203,12 +18203,12 @@ "boo-baz-db-connection-test" ], "enabled_clients": [ - "Q187Vh6vNNvq4TuP6cOo2gwpsXiu8byT", - "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3" + "SrN1EUDvsQo826qtaOqWlxMRN5y08alc", + "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI" ] }, { - "id": "con_T8mVsA0onoFxCML0", + "id": "con_85Lq3efegcuZcVni", "options": { "mfa": { "active": true, @@ -18238,8 +18238,8 @@ "Username-Password-Authentication" ], "enabled_clients": [ - "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", - "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE" + "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", + "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" ] } ] @@ -18256,7 +18256,7 @@ "response": { "connections": [ { - "id": "con_L5iEwTLxIRtK1pDA", + "id": "con_ztvlJaf7zhCaAC7v", "options": { "mfa": { "active": true, @@ -18312,12 +18312,12 @@ "boo-baz-db-connection-test" ], "enabled_clients": [ - "Q187Vh6vNNvq4TuP6cOo2gwpsXiu8byT", - "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3" + "SrN1EUDvsQo826qtaOqWlxMRN5y08alc", + "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI" ] }, { - "id": "con_T8mVsA0onoFxCML0", + "id": "con_85Lq3efegcuZcVni", "options": { "mfa": { "active": true, @@ -18347,8 +18347,8 @@ "Username-Password-Authentication" ], "enabled_clients": [ - "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", - "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE" + "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", + "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" ] } ] @@ -18359,16 +18359,16 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/connections/con_L5iEwTLxIRtK1pDA/clients?take=50", + "path": "/api/v2/connections/con_ztvlJaf7zhCaAC7v/clients?take=50", "body": "", "status": 200, "response": { "clients": [ { - "client_id": "Q187Vh6vNNvq4TuP6cOo2gwpsXiu8byT" + "client_id": "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI" }, { - "client_id": "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3" + "client_id": "SrN1EUDvsQo826qtaOqWlxMRN5y08alc" } ] }, @@ -18378,13 +18378,13 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/connections/con_T8mVsA0onoFxCML0/clients?take=50", + "path": "/api/v2/connections/con_85Lq3efegcuZcVni/clients?take=50", "body": "", "status": 200, "response": { "clients": [ { - "client_id": "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI" + "client_id": "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" }, { "client_id": "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE" @@ -18406,7 +18406,7 @@ "limit": 50, "connections": [ { - "id": "con_L5iEwTLxIRtK1pDA", + "id": "con_ztvlJaf7zhCaAC7v", "options": { "mfa": { "active": true, @@ -18462,12 +18462,12 @@ "boo-baz-db-connection-test" ], "enabled_clients": [ - "Q187Vh6vNNvq4TuP6cOo2gwpsXiu8byT", - "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3" + "SrN1EUDvsQo826qtaOqWlxMRN5y08alc", + "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI" ] }, { - "id": "con_PbrTJcCum9aUGXfI", + "id": "con_6tyEu2hOP8JuHJku", "options": { "email": true, "scope": [ @@ -18483,12 +18483,12 @@ "google-oauth2" ], "enabled_clients": [ - "gYgGddF8oodts1L3ird56dY4xXIxHvPg", - "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3" + "U2g2JvrBBxa1NUWu7Ycb4dbi7rSClbFw", + "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI" ] }, { - "id": "con_T8mVsA0onoFxCML0", + "id": "con_85Lq3efegcuZcVni", "options": { "mfa": { "active": true, @@ -18518,8 +18518,8 @@ "Username-Password-Authentication" ], "enabled_clients": [ - "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", - "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE" + "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", + "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" ] } ] @@ -18536,7 +18536,7 @@ "response": { "connections": [ { - "id": "con_L5iEwTLxIRtK1pDA", + "id": "con_ztvlJaf7zhCaAC7v", "options": { "mfa": { "active": true, @@ -18592,12 +18592,12 @@ "boo-baz-db-connection-test" ], "enabled_clients": [ - "Q187Vh6vNNvq4TuP6cOo2gwpsXiu8byT", - "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3" + "SrN1EUDvsQo826qtaOqWlxMRN5y08alc", + "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI" ] }, { - "id": "con_PbrTJcCum9aUGXfI", + "id": "con_6tyEu2hOP8JuHJku", "options": { "email": true, "scope": [ @@ -18613,12 +18613,12 @@ "google-oauth2" ], "enabled_clients": [ - "gYgGddF8oodts1L3ird56dY4xXIxHvPg", - "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3" + "U2g2JvrBBxa1NUWu7Ycb4dbi7rSClbFw", + "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI" ] }, { - "id": "con_T8mVsA0onoFxCML0", + "id": "con_85Lq3efegcuZcVni", "options": { "mfa": { "active": true, @@ -18648,8 +18648,8 @@ "Username-Password-Authentication" ], "enabled_clients": [ - "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", - "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE" + "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", + "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" ] } ] @@ -18660,16 +18660,16 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/connections/con_PbrTJcCum9aUGXfI/clients?take=50", + "path": "/api/v2/connections/con_6tyEu2hOP8JuHJku/clients?take=50", "body": "", "status": 200, "response": { "clients": [ { - "client_id": "gYgGddF8oodts1L3ird56dY4xXIxHvPg" + "client_id": "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI" }, { - "client_id": "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3" + "client_id": "U2g2JvrBBxa1NUWu7Ycb4dbi7rSClbFw" } ] }, @@ -18798,14 +18798,18 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/email-templates/async_approval", + "path": "/api/v2/email-templates/welcome_email", "body": "", - "status": 404, + "status": 200, "response": { - "statusCode": 404, - "error": "Not Found", - "message": "The template does not exist.", - "errorCode": "inexistent_email_template" + "template": "welcome_email", + "body": "\n \n

Welcome!

\n \n\n", + "from": "", + "resultUrl": "https://example.com/welcome", + "subject": "Welcome", + "syntax": "liquid", + "urlLifetimeInSeconds": 3600, + "enabled": false }, "rawHeaders": [], "responseIsBinary": false @@ -18813,7 +18817,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/email-templates/reset_email_by_code", + "path": "/api/v2/email-templates/enrollment_email", "body": "", "status": 404, "response": { @@ -18843,7 +18847,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/email-templates/blocked_account", + "path": "/api/v2/email-templates/change_password", "body": "", "status": 404, "response": { @@ -18858,7 +18862,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/email-templates/reset_email", + "path": "/api/v2/email-templates/password_reset", "body": "", "status": 404, "response": { @@ -18873,7 +18877,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/email-templates/enrollment_email", + "path": "/api/v2/email-templates/blocked_account", "body": "", "status": 404, "response": { @@ -18888,7 +18892,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/email-templates/stolen_credentials", + "path": "/api/v2/email-templates/async_approval", "body": "", "status": 404, "response": { @@ -18903,18 +18907,14 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/email-templates/welcome_email", + "path": "/api/v2/email-templates/user_invitation", "body": "", - "status": 200, + "status": 404, "response": { - "template": "welcome_email", - "body": "\n \n

Welcome!

\n \n\n", - "from": "", - "resultUrl": "https://example.com/welcome", - "subject": "Welcome", - "syntax": "liquid", - "urlLifetimeInSeconds": 3600, - "enabled": false + "statusCode": 404, + "error": "Not Found", + "message": "The template does not exist.", + "errorCode": "inexistent_email_template" }, "rawHeaders": [], "responseIsBinary": false @@ -18922,7 +18922,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/email-templates/password_reset", + "path": "/api/v2/email-templates/reset_email", "body": "", "status": 404, "response": { @@ -18937,7 +18937,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/email-templates/change_password", + "path": "/api/v2/email-templates/reset_email_by_code", "body": "", "status": 404, "response": { @@ -18952,7 +18952,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/email-templates/user_invitation", + "path": "/api/v2/email-templates/stolen_credentials", "body": "", "status": 404, "response": { @@ -18976,8 +18976,8 @@ "limit": 100, "client_grants": [ { - "id": "cgr_RdDeVaKKb2hAfUr4", - "client_id": "ytUXRy51AJLHZH8ZDe4H6CEFr6g4RLEE", + "id": "cgr_FWvBRbi6ftSVCXKS", + "client_id": "GjnPFoLI9mBsl7zVfF1YcuicqzXFGsfP", "audience": "https://auth0-deploy-cli-e2e.us.auth0.com/api/v2/", "scope": [ "read:client_grants", @@ -19114,8 +19114,8 @@ "subject_type": "client" }, { - "id": "cgr_h0jyrguro4OQFmDa", - "client_id": "BDFEllTLwgxz8o8yTHlcoe9pJOz8Bcn7", + "id": "cgr_pbwejzhwoujrsNE8", + "client_id": "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", "audience": "https://auth0-deploy-cli-e2e.us.auth0.com/api/v2/", "scope": [ "read:client_grants", @@ -19142,6 +19142,10 @@ "update:client_keys", "delete:client_keys", "create:client_keys", + "read:client_credentials", + "update:client_credentials", + "delete:client_credentials", + "create:client_credentials", "read:connections", "update:connections", "delete:connections", @@ -19231,10 +19235,19 @@ "read:entitlements", "read:attack_protection", "update:attack_protection", + "read:organizations_summary", + "create:authentication_methods", + "read:authentication_methods", + "update:authentication_methods", + "delete:authentication_methods", "read:organizations", "update:organizations", "create:organizations", "delete:organizations", + "read:organization_discovery_domains", + "update:organization_discovery_domains", + "create:organization_discovery_domains", + "delete:organization_discovery_domains", "create:organization_members", "read:organization_members", "delete:organization_members", @@ -19247,13 +19260,97 @@ "delete:organization_member_roles", "create:organization_invitations", "read:organization_invitations", - "delete:organization_invitations" + "delete:organization_invitations", + "read:scim_config", + "create:scim_config", + "update:scim_config", + "delete:scim_config", + "create:scim_token", + "read:scim_token", + "delete:scim_token", + "delete:phone_providers", + "create:phone_providers", + "read:phone_providers", + "update:phone_providers", + "delete:phone_templates", + "create:phone_templates", + "read:phone_templates", + "update:phone_templates", + "create:encryption_keys", + "read:encryption_keys", + "update:encryption_keys", + "delete:encryption_keys", + "read:sessions", + "update:sessions", + "delete:sessions", + "read:refresh_tokens", + "delete:refresh_tokens", + "create:self_service_profiles", + "read:self_service_profiles", + "update:self_service_profiles", + "delete:self_service_profiles", + "create:sso_access_tickets", + "delete:sso_access_tickets", + "read:forms", + "update:forms", + "delete:forms", + "create:forms", + "read:flows", + "update:flows", + "delete:flows", + "create:flows", + "read:flows_vault", + "read:flows_vault_connections", + "update:flows_vault_connections", + "delete:flows_vault_connections", + "create:flows_vault_connections", + "read:flows_executions", + "delete:flows_executions", + "read:connections_options", + "update:connections_options", + "read:self_service_profile_custom_texts", + "update:self_service_profile_custom_texts", + "create:network_acls", + "update:network_acls", + "read:network_acls", + "delete:network_acls", + "delete:vdcs_templates", + "read:vdcs_templates", + "create:vdcs_templates", + "update:vdcs_templates", + "create:custom_signing_keys", + "read:custom_signing_keys", + "update:custom_signing_keys", + "delete:custom_signing_keys", + "read:federated_connections_tokens", + "delete:federated_connections_tokens", + "create:user_attribute_profiles", + "read:user_attribute_profiles", + "update:user_attribute_profiles", + "delete:user_attribute_profiles", + "read:event_streams", + "create:event_streams", + "delete:event_streams", + "update:event_streams", + "read:event_deliveries", + "update:event_deliveries", + "create:connection_profiles", + "read:connection_profiles", + "update:connection_profiles", + "delete:connection_profiles", + "read:organization_client_grants", + "create:organization_client_grants", + "delete:organization_client_grants", + "read:security_metrics", + "read:connections_keys", + "update:connections_keys", + "create:connections_keys" ], "subject_type": "client" }, { - "id": "cgr_pbwejzhwoujrsNE8", - "client_id": "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", + "id": "cgr_sMnn6UuFajCTdk3u", + "client_id": "eZwzdXan9x27088CTPhLeCSqJK5Qsb5w", "audience": "https://auth0-deploy-cli-e2e.us.auth0.com/api/v2/", "scope": [ "read:client_grants", @@ -19280,10 +19377,6 @@ "update:client_keys", "delete:client_keys", "create:client_keys", - "read:client_credentials", - "update:client_credentials", - "delete:client_credentials", - "create:client_credentials", "read:connections", "update:connections", "delete:connections", @@ -19371,21 +19464,12 @@ "read:role_members", "delete:role_members", "read:entitlements", - "read:attack_protection", - "update:attack_protection", - "read:organizations_summary", - "create:authentication_methods", - "read:authentication_methods", - "update:authentication_methods", - "delete:authentication_methods", + "read:attack_protection", + "update:attack_protection", "read:organizations", "update:organizations", "create:organizations", "delete:organizations", - "read:organization_discovery_domains", - "update:organization_discovery_domains", - "create:organization_discovery_domains", - "delete:organization_discovery_domains", "create:organization_members", "read:organization_members", "delete:organization_members", @@ -19398,91 +19482,7 @@ "delete:organization_member_roles", "create:organization_invitations", "read:organization_invitations", - "delete:organization_invitations", - "read:scim_config", - "create:scim_config", - "update:scim_config", - "delete:scim_config", - "create:scim_token", - "read:scim_token", - "delete:scim_token", - "delete:phone_providers", - "create:phone_providers", - "read:phone_providers", - "update:phone_providers", - "delete:phone_templates", - "create:phone_templates", - "read:phone_templates", - "update:phone_templates", - "create:encryption_keys", - "read:encryption_keys", - "update:encryption_keys", - "delete:encryption_keys", - "read:sessions", - "update:sessions", - "delete:sessions", - "read:refresh_tokens", - "delete:refresh_tokens", - "create:self_service_profiles", - "read:self_service_profiles", - "update:self_service_profiles", - "delete:self_service_profiles", - "create:sso_access_tickets", - "delete:sso_access_tickets", - "read:forms", - "update:forms", - "delete:forms", - "create:forms", - "read:flows", - "update:flows", - "delete:flows", - "create:flows", - "read:flows_vault", - "read:flows_vault_connections", - "update:flows_vault_connections", - "delete:flows_vault_connections", - "create:flows_vault_connections", - "read:flows_executions", - "delete:flows_executions", - "read:connections_options", - "update:connections_options", - "read:self_service_profile_custom_texts", - "update:self_service_profile_custom_texts", - "create:network_acls", - "update:network_acls", - "read:network_acls", - "delete:network_acls", - "delete:vdcs_templates", - "read:vdcs_templates", - "create:vdcs_templates", - "update:vdcs_templates", - "create:custom_signing_keys", - "read:custom_signing_keys", - "update:custom_signing_keys", - "delete:custom_signing_keys", - "read:federated_connections_tokens", - "delete:federated_connections_tokens", - "create:user_attribute_profiles", - "read:user_attribute_profiles", - "update:user_attribute_profiles", - "delete:user_attribute_profiles", - "read:event_streams", - "create:event_streams", - "delete:event_streams", - "update:event_streams", - "read:event_deliveries", - "update:event_deliveries", - "create:connection_profiles", - "read:connection_profiles", - "update:connection_profiles", - "delete:connection_profiles", - "read:organization_client_grants", - "create:organization_client_grants", - "delete:organization_client_grants", - "read:security_metrics", - "read:connections_keys", - "update:connections_keys", - "create:connections_keys" + "delete:organization_invitations" ], "subject_type": "client" } @@ -19545,7 +19545,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/guardian/factors/sms/providers/twilio", + "path": "/api/v2/guardian/factors/push-notification/providers/sns", "body": "", "status": 200, "response": {}, @@ -19555,7 +19555,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/guardian/factors/push-notification/providers/sns", + "path": "/api/v2/guardian/factors/sms/providers/twilio", "body": "", "status": 200, "response": {}, @@ -19618,22 +19618,22 @@ "response": { "roles": [ { - "id": "rol_lLNLY90nurwaoiBH", + "id": "rol_4BDf23iFJRSAfWkE", "name": "Admin", "description": "Can read and write things" }, { - "id": "rol_Xf6rpb7qUU0jhHZo", + "id": "rol_81RrNH8R5oCDnBUG", "name": "Reader", "description": "Can only read things" }, { - "id": "rol_qBWlF7Iu8cpOKtzv", + "id": "rol_v44pj0PGL7Gq9FQC", "name": "read_only", "description": "Read Only" }, { - "id": "rol_qJtLkYi8jZqRiG1Z", + "id": "rol_CyaPmtQRfUFB7rxL", "name": "read_osnly", "description": "Readz Only" } @@ -19648,7 +19648,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/roles/rol_lLNLY90nurwaoiBH/permissions?per_page=100&page=0&include_totals=true", + "path": "/api/v2/roles/rol_4BDf23iFJRSAfWkE/permissions?per_page=100&page=0&include_totals=true", "body": "", "status": 200, "response": { @@ -19663,7 +19663,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/roles/rol_Xf6rpb7qUU0jhHZo/permissions?per_page=100&page=0&include_totals=true", + "path": "/api/v2/roles/rol_81RrNH8R5oCDnBUG/permissions?per_page=100&page=0&include_totals=true", "body": "", "status": 200, "response": { @@ -19678,7 +19678,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/roles/rol_qBWlF7Iu8cpOKtzv/permissions?per_page=100&page=0&include_totals=true", + "path": "/api/v2/roles/rol_v44pj0PGL7Gq9FQC/permissions?per_page=100&page=0&include_totals=true", "body": "", "status": 200, "response": { @@ -19693,7 +19693,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/roles/rol_qJtLkYi8jZqRiG1Z/permissions?per_page=100&page=0&include_totals=true", + "path": "/api/v2/roles/rol_CyaPmtQRfUFB7rxL/permissions?per_page=100&page=0&include_totals=true", "body": "", "status": 200, "response": { @@ -19870,7 +19870,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/prompts/signup/custom-text/en", + "path": "/api/v2/prompts/login-email-verification/custom-text/en", "body": "", "status": 200, "response": {}, @@ -19880,7 +19880,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/prompts/login-email-verification/custom-text/en", + "path": "/api/v2/prompts/signup/custom-text/en", "body": "", "status": 200, "response": {}, @@ -20070,7 +20070,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/prompts/status/custom-text/en", + "path": "/api/v2/prompts/mfa/custom-text/en", "body": "", "status": 200, "response": {}, @@ -20080,7 +20080,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/prompts/device-flow/custom-text/en", + "path": "/api/v2/prompts/status/custom-text/en", "body": "", "status": 200, "response": {}, @@ -20090,7 +20090,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/prompts/mfa/custom-text/en", + "path": "/api/v2/prompts/device-flow/custom-text/en", "body": "", "status": 200, "response": {}, @@ -20130,7 +20130,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/prompts/common/custom-text/en", + "path": "/api/v2/prompts/invitation/custom-text/en", "body": "", "status": 200, "response": {}, @@ -20140,7 +20140,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/prompts/invitation/custom-text/en", + "path": "/api/v2/prompts/common/custom-text/en", "body": "", "status": 200, "response": {}, @@ -20200,7 +20200,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/prompts/signup-id/partials", + "path": "/api/v2/prompts/signup/partials", "body": "", "status": 200, "response": {}, @@ -20220,7 +20220,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/prompts/signup/partials", + "path": "/api/v2/prompts/signup-id/partials", "body": "", "status": 200, "response": {}, @@ -20246,7 +20246,7 @@ "response": { "actions": [ { - "id": "92cbd3a9-7175-4ae7-a2b5-2b4d7064298d", + "id": "0ba50458-8f40-4350-a690-484c530cb5c5", "name": "My Custom Action", "supported_triggers": [ { @@ -20254,34 +20254,34 @@ "version": "v2" } ], - "created_at": "2025-10-31T06:04:25.342744187Z", - "updated_at": "2025-10-31T06:04:25.358405387Z", + "created_at": "2025-10-31T14:57:22.321709927Z", + "updated_at": "2025-10-31T14:57:22.333454578Z", "code": "/**\n * Handler that will be called during the execution of a PostLogin flow.\n *\n * @param {Event} event - Details about the user and the context in which they are logging in.\n * @param {PostLoginAPI} api - Interface whose methods can be used to change the behavior of the login.\n */\nexports.onExecutePostLogin = async (event, api) => {\n console.log('Some custom action!');\n};\n\n/**\n * Handler that will be invoked when this action is resuming after an external redirect. If your\n * onExecutePostLogin function does not perform a redirect, this function can be safely ignored.\n *\n * @param {Event} event - Details about the user and the context in which they are logging in.\n * @param {PostLoginAPI} api - Interface whose methods can be used to change the behavior of the login.\n */\n// exports.onContinuePostLogin = async (event, api) => {\n// };\n", "dependencies": [], "runtime": "node18", "status": "built", "secrets": [], "current_version": { - "id": "3a8ba256-e396-4c31-ad0a-b9a43cfca053", + "id": "bd05521b-4f4a-4022-8be8-6f77382a55a8", "code": "/**\n * Handler that will be called during the execution of a PostLogin flow.\n *\n * @param {Event} event - Details about the user and the context in which they are logging in.\n * @param {PostLoginAPI} api - Interface whose methods can be used to change the behavior of the login.\n */\nexports.onExecutePostLogin = async (event, api) => {\n console.log('Some custom action!');\n};\n\n/**\n * Handler that will be invoked when this action is resuming after an external redirect. If your\n * onExecutePostLogin function does not perform a redirect, this function can be safely ignored.\n *\n * @param {Event} event - Details about the user and the context in which they are logging in.\n * @param {PostLoginAPI} api - Interface whose methods can be used to change the behavior of the login.\n */\n// exports.onContinuePostLogin = async (event, api) => {\n// };\n", "runtime": "node18", "status": "BUILT", "number": 1, - "build_time": "2025-10-31T06:04:26.281579267Z", - "created_at": "2025-10-31T06:04:26.208577625Z", - "updated_at": "2025-10-31T06:04:26.282067902Z" + "build_time": "2025-10-31T14:57:23.139420848Z", + "created_at": "2025-10-31T14:57:23.082767653Z", + "updated_at": "2025-10-31T14:57:23.139739622Z" }, "deployed_version": { "code": "/**\n * Handler that will be called during the execution of a PostLogin flow.\n *\n * @param {Event} event - Details about the user and the context in which they are logging in.\n * @param {PostLoginAPI} api - Interface whose methods can be used to change the behavior of the login.\n */\nexports.onExecutePostLogin = async (event, api) => {\n console.log('Some custom action!');\n};\n\n/**\n * Handler that will be invoked when this action is resuming after an external redirect. If your\n * onExecutePostLogin function does not perform a redirect, this function can be safely ignored.\n *\n * @param {Event} event - Details about the user and the context in which they are logging in.\n * @param {PostLoginAPI} api - Interface whose methods can be used to change the behavior of the login.\n */\n// exports.onContinuePostLogin = async (event, api) => {\n// };\n", "dependencies": [], - "id": "3a8ba256-e396-4c31-ad0a-b9a43cfca053", + "id": "bd05521b-4f4a-4022-8be8-6f77382a55a8", "deployed": true, "number": 1, - "built_at": "2025-10-31T06:04:26.281579267Z", + "built_at": "2025-10-31T14:57:23.139420848Z", "secrets": [], "status": "built", - "created_at": "2025-10-31T06:04:26.208577625Z", - "updated_at": "2025-10-31T06:04:26.282067902Z", + "created_at": "2025-10-31T14:57:23.082767653Z", + "updated_at": "2025-10-31T14:57:23.139739622Z", "runtime": "node18", "supported_triggers": [ { @@ -20307,23 +20307,12 @@ "status": 200, "response": { "triggers": [ - { - "id": "post-login", - "version": "v2", - "status": "DEPRECATED", - "runtimes": [ - "node12", - "node18" - ], - "default_runtime": "node16", - "binding_policy": "trigger-bound", - "compatible_triggers": [] - }, { "id": "post-login", "version": "v3", "status": "CURRENT", "runtimes": [ + "node12", "node18-actions", "node22" ], @@ -20337,25 +20326,26 @@ ] }, { - "id": "credentials-exchange", + "id": "post-login", "version": "v2", - "status": "CURRENT", + "status": "DEPRECATED", "runtimes": [ - "node18-actions", - "node22" + "node18" ], - "default_runtime": "node22", + "default_runtime": "node16", "binding_policy": "trigger-bound", "compatible_triggers": [] }, { - "id": "pre-user-registration", - "version": "v1", - "status": "DEPRECATED", + "id": "credentials-exchange", + "version": "v2", + "status": "CURRENT", "runtimes": [ - "node12" + "node12", + "node18-actions", + "node22" ], - "default_runtime": "node12", + "default_runtime": "node22", "binding_policy": "trigger-bound", "compatible_triggers": [] }, @@ -20364,6 +20354,7 @@ "version": "v2", "status": "CURRENT", "runtimes": [ + "node12", "node18-actions", "node22" ], @@ -20376,7 +20367,6 @@ "version": "v2", "status": "CURRENT", "runtimes": [ - "node12", "node18-actions", "node22" ], @@ -20397,12 +20387,22 @@ "binding_policy": "trigger-bound", "compatible_triggers": [] }, + { + "id": "send-phone-message", + "version": "v1", + "status": "DEPRECATED", + "runtimes": [ + "node12" + ], + "default_runtime": "node12", + "binding_policy": "trigger-bound", + "compatible_triggers": [] + }, { "id": "send-phone-message", "version": "v2", "status": "CURRENT", "runtimes": [ - "node12", "node18-actions", "node22" ], @@ -20651,7 +20651,7 @@ "response": { "organizations": [ { - "id": "org_0pLtDGKkLf31gqPJ", + "id": "org_VF8F48N4jwlx9iqb", "name": "org1", "display_name": "Organization", "branding": { @@ -20662,7 +20662,7 @@ } }, { - "id": "org_JqwEMMzujIV88UNU", + "id": "org_9YMsat8TwkngWftp", "name": "org2", "display_name": "Organization2" } @@ -20770,7 +20770,7 @@ "subject": "deprecated" } ], - "client_id": "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", + "client_id": "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -20826,7 +20826,7 @@ "subject": "deprecated" } ], - "client_id": "BDFEllTLwgxz8o8yTHlcoe9pJOz8Bcn7", + "client_id": "eZwzdXan9x27088CTPhLeCSqJK5Qsb5w", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -20849,12 +20849,21 @@ "async_approval_notification_channels": [ "guardian-push" ], - "name": "Quickstarts API (Test Application)", - "client_metadata": { - "foo": "bar" - }, + "name": "Node App", + "allowed_clients": [], + "allowed_logout_urls": [], + "callbacks": [], + "client_metadata": {}, "cross_origin_auth": false, "is_first_party": true, + "native_social_login": { + "apple": { + "enabled": false + }, + "facebook": { + "enabled": false + } + }, "oidc_conformant": true, "refresh_token": { "expiration_type": "non-expiring", @@ -20874,7 +20883,8 @@ "subject": "deprecated" } ], - "client_id": "1HFS6S8ca5Ba9yy8mvB4NPe3eXmL7frl", + "allowed_origins": [], + "client_id": "SrN1EUDvsQo826qtaOqWlxMRN5y08alc", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -20882,11 +20892,16 @@ "lifetime_in_seconds": 36000, "secret_encoded": false }, + "client_aliases": [], "token_endpoint_auth_method": "client_secret_post", - "app_type": "non_interactive", + "app_type": "regular_web", "grant_types": [ + "authorization_code", + "implicit", + "refresh_token", "client_credentials" ], + "web_origins": [], "custom_login_page_on": true }, { @@ -20896,21 +20911,12 @@ "async_approval_notification_channels": [ "guardian-push" ], - "name": "Node App", - "allowed_clients": [], - "allowed_logout_urls": [], - "callbacks": [], - "client_metadata": {}, + "name": "Quickstarts API (Test Application)", + "client_metadata": { + "foo": "bar" + }, "cross_origin_auth": false, "is_first_party": true, - "native_social_login": { - "apple": { - "enabled": false - }, - "facebook": { - "enabled": false - } - }, "oidc_conformant": true, "refresh_token": { "expiration_type": "non-expiring", @@ -20930,8 +20936,7 @@ "subject": "deprecated" } ], - "allowed_origins": [], - "client_id": "Q187Vh6vNNvq4TuP6cOo2gwpsXiu8byT", + "client_id": "KBmsLova1QU1cLpNZ5Wst9NexolH66zz", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -20939,16 +20944,11 @@ "lifetime_in_seconds": 36000, "secret_encoded": false }, - "client_aliases": [], "token_endpoint_auth_method": "client_secret_post", - "app_type": "regular_web", + "app_type": "non_interactive", "grant_types": [ - "authorization_code", - "implicit", - "refresh_token", "client_credentials" ], - "web_origins": [], "custom_login_page_on": true }, { @@ -20980,7 +20980,7 @@ "subject": "deprecated" } ], - "client_id": "ytUXRy51AJLHZH8ZDe4H6CEFr6g4RLEE", + "client_id": "GjnPFoLI9mBsl7zVfF1YcuicqzXFGsfP", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -21036,7 +21036,7 @@ "subject": "deprecated" } ], - "client_id": "gYgGddF8oodts1L3ird56dY4xXIxHvPg", + "client_id": "U2g2JvrBBxa1NUWu7Ycb4dbi7rSClbFw", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -21099,7 +21099,7 @@ "subject": "deprecated" } ], - "client_id": "4Km9rq36DFNHX5E2afxyqSsOBdq6K5YN", + "client_id": "jm6MlJhDC7xIgKBYePEAsFjMtlJ1ScDE", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -21160,7 +21160,7 @@ "subject": "deprecated" } ], - "client_id": "u21tbJHp88fDiwcCty8iQ6OlDVAsdFN3", + "client_id": "grQveAtB9mtIO6h9E1dujGHwHDBjVsiI", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -21227,12 +21227,7 @@ "response": { "organizations": [ { - "id": "org_JqwEMMzujIV88UNU", - "name": "org2", - "display_name": "Organization2" - }, - { - "id": "org_0pLtDGKkLf31gqPJ", + "id": "org_VF8F48N4jwlx9iqb", "name": "org1", "display_name": "Organization", "branding": { @@ -21241,6 +21236,11 @@ "primary": "#57ddff" } } + }, + { + "id": "org_9YMsat8TwkngWftp", + "name": "org2", + "display_name": "Organization2" } ] }, @@ -21250,7 +21250,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/organizations/org_JqwEMMzujIV88UNU/enabled_connections", + "path": "/api/v2/organizations/org_VF8F48N4jwlx9iqb/enabled_connections", "body": "", "status": 200, "response": [], @@ -21260,7 +21260,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/organizations/org_JqwEMMzujIV88UNU/client-grants?page=0&per_page=100&include_totals=true", + "path": "/api/v2/organizations/org_VF8F48N4jwlx9iqb/client-grants?page=0&per_page=100&include_totals=true", "body": "", "status": 200, "response": { @@ -21275,7 +21275,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/organizations/org_JqwEMMzujIV88UNU/discovery-domains?take=50", + "path": "/api/v2/organizations/org_VF8F48N4jwlx9iqb/discovery-domains?take=50", "body": "", "status": 200, "response": { @@ -21287,7 +21287,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/organizations/org_0pLtDGKkLf31gqPJ/enabled_connections", + "path": "/api/v2/organizations/org_9YMsat8TwkngWftp/enabled_connections", "body": "", "status": 200, "response": [], @@ -21297,7 +21297,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/organizations/org_0pLtDGKkLf31gqPJ/client-grants?page=0&per_page=100&include_totals=true", + "path": "/api/v2/organizations/org_9YMsat8TwkngWftp/client-grants?page=0&per_page=100&include_totals=true", "body": "", "status": 200, "response": { @@ -21312,7 +21312,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/organizations/org_0pLtDGKkLf31gqPJ/discovery-domains?take=50", + "path": "/api/v2/organizations/org_9YMsat8TwkngWftp/discovery-domains?take=50", "body": "", "status": 200, "response": { @@ -21398,7 +21398,7 @@ "status": 200, "response": [ { - "id": "lst_0000000000024846", + "id": "lst_0000000000024850", "name": "Suspended DD Log Stream", "type": "datadog", "status": "active", @@ -21409,14 +21409,14 @@ "isPriority": false }, { - "id": "lst_0000000000024847", + "id": "lst_0000000000024851", "name": "Amazon EventBridge", "type": "eventbridge", "status": "active", "sink": { "awsAccountId": "123456789012", "awsRegion": "us-east-2", - "awsPartnerEventSource": "aws.partner/auth0.com/auth0-deploy-cli-e2e-482d2b89-204a-4530-b8a9-234d4d07087b/auth0.logs" + "awsPartnerEventSource": "aws.partner/auth0.com/auth0-deploy-cli-e2e-64398cc2-e658-4da6-af38-c7874b6b043d/auth0.logs" }, "filters": [ { @@ -21472,6 +21472,18 @@ "rawHeaders": [], "responseIsBinary": false }, + { + "scope": "https://deploy-cli-dev.eu.auth0.com:443", + "method": "GET", + "path": "/api/v2/custom-domains?take=50", + "body": "", + "status": 200, + "response": { + "custom_domains": [] + }, + "rawHeaders": [], + "responseIsBinary": false + }, { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", @@ -21490,22 +21502,14 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/forms?page=0&per_page=100&include_totals=true", + "path": "/api/v2/flows?page=0&per_page=100&include_totals=true", "body": "", "status": 200, "response": { "limit": 100, "start": 0, - "total": 1, - "forms": [ - { - "id": "ap_6JUSCU7qq1CravnoU6d6jr", - "name": "Blank-form", - "flow_count": 0, - "created_at": "2024-11-26T11:58:18.187Z", - "updated_at": "2025-10-31T06:04:50.867Z" - } - ] + "total": 0, + "flows": [] }, "rawHeaders": [], "responseIsBinary": false @@ -21513,14 +21517,22 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/flows?page=0&per_page=100&include_totals=true", + "path": "/api/v2/forms?page=0&per_page=100&include_totals=true", "body": "", "status": 200, "response": { "limit": 100, "start": 0, - "total": 0, - "flows": [] + "total": 1, + "forms": [ + { + "id": "ap_6JUSCU7qq1CravnoU6d6jr", + "name": "Blank-form", + "flow_count": 0, + "created_at": "2024-11-26T11:58:18.187Z", + "updated_at": "2025-10-31T14:57:47.048Z" + } + ] }, "rawHeaders": [], "responseIsBinary": false @@ -21589,7 +21601,7 @@ } }, "created_at": "2024-11-26T11:58:18.187Z", - "updated_at": "2025-10-31T06:04:50.867Z" + "updated_at": "2025-10-31T14:57:47.048Z" }, "rawHeaders": [], "responseIsBinary": false @@ -21668,7 +21680,7 @@ "okta" ], "created_at": "2024-11-26T11:58:18.962Z", - "updated_at": "2025-10-31T06:04:42.705Z", + "updated_at": "2025-10-31T14:57:39.353Z", "branding": { "colors": { "primary": "#19aecc" @@ -21720,7 +21732,7 @@ } }, "created_at": "2025-09-09T04:41:43.671Z", - "updated_at": "2025-10-31T06:04:27.516Z", + "updated_at": "2025-10-31T14:57:24.230Z", "id": "acl_wpZ6oScRU5L6QKAxMUMHmx" } ] diff --git a/test/e2e/recordings/should-deploy-without-throwing-an-error.json b/test/e2e/recordings/should-deploy-without-throwing-an-error.json index 6ed7955f6..1fe626459 100644 --- a/test/e2e/recordings/should-deploy-without-throwing-an-error.json +++ b/test/e2e/recordings/should-deploy-without-throwing-an-error.json @@ -1044,7 +1044,7 @@ "subject": "deprecated" } ], - "client_id": "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", + "client_id": "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -1068,7 +1068,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "PATCH", - "path": "/api/v2/clients/IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", + "path": "/api/v2/clients/p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg", "body": { "name": "Default App", "callbacks": [], @@ -1129,7 +1129,7 @@ "subject": "/CN=auth0-deploy-cli-e2e.us.auth0.com" } ], - "client_id": "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", + "client_id": "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -1165,7 +1165,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "PUT", - "path": "/api/v2/guardian/factors/email", + "path": "/api/v2/guardian/factors/sms", "body": { "enabled": false }, @@ -1179,7 +1179,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "PUT", - "path": "/api/v2/guardian/factors/otp", + "path": "/api/v2/guardian/factors/email", "body": { "enabled": false }, @@ -1193,7 +1193,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "PUT", - "path": "/api/v2/guardian/factors/webauthn-roaming", + "path": "/api/v2/guardian/factors/push-notification", "body": { "enabled": false }, @@ -1207,7 +1207,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "PUT", - "path": "/api/v2/guardian/factors/push-notification", + "path": "/api/v2/guardian/factors/otp", "body": { "enabled": false }, @@ -1235,7 +1235,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "PUT", - "path": "/api/v2/guardian/factors/sms", + "path": "/api/v2/guardian/factors/webauthn-platform", "body": { "enabled": false }, @@ -1249,7 +1249,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "PUT", - "path": "/api/v2/guardian/factors/webauthn-platform", + "path": "/api/v2/guardian/factors/webauthn-roaming", "body": { "enabled": false }, @@ -1449,6 +1449,18 @@ "rawHeaders": [], "responseIsBinary": false }, + { + "scope": "https://deploy-cli-dev.eu.auth0.com:443", + "method": "GET", + "path": "/api/v2/custom-domains?take=50", + "body": "", + "status": 200, + "response": { + "custom_domains": [] + }, + "rawHeaders": [], + "responseIsBinary": false + }, { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", @@ -1545,7 +1557,7 @@ "subject": "deprecated" } ], - "client_id": "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", + "client_id": "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -1615,7 +1627,7 @@ "limit": 50, "connections": [ { - "id": "con_T8mVsA0onoFxCML0", + "id": "con_85Lq3efegcuZcVni", "options": { "mfa": { "active": true, @@ -1645,8 +1657,8 @@ "Username-Password-Authentication" ], "enabled_clients": [ - "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", - "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE" + "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", + "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" ] } ] @@ -1663,7 +1675,7 @@ "response": { "connections": [ { - "id": "con_T8mVsA0onoFxCML0", + "id": "con_85Lq3efegcuZcVni", "options": { "mfa": { "active": true, @@ -1693,8 +1705,8 @@ "Username-Password-Authentication" ], "enabled_clients": [ - "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", - "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE" + "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", + "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" ] } ] @@ -1714,7 +1726,7 @@ "limit": 50, "connections": [ { - "id": "con_T8mVsA0onoFxCML0", + "id": "con_85Lq3efegcuZcVni", "options": { "mfa": { "active": true, @@ -1744,8 +1756,8 @@ "Username-Password-Authentication" ], "enabled_clients": [ - "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", - "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE" + "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", + "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" ] } ] @@ -1762,7 +1774,7 @@ "response": { "connections": [ { - "id": "con_T8mVsA0onoFxCML0", + "id": "con_85Lq3efegcuZcVni", "options": { "mfa": { "active": true, @@ -1792,8 +1804,8 @@ "Username-Password-Authentication" ], "enabled_clients": [ - "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", - "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE" + "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", + "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" ] } ] @@ -1804,13 +1816,13 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/connections/con_T8mVsA0onoFxCML0/clients?take=50", + "path": "/api/v2/connections/con_85Lq3efegcuZcVni/clients?take=50", "body": "", "status": 200, "response": { "clients": [ { - "client_id": "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI" + "client_id": "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" }, { "client_id": "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE" @@ -1823,11 +1835,11 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/connections/con_T8mVsA0onoFxCML0", + "path": "/api/v2/connections/con_85Lq3efegcuZcVni", "body": "", "status": 200, "response": { - "id": "con_T8mVsA0onoFxCML0", + "id": "con_85Lq3efegcuZcVni", "options": { "mfa": { "active": true, @@ -1854,8 +1866,8 @@ "name": "Username-Password-Authentication", "is_domain_connection": false, "enabled_clients": [ - "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", - "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE" + "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", + "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" ], "realms": [ "Username-Password-Authentication" @@ -1867,11 +1879,11 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "PATCH", - "path": "/api/v2/connections/con_T8mVsA0onoFxCML0", + "path": "/api/v2/connections/con_85Lq3efegcuZcVni", "body": { "enabled_clients": [ "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", - "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI" + "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" ], "is_domain_connection": false, "options": { @@ -1902,7 +1914,7 @@ }, "status": 200, "response": { - "id": "con_T8mVsA0onoFxCML0", + "id": "con_85Lq3efegcuZcVni", "options": { "mfa": { "active": true, @@ -1930,7 +1942,7 @@ "is_domain_connection": false, "enabled_clients": [ "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", - "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI" + "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" ], "realms": [ "Username-Password-Authentication" @@ -1942,14 +1954,14 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "PATCH", - "path": "/api/v2/connections/con_T8mVsA0onoFxCML0/clients", + "path": "/api/v2/connections/con_85Lq3efegcuZcVni/clients", "body": [ { "client_id": "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", "status": true }, { - "client_id": "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", + "client_id": "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg", "status": true } ], @@ -2054,7 +2066,7 @@ "subject": "deprecated" } ], - "client_id": "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", + "client_id": "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -2124,7 +2136,7 @@ "limit": 50, "connections": [ { - "id": "con_T8mVsA0onoFxCML0", + "id": "con_85Lq3efegcuZcVni", "options": { "mfa": { "active": true, @@ -2154,8 +2166,8 @@ "Username-Password-Authentication" ], "enabled_clients": [ - "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", - "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE" + "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", + "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" ] } ] @@ -2172,7 +2184,7 @@ "response": { "connections": [ { - "id": "con_T8mVsA0onoFxCML0", + "id": "con_85Lq3efegcuZcVni", "options": { "mfa": { "active": true, @@ -2202,8 +2214,8 @@ "Username-Password-Authentication" ], "enabled_clients": [ - "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", - "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE" + "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", + "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" ] } ] @@ -2223,7 +2235,7 @@ "limit": 50, "connections": [ { - "id": "con_T8mVsA0onoFxCML0", + "id": "con_85Lq3efegcuZcVni", "options": { "mfa": { "active": true, @@ -2253,8 +2265,8 @@ "Username-Password-Authentication" ], "enabled_clients": [ - "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", - "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE" + "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", + "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" ] } ] @@ -2271,7 +2283,7 @@ "response": { "connections": [ { - "id": "con_T8mVsA0onoFxCML0", + "id": "con_85Lq3efegcuZcVni", "options": { "mfa": { "active": true, @@ -2301,8 +2313,8 @@ "Username-Password-Authentication" ], "enabled_clients": [ - "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", - "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE" + "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", + "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" ] } ] @@ -2319,7 +2331,7 @@ "strategy": "google-oauth2", "enabled_clients": [ "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", - "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI" + "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" ], "is_domain_connection": false, "options": { @@ -2333,7 +2345,7 @@ }, "status": 201, "response": { - "id": "con_PbrTJcCum9aUGXfI", + "id": "con_6tyEu2hOP8JuHJku", "options": { "email": true, "scope": [ @@ -2346,8 +2358,8 @@ "name": "google-oauth2", "is_domain_connection": false, "enabled_clients": [ - "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", - "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE" + "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", + "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" ], "realms": [ "google-oauth2" @@ -2365,7 +2377,7 @@ "response": { "connections": [ { - "id": "con_PbrTJcCum9aUGXfI", + "id": "con_6tyEu2hOP8JuHJku", "options": { "email": true, "scope": [ @@ -2381,8 +2393,8 @@ "google-oauth2" ], "enabled_clients": [ - "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", - "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE" + "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", + "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" ] } ] @@ -2393,14 +2405,14 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "PATCH", - "path": "/api/v2/connections/con_PbrTJcCum9aUGXfI/clients", + "path": "/api/v2/connections/con_6tyEu2hOP8JuHJku/clients", "body": [ { "client_id": "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", "status": true }, { - "client_id": "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", + "client_id": "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg", "status": true } ], @@ -2520,7 +2532,7 @@ "subject": "deprecated" } ], - "client_id": "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", + "client_id": "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -2955,7 +2967,7 @@ "subject": "deprecated" } ], - "client_id": "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", + "client_id": "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -3037,7 +3049,7 @@ "limit": 50, "connections": [ { - "id": "con_PbrTJcCum9aUGXfI", + "id": "con_6tyEu2hOP8JuHJku", "options": { "email": true, "scope": [ @@ -3053,12 +3065,12 @@ "google-oauth2" ], "enabled_clients": [ - "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", - "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE" + "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", + "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" ] }, { - "id": "con_T8mVsA0onoFxCML0", + "id": "con_85Lq3efegcuZcVni", "options": { "mfa": { "active": true, @@ -3088,8 +3100,8 @@ "Username-Password-Authentication" ], "enabled_clients": [ - "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", - "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE" + "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", + "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" ] } ] @@ -3106,7 +3118,7 @@ "response": { "connections": [ { - "id": "con_PbrTJcCum9aUGXfI", + "id": "con_6tyEu2hOP8JuHJku", "options": { "email": true, "scope": [ @@ -3122,12 +3134,12 @@ "google-oauth2" ], "enabled_clients": [ - "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", - "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE" + "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", + "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" ] }, { - "id": "con_T8mVsA0onoFxCML0", + "id": "con_85Lq3efegcuZcVni", "options": { "mfa": { "active": true, @@ -3157,8 +3169,8 @@ "Username-Password-Authentication" ], "enabled_clients": [ - "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", - "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE" + "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", + "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" ] } ] @@ -3513,7 +3525,7 @@ "subject": "deprecated" } ], - "client_id": "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", + "client_id": "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { diff --git a/test/e2e/recordings/should-dump-and-deploy-without-throwing-an-error.json b/test/e2e/recordings/should-dump-and-deploy-without-throwing-an-error.json index f1572e168..20e828c7b 100644 --- a/test/e2e/recordings/should-dump-and-deploy-without-throwing-an-error.json +++ b/test/e2e/recordings/should-dump-and-deploy-without-throwing-an-error.json @@ -1208,7 +1208,7 @@ "subject": "deprecated" } ], - "client_id": "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", + "client_id": "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -1241,7 +1241,7 @@ "limit": 50, "connections": [ { - "id": "con_T8mVsA0onoFxCML0", + "id": "con_85Lq3efegcuZcVni", "options": { "mfa": { "active": true, @@ -1271,8 +1271,8 @@ "Username-Password-Authentication" ], "enabled_clients": [ - "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", - "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE" + "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", + "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" ] } ] @@ -1289,7 +1289,7 @@ "response": { "connections": [ { - "id": "con_T8mVsA0onoFxCML0", + "id": "con_85Lq3efegcuZcVni", "options": { "mfa": { "active": true, @@ -1319,8 +1319,8 @@ "Username-Password-Authentication" ], "enabled_clients": [ - "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", - "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE" + "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", + "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" ] } ] @@ -1331,13 +1331,13 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/connections/con_T8mVsA0onoFxCML0/clients?take=50", + "path": "/api/v2/connections/con_85Lq3efegcuZcVni/clients?take=50", "body": "", "status": 200, "response": { "clients": [ { - "client_id": "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI" + "client_id": "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" }, { "client_id": "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE" @@ -1354,12 +1354,33 @@ "body": "", "status": 200, "response": { - "total": 1, + "total": 2, "start": 0, "limit": 50, "connections": [ { - "id": "con_T8mVsA0onoFxCML0", + "id": "con_6tyEu2hOP8JuHJku", + "options": { + "email": true, + "scope": [ + "email", + "profile" + ], + "profile": true + }, + "strategy": "google-oauth2", + "name": "google-oauth2", + "is_domain_connection": false, + "realms": [ + "google-oauth2" + ], + "enabled_clients": [ + "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", + "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" + ] + }, + { + "id": "con_85Lq3efegcuZcVni", "options": { "mfa": { "active": true, @@ -1389,8 +1410,8 @@ "Username-Password-Authentication" ], "enabled_clients": [ - "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", - "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE" + "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", + "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" ] } ] @@ -1407,7 +1428,28 @@ "response": { "connections": [ { - "id": "con_T8mVsA0onoFxCML0", + "id": "con_6tyEu2hOP8JuHJku", + "options": { + "email": true, + "scope": [ + "email", + "profile" + ], + "profile": true + }, + "strategy": "google-oauth2", + "name": "google-oauth2", + "is_domain_connection": false, + "realms": [ + "google-oauth2" + ], + "enabled_clients": [ + "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", + "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" + ] + }, + { + "id": "con_85Lq3efegcuZcVni", "options": { "mfa": { "active": true, @@ -1437,8 +1479,8 @@ "Username-Password-Authentication" ], "enabled_clients": [ - "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", - "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE" + "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", + "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" ] } ] @@ -1446,6 +1488,25 @@ "rawHeaders": [], "responseIsBinary": false }, + { + "scope": "https://deploy-cli-dev.eu.auth0.com:443", + "method": "GET", + "path": "/api/v2/connections/con_6tyEu2hOP8JuHJku/clients?take=50", + "body": "", + "status": 200, + "response": { + "clients": [ + { + "client_id": "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" + }, + { + "client_id": "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE" + } + ] + }, + "rawHeaders": [], + "responseIsBinary": false + }, { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", @@ -1553,7 +1614,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/email-templates/verify_email_by_code", + "path": "/api/v2/email-templates/async_approval", "body": "", "status": 404, "response": { @@ -1568,7 +1629,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/email-templates/stolen_credentials", + "path": "/api/v2/email-templates/mfa_oob_code", "body": "", "status": 404, "response": { @@ -1598,7 +1659,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/email-templates/reset_email", + "path": "/api/v2/email-templates/reset_email_by_code", "body": "", "status": 404, "response": { @@ -1628,7 +1689,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/email-templates/async_approval", + "path": "/api/v2/email-templates/password_reset", "body": "", "status": 404, "response": { @@ -1643,14 +1704,18 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/email-templates/blocked_account", + "path": "/api/v2/email-templates/welcome_email", "body": "", - "status": 404, + "status": 200, "response": { - "statusCode": 404, - "error": "Not Found", - "message": "The template does not exist.", - "errorCode": "inexistent_email_template" + "template": "welcome_email", + "body": "\n \n

Welcome!

\n \n\n", + "from": "", + "resultUrl": "https://example.com/welcome", + "subject": "Welcome", + "syntax": "liquid", + "urlLifetimeInSeconds": 3600, + "enabled": false }, "rawHeaders": [], "responseIsBinary": false @@ -1658,7 +1723,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/email-templates/reset_email_by_code", + "path": "/api/v2/email-templates/reset_email", "body": "", "status": 404, "response": { @@ -1673,18 +1738,14 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/email-templates/welcome_email", + "path": "/api/v2/email-templates/user_invitation", "body": "", - "status": 200, + "status": 404, "response": { - "template": "welcome_email", - "body": "\n \n

Welcome!

\n \n\n", - "from": "", - "resultUrl": "https://example.com/welcome", - "subject": "Welcome", - "syntax": "liquid", - "urlLifetimeInSeconds": 3600, - "enabled": false + "statusCode": 404, + "error": "Not Found", + "message": "The template does not exist.", + "errorCode": "inexistent_email_template" }, "rawHeaders": [], "responseIsBinary": false @@ -1692,7 +1753,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/email-templates/mfa_oob_code", + "path": "/api/v2/email-templates/blocked_account", "body": "", "status": 404, "response": { @@ -1707,7 +1768,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/email-templates/password_reset", + "path": "/api/v2/email-templates/verify_email_by_code", "body": "", "status": 404, "response": { @@ -1722,7 +1783,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/email-templates/user_invitation", + "path": "/api/v2/email-templates/stolen_credentials", "body": "", "status": 404, "response": { @@ -2243,7 +2304,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/prompts/login/custom-text/en", + "path": "/api/v2/prompts/login-id/custom-text/en", "body": "", "status": 200, "response": {}, @@ -2253,7 +2314,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/prompts/login-password/custom-text/en", + "path": "/api/v2/prompts/login/custom-text/en", "body": "", "status": 200, "response": {}, @@ -2263,7 +2324,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/prompts/login-id/custom-text/en", + "path": "/api/v2/prompts/login-password/custom-text/en", "body": "", "status": 200, "response": {}, @@ -2323,7 +2384,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/prompts/phone-identifier-challenge/custom-text/en", + "path": "/api/v2/prompts/phone-identifier-enrollment/custom-text/en", "body": "", "status": 200, "response": {}, @@ -2333,7 +2394,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/prompts/phone-identifier-enrollment/custom-text/en", + "path": "/api/v2/prompts/phone-identifier-challenge/custom-text/en", "body": "", "status": 200, "response": {}, @@ -2363,7 +2424,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/prompts/custom-form/custom-text/en", + "path": "/api/v2/prompts/consent/custom-text/en", "body": "", "status": 200, "response": {}, @@ -2373,7 +2434,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/prompts/consent/custom-text/en", + "path": "/api/v2/prompts/custom-form/custom-text/en", "body": "", "status": 200, "response": {}, @@ -2383,7 +2444,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/prompts/logout/custom-text/en", + "path": "/api/v2/prompts/customized-consent/custom-text/en", "body": "", "status": 200, "response": {}, @@ -2393,7 +2454,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/prompts/customized-consent/custom-text/en", + "path": "/api/v2/prompts/logout/custom-text/en", "body": "", "status": 200, "response": {}, @@ -2413,7 +2474,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/prompts/mfa-voice/custom-text/en", + "path": "/api/v2/prompts/mfa-otp/custom-text/en", "body": "", "status": 200, "response": {}, @@ -2423,7 +2484,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/prompts/mfa-otp/custom-text/en", + "path": "/api/v2/prompts/mfa-voice/custom-text/en", "body": "", "status": 200, "response": {}, @@ -2583,7 +2644,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/prompts/login-id/partials", + "path": "/api/v2/prompts/login/partials", "body": "", "status": 200, "response": {}, @@ -2593,7 +2654,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/prompts/login-password/partials", + "path": "/api/v2/prompts/login-id/partials", "body": "", "status": 200, "response": {}, @@ -2603,7 +2664,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/prompts/login/partials", + "path": "/api/v2/prompts/login-password/partials", "body": "", "status": 200, "response": {}, @@ -2705,7 +2766,6 @@ "version": "v2", "status": "CURRENT", "runtimes": [ - "node12", "node18-actions", "node22" ], @@ -2731,6 +2791,7 @@ "version": "v2", "status": "CURRENT", "runtimes": [ + "node12", "node18-actions", "node22" ], @@ -2766,6 +2827,7 @@ "version": "v2", "status": "CURRENT", "runtimes": [ + "node12", "node18-actions", "node22" ], @@ -3116,7 +3178,7 @@ "subject": "deprecated" } ], - "client_id": "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", + "client_id": "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -3186,25 +3248,6 @@ "rawHeaders": [], "responseIsBinary": false }, - { - "scope": "https://deploy-cli-dev.eu.auth0.com:443", - "method": "GET", - "path": "/api/v2/attack-protection/brute-force-protection", - "body": "", - "status": 200, - "response": { - "enabled": true, - "shields": [ - "block", - "user_notification" - ], - "mode": "count_per_identifier_and_ip", - "allowlist": [], - "max_attempts": 10 - }, - "rawHeaders": [], - "responseIsBinary": false - }, { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", @@ -3228,6 +3271,25 @@ "rawHeaders": [], "responseIsBinary": false }, + { + "scope": "https://deploy-cli-dev.eu.auth0.com:443", + "method": "GET", + "path": "/api/v2/attack-protection/brute-force-protection", + "body": "", + "status": 200, + "response": { + "enabled": true, + "shields": [ + "block", + "user_notification" + ], + "mode": "count_per_identifier_and_ip", + "allowlist": [], + "max_attempts": 10 + }, + "rawHeaders": [], + "responseIsBinary": false + }, { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", @@ -3278,14 +3340,11 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/branding/themes/default", + "path": "/api/v2/custom-domains?take=50", "body": "", - "status": 404, + "status": 200, "response": { - "statusCode": 404, - "error": "Not Found", - "message": "There was an error retrieving branding settings: invalid theme ID", - "errorCode": "theme_not_found" + "custom_domains": [] }, "rawHeaders": [], "responseIsBinary": false @@ -3293,14 +3352,14 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/flows?page=0&per_page=100&include_totals=true", + "path": "/api/v2/branding/themes/default", "body": "", - "status": 200, + "status": 404, "response": { - "limit": 100, - "start": 0, - "total": 0, - "flows": [] + "statusCode": 404, + "error": "Not Found", + "message": "There was an error retrieving branding settings: invalid theme ID", + "errorCode": "theme_not_found" }, "rawHeaders": [], "responseIsBinary": false @@ -3321,13 +3380,28 @@ "name": "Blank-form", "flow_count": 0, "created_at": "2024-11-26T11:58:18.187Z", - "updated_at": "2025-10-31T05:35:44.157Z" + "updated_at": "2025-10-31T09:34:07.401Z" } ] }, "rawHeaders": [], "responseIsBinary": false }, + { + "scope": "https://deploy-cli-dev.eu.auth0.com:443", + "method": "GET", + "path": "/api/v2/flows?page=0&per_page=100&include_totals=true", + "body": "", + "status": 200, + "response": { + "limit": 100, + "start": 0, + "total": 0, + "flows": [] + }, + "rawHeaders": [], + "responseIsBinary": false + }, { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", @@ -3392,7 +3466,7 @@ } }, "created_at": "2024-11-26T11:58:18.187Z", - "updated_at": "2025-10-31T05:35:44.157Z" + "updated_at": "2025-10-31T09:34:07.401Z" }, "rawHeaders": [], "responseIsBinary": false @@ -3400,14 +3474,14 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/flows?page=0&per_page=100&include_totals=true", + "path": "/api/v2/flows/vault/connections?page=0&per_page=100&include_totals=true", "body": "", "status": 200, "response": { "limit": 100, "start": 0, "total": 0, - "flows": [] + "connections": [] }, "rawHeaders": [], "responseIsBinary": false @@ -3415,14 +3489,14 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/flows/vault/connections?page=0&per_page=100&include_totals=true", + "path": "/api/v2/flows?page=0&per_page=100&include_totals=true", "body": "", "status": 200, "response": { "limit": 100, "start": 0, "total": 0, - "connections": [] + "flows": [] }, "rawHeaders": [], "responseIsBinary": false @@ -3471,7 +3545,7 @@ "okta" ], "created_at": "2024-11-26T11:58:18.962Z", - "updated_at": "2025-10-30T11:48:00.587Z", + "updated_at": "2025-10-31T06:06:31.353Z", "branding": { "colors": { "primary": "#19aecc" @@ -3523,7 +3597,7 @@ } }, "created_at": "2025-09-09T04:41:43.671Z", - "updated_at": "2025-10-30T11:47:47.458Z", + "updated_at": "2025-10-31T06:06:16.461Z", "id": "acl_wpZ6oScRU5L6QKAxMUMHmx" } ] @@ -4931,7 +5005,7 @@ "subject": "deprecated" } ], - "client_id": "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", + "client_id": "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -4955,7 +5029,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "PATCH", - "path": "/api/v2/clients/IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", + "path": "/api/v2/clients/p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg", "body": { "name": "Default App", "async_approval_notification_channels": [ @@ -5020,7 +5094,7 @@ "subject": "/CN=auth0-deploy-cli-e2e.us.auth0.com" } ], - "client_id": "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", + "client_id": "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -5056,7 +5130,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "PUT", - "path": "/api/v2/guardian/factors/webauthn-roaming", + "path": "/api/v2/guardian/factors/otp", "body": { "enabled": false }, @@ -5070,7 +5144,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "PUT", - "path": "/api/v2/guardian/factors/sms", + "path": "/api/v2/guardian/factors/push-notification", "body": { "enabled": false }, @@ -5084,7 +5158,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "PUT", - "path": "/api/v2/guardian/factors/push-notification", + "path": "/api/v2/guardian/factors/email", "body": { "enabled": false }, @@ -5098,7 +5172,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "PUT", - "path": "/api/v2/guardian/factors/otp", + "path": "/api/v2/guardian/factors/webauthn-roaming", "body": { "enabled": false }, @@ -5112,7 +5186,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "PUT", - "path": "/api/v2/guardian/factors/email", + "path": "/api/v2/guardian/factors/webauthn-platform", "body": { "enabled": false }, @@ -5126,7 +5200,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "PUT", - "path": "/api/v2/guardian/factors/webauthn-platform", + "path": "/api/v2/guardian/factors/recovery-code", "body": { "enabled": false }, @@ -5140,7 +5214,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "PUT", - "path": "/api/v2/guardian/factors/recovery-code", + "path": "/api/v2/guardian/factors/sms", "body": { "enabled": false }, @@ -5247,42 +5321,6 @@ "rawHeaders": [], "responseIsBinary": false }, - { - "scope": "https://deploy-cli-dev.eu.auth0.com:443", - "method": "PATCH", - "path": "/api/v2/attack-protection/breached-password-detection", - "body": { - "enabled": false, - "shields": [], - "admin_notification_frequency": [], - "method": "standard", - "stage": { - "pre-user-registration": { - "shields": [] - }, - "pre-change-password": { - "shields": [] - } - } - }, - "status": 200, - "response": { - "enabled": false, - "shields": [], - "admin_notification_frequency": [], - "method": "standard", - "stage": { - "pre-user-registration": { - "shields": [] - }, - "pre-change-password": { - "shields": [] - } - } - }, - "rawHeaders": [], - "responseIsBinary": false - }, { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "PATCH", @@ -5355,6 +5393,42 @@ "rawHeaders": [], "responseIsBinary": false }, + { + "scope": "https://deploy-cli-dev.eu.auth0.com:443", + "method": "PATCH", + "path": "/api/v2/attack-protection/breached-password-detection", + "body": { + "enabled": false, + "shields": [], + "admin_notification_frequency": [], + "method": "standard", + "stage": { + "pre-user-registration": { + "shields": [] + }, + "pre-change-password": { + "shields": [] + } + } + }, + "status": 200, + "response": { + "enabled": false, + "shields": [], + "admin_notification_frequency": [], + "method": "standard", + "stage": { + "pre-user-registration": { + "shields": [] + }, + "pre-change-password": { + "shields": [] + } + } + }, + "rawHeaders": [], + "responseIsBinary": false + }, { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", @@ -5365,6 +5439,18 @@ "rawHeaders": [], "responseIsBinary": false }, + { + "scope": "https://deploy-cli-dev.eu.auth0.com:443", + "method": "GET", + "path": "/api/v2/custom-domains?take=50", + "body": "", + "status": 200, + "response": { + "custom_domains": [] + }, + "rawHeaders": [], + "responseIsBinary": false + }, { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", @@ -5392,7 +5478,7 @@ } }, "created_at": "2025-09-09T04:41:43.671Z", - "updated_at": "2025-10-30T11:47:47.458Z", + "updated_at": "2025-10-31T06:06:16.461Z", "id": "acl_wpZ6oScRU5L6QKAxMUMHmx" } ] @@ -5437,7 +5523,7 @@ } }, "created_at": "2025-09-09T04:41:43.671Z", - "updated_at": "2025-10-31T06:02:11.893Z", + "updated_at": "2025-10-31T14:56:40.821Z", "id": "acl_wpZ6oScRU5L6QKAxMUMHmx" }, "rawHeaders": [], @@ -5747,7 +5833,7 @@ "subject": "deprecated" } ], - "client_id": "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", + "client_id": "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -5817,7 +5903,7 @@ "limit": 50, "connections": [ { - "id": "con_T8mVsA0onoFxCML0", + "id": "con_85Lq3efegcuZcVni", "options": { "mfa": { "active": true, @@ -5847,8 +5933,8 @@ "Username-Password-Authentication" ], "enabled_clients": [ - "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", - "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE" + "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", + "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" ] } ] @@ -5865,7 +5951,7 @@ "response": { "connections": [ { - "id": "con_T8mVsA0onoFxCML0", + "id": "con_85Lq3efegcuZcVni", "options": { "mfa": { "active": true, @@ -5895,8 +5981,8 @@ "Username-Password-Authentication" ], "enabled_clients": [ - "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", - "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE" + "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", + "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" ] } ] @@ -5916,7 +6002,7 @@ "limit": 50, "connections": [ { - "id": "con_T8mVsA0onoFxCML0", + "id": "con_85Lq3efegcuZcVni", "options": { "mfa": { "active": true, @@ -5946,8 +6032,8 @@ "Username-Password-Authentication" ], "enabled_clients": [ - "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", - "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE" + "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", + "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" ] } ] @@ -5964,7 +6050,7 @@ "response": { "connections": [ { - "id": "con_T8mVsA0onoFxCML0", + "id": "con_85Lq3efegcuZcVni", "options": { "mfa": { "active": true, @@ -5994,8 +6080,8 @@ "Username-Password-Authentication" ], "enabled_clients": [ - "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", - "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE" + "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", + "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" ] } ] @@ -6006,13 +6092,13 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/connections/con_T8mVsA0onoFxCML0/clients?take=50", + "path": "/api/v2/connections/con_85Lq3efegcuZcVni/clients?take=50", "body": "", "status": 200, "response": { "clients": [ { - "client_id": "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI" + "client_id": "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" }, { "client_id": "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE" @@ -6025,11 +6111,11 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/connections/con_T8mVsA0onoFxCML0", + "path": "/api/v2/connections/con_85Lq3efegcuZcVni", "body": "", "status": 200, "response": { - "id": "con_T8mVsA0onoFxCML0", + "id": "con_85Lq3efegcuZcVni", "options": { "mfa": { "active": true, @@ -6056,8 +6142,8 @@ "name": "Username-Password-Authentication", "is_domain_connection": false, "enabled_clients": [ - "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", - "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE" + "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", + "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" ], "realms": [ "Username-Password-Authentication" @@ -6069,11 +6155,11 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "PATCH", - "path": "/api/v2/connections/con_T8mVsA0onoFxCML0", + "path": "/api/v2/connections/con_85Lq3efegcuZcVni", "body": { "enabled_clients": [ "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", - "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI" + "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" ], "is_domain_connection": false, "options": { @@ -6104,7 +6190,7 @@ }, "status": 200, "response": { - "id": "con_T8mVsA0onoFxCML0", + "id": "con_85Lq3efegcuZcVni", "options": { "mfa": { "active": true, @@ -6132,7 +6218,7 @@ "is_domain_connection": false, "enabled_clients": [ "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", - "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI" + "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" ], "realms": [ "Username-Password-Authentication" @@ -6144,14 +6230,14 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "PATCH", - "path": "/api/v2/connections/con_T8mVsA0onoFxCML0/clients", + "path": "/api/v2/connections/con_85Lq3efegcuZcVni/clients", "body": [ { "client_id": "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", "status": true }, { - "client_id": "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", + "client_id": "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg", "status": true } ], @@ -6256,7 +6342,7 @@ "subject": "deprecated" } ], - "client_id": "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", + "client_id": "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -6321,12 +6407,33 @@ "body": "", "status": 200, "response": { - "total": 1, + "total": 2, "start": 0, "limit": 50, "connections": [ { - "id": "con_T8mVsA0onoFxCML0", + "id": "con_6tyEu2hOP8JuHJku", + "options": { + "email": true, + "scope": [ + "email", + "profile" + ], + "profile": true + }, + "strategy": "google-oauth2", + "name": "google-oauth2", + "is_domain_connection": false, + "realms": [ + "google-oauth2" + ], + "enabled_clients": [ + "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", + "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" + ] + }, + { + "id": "con_85Lq3efegcuZcVni", "options": { "mfa": { "active": true, @@ -6356,8 +6463,8 @@ "Username-Password-Authentication" ], "enabled_clients": [ - "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", - "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE" + "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", + "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" ] } ] @@ -6374,7 +6481,28 @@ "response": { "connections": [ { - "id": "con_T8mVsA0onoFxCML0", + "id": "con_6tyEu2hOP8JuHJku", + "options": { + "email": true, + "scope": [ + "email", + "profile" + ], + "profile": true + }, + "strategy": "google-oauth2", + "name": "google-oauth2", + "is_domain_connection": false, + "realms": [ + "google-oauth2" + ], + "enabled_clients": [ + "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", + "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" + ] + }, + { + "id": "con_85Lq3efegcuZcVni", "options": { "mfa": { "active": true, @@ -6404,8 +6532,8 @@ "Username-Password-Authentication" ], "enabled_clients": [ - "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", - "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE" + "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", + "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" ] } ] @@ -6420,12 +6548,33 @@ "body": "", "status": 200, "response": { - "total": 1, + "total": 2, "start": 0, "limit": 50, "connections": [ { - "id": "con_T8mVsA0onoFxCML0", + "id": "con_6tyEu2hOP8JuHJku", + "options": { + "email": true, + "scope": [ + "email", + "profile" + ], + "profile": true + }, + "strategy": "google-oauth2", + "name": "google-oauth2", + "is_domain_connection": false, + "realms": [ + "google-oauth2" + ], + "enabled_clients": [ + "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", + "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" + ] + }, + { + "id": "con_85Lq3efegcuZcVni", "options": { "mfa": { "active": true, @@ -6455,8 +6604,8 @@ "Username-Password-Authentication" ], "enabled_clients": [ - "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", - "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE" + "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", + "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" ] } ] @@ -6473,7 +6622,28 @@ "response": { "connections": [ { - "id": "con_T8mVsA0onoFxCML0", + "id": "con_6tyEu2hOP8JuHJku", + "options": { + "email": true, + "scope": [ + "email", + "profile" + ], + "profile": true + }, + "strategy": "google-oauth2", + "name": "google-oauth2", + "is_domain_connection": false, + "realms": [ + "google-oauth2" + ], + "enabled_clients": [ + "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", + "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" + ] + }, + { + "id": "con_85Lq3efegcuZcVni", "options": { "mfa": { "active": true, @@ -6503,8 +6673,8 @@ "Username-Password-Authentication" ], "enabled_clients": [ - "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", - "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE" + "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", + "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" ] } ] @@ -6512,6 +6682,88 @@ "rawHeaders": [], "responseIsBinary": false }, + { + "scope": "https://deploy-cli-dev.eu.auth0.com:443", + "method": "GET", + "path": "/api/v2/connections/con_6tyEu2hOP8JuHJku/clients?take=50", + "body": "", + "status": 200, + "response": { + "clients": [ + { + "client_id": "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" + }, + { + "client_id": "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE" + } + ] + }, + "rawHeaders": [], + "responseIsBinary": false + }, + { + "scope": "https://deploy-cli-dev.eu.auth0.com:443", + "method": "PATCH", + "path": "/api/v2/connections/con_6tyEu2hOP8JuHJku", + "body": { + "enabled_clients": [ + "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", + "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" + ], + "is_domain_connection": false, + "options": { + "email": true, + "scope": [ + "email", + "profile" + ], + "profile": true + } + }, + "status": 200, + "response": { + "id": "con_6tyEu2hOP8JuHJku", + "options": { + "email": true, + "scope": [ + "email", + "profile" + ], + "profile": true + }, + "strategy": "google-oauth2", + "name": "google-oauth2", + "is_domain_connection": false, + "enabled_clients": [ + "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", + "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" + ], + "realms": [ + "google-oauth2" + ] + }, + "rawHeaders": [], + "responseIsBinary": false + }, + { + "scope": "https://deploy-cli-dev.eu.auth0.com:443", + "method": "PATCH", + "path": "/api/v2/connections/con_6tyEu2hOP8JuHJku/clients", + "body": [ + { + "client_id": "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", + "status": true + }, + { + "client_id": "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg", + "status": true + } + ], + "status": 204, + "response": "", + "rawHeaders": [], + "responseIsBinary": false + }, { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", @@ -6645,7 +6897,7 @@ "subject": "deprecated" } ], - "client_id": "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", + "client_id": "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -6998,7 +7250,7 @@ "okta" ], "created_at": "2024-11-26T11:58:18.962Z", - "updated_at": "2025-10-30T11:48:00.587Z", + "updated_at": "2025-10-31T06:06:31.353Z", "branding": { "colors": { "primary": "#19aecc" @@ -7074,7 +7326,7 @@ "okta" ], "created_at": "2024-11-26T11:58:18.962Z", - "updated_at": "2025-10-31T06:02:22.402Z", + "updated_at": "2025-10-31T14:56:52.430Z", "branding": { "colors": { "primary": "#19aecc" @@ -7160,6 +7412,21 @@ "rawHeaders": [], "responseIsBinary": false }, + { + "scope": "https://deploy-cli-dev.eu.auth0.com:443", + "method": "GET", + "path": "/api/v2/organizations?include_totals=true", + "body": "", + "status": 200, + "response": { + "organizations": [], + "start": 0, + "limit": 50, + "total": 0 + }, + "rawHeaders": [], + "responseIsBinary": false + }, { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", @@ -7256,7 +7523,7 @@ "subject": "deprecated" } ], - "client_id": "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", + "client_id": "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -7314,21 +7581,6 @@ "rawHeaders": [], "responseIsBinary": false }, - { - "scope": "https://deploy-cli-dev.eu.auth0.com:443", - "method": "GET", - "path": "/api/v2/organizations?include_totals=true", - "body": "", - "status": 200, - "response": { - "organizations": [], - "start": 0, - "limit": 50, - "total": 0 - }, - "rawHeaders": [], - "responseIsBinary": false - }, { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", @@ -7348,12 +7600,33 @@ "body": "", "status": 200, "response": { - "total": 1, + "total": 2, "start": 0, "limit": 50, "connections": [ { - "id": "con_T8mVsA0onoFxCML0", + "id": "con_6tyEu2hOP8JuHJku", + "options": { + "email": true, + "scope": [ + "email", + "profile" + ], + "profile": true + }, + "strategy": "google-oauth2", + "name": "google-oauth2", + "is_domain_connection": false, + "realms": [ + "google-oauth2" + ], + "enabled_clients": [ + "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", + "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" + ] + }, + { + "id": "con_85Lq3efegcuZcVni", "options": { "mfa": { "active": true, @@ -7383,8 +7656,8 @@ "Username-Password-Authentication" ], "enabled_clients": [ - "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", - "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE" + "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", + "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" ] } ] @@ -7401,7 +7674,28 @@ "response": { "connections": [ { - "id": "con_T8mVsA0onoFxCML0", + "id": "con_6tyEu2hOP8JuHJku", + "options": { + "email": true, + "scope": [ + "email", + "profile" + ], + "profile": true + }, + "strategy": "google-oauth2", + "name": "google-oauth2", + "is_domain_connection": false, + "realms": [ + "google-oauth2" + ], + "enabled_clients": [ + "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", + "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" + ] + }, + { + "id": "con_85Lq3efegcuZcVni", "options": { "mfa": { "active": true, @@ -7431,8 +7725,8 @@ "Username-Password-Authentication" ], "enabled_clients": [ - "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", - "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE" + "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", + "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" ] } ] @@ -7787,7 +8081,7 @@ "subject": "deprecated" } ], - "client_id": "IPwlWVAj3ZCBcLwKvafeT1dihWqv3izI", + "client_id": "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -7888,14 +8182,14 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/flows/vault/connections?page=0&per_page=100&include_totals=true", + "path": "/api/v2/flows?page=0&per_page=100&include_totals=true", "body": "", "status": 200, "response": { "limit": 100, "start": 0, "total": 0, - "connections": [] + "flows": [] }, "rawHeaders": [], "responseIsBinary": false @@ -7903,14 +8197,14 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/flows?page=0&per_page=100&include_totals=true", + "path": "/api/v2/flows/vault/connections?page=0&per_page=100&include_totals=true", "body": "", "status": 200, "response": { "limit": 100, "start": 0, "total": 0, - "flows": [] + "connections": [] }, "rawHeaders": [], "responseIsBinary": false @@ -7961,7 +8255,7 @@ "name": "Blank-form", "flow_count": 0, "created_at": "2024-11-26T11:58:18.187Z", - "updated_at": "2025-10-31T05:35:44.157Z" + "updated_at": "2025-10-31T09:34:07.401Z" } ] }, @@ -8032,7 +8326,7 @@ } }, "created_at": "2024-11-26T11:58:18.187Z", - "updated_at": "2025-10-31T05:35:44.157Z" + "updated_at": "2025-10-31T09:34:07.401Z" }, "rawHeaders": [], "responseIsBinary": false @@ -8157,7 +8451,7 @@ } }, "created_at": "2024-11-26T11:58:18.187Z", - "updated_at": "2025-10-31T06:02:30.777Z" + "updated_at": "2025-10-31T14:57:00.495Z" }, "rawHeaders": [], "responseIsBinary": false diff --git a/test/e2e/recordings/should-dump-without-throwing-an-error.json b/test/e2e/recordings/should-dump-without-throwing-an-error.json index adad96002..38aec718b 100644 --- a/test/e2e/recordings/should-dump-without-throwing-an-error.json +++ b/test/e2e/recordings/should-dump-without-throwing-an-error.json @@ -856,6 +856,10 @@ "description": "Read Refresh Tokens", "value": "read:refresh_tokens" }, + { + "description": "Update Refresh Tokens", + "value": "update:refresh_tokens" + }, { "description": "Delete Refresh Tokens", "value": "delete:refresh_tokens" @@ -1178,6 +1182,9 @@ "tenant": "auth0-deploy-cli-e2e", "global": false, "is_token_endpoint_ip_header_trusted": false, + "async_approval_notification_channels": [ + "guardian-push" + ], "name": "Default App", "callbacks": [], "cross_origin_auth": false, @@ -1201,7 +1208,7 @@ "subject": "deprecated" } ], - "client_id": "RLlTIxFWlcdNwlqrI9xgHjVDpjvR1mqs", + "client_id": "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -1234,7 +1241,7 @@ "limit": 50, "connections": [ { - "id": "con_KY7b5xuw1Bh6S3vy", + "id": "con_85Lq3efegcuZcVni", "options": { "mfa": { "active": true, @@ -1264,8 +1271,8 @@ "Username-Password-Authentication" ], "enabled_clients": [ - "RLlTIxFWlcdNwlqrI9xgHjVDpjvR1mqs", - "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE" + "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", + "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" ] } ] @@ -1282,7 +1289,7 @@ "response": { "connections": [ { - "id": "con_KY7b5xuw1Bh6S3vy", + "id": "con_85Lq3efegcuZcVni", "options": { "mfa": { "active": true, @@ -1312,8 +1319,8 @@ "Username-Password-Authentication" ], "enabled_clients": [ - "RLlTIxFWlcdNwlqrI9xgHjVDpjvR1mqs", - "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE" + "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", + "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" ] } ] @@ -1324,13 +1331,13 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/connections/con_KY7b5xuw1Bh6S3vy/clients?take=50", + "path": "/api/v2/connections/con_85Lq3efegcuZcVni/clients?take=50", "body": "", "status": 200, "response": { "clients": [ { - "client_id": "RLlTIxFWlcdNwlqrI9xgHjVDpjvR1mqs" + "client_id": "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" }, { "client_id": "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE" @@ -1352,7 +1359,7 @@ "limit": 50, "connections": [ { - "id": "con_KY7b5xuw1Bh6S3vy", + "id": "con_85Lq3efegcuZcVni", "options": { "mfa": { "active": true, @@ -1382,8 +1389,8 @@ "Username-Password-Authentication" ], "enabled_clients": [ - "RLlTIxFWlcdNwlqrI9xgHjVDpjvR1mqs", - "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE" + "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", + "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" ] } ] @@ -1400,7 +1407,7 @@ "response": { "connections": [ { - "id": "con_KY7b5xuw1Bh6S3vy", + "id": "con_85Lq3efegcuZcVni", "options": { "mfa": { "active": true, @@ -1430,8 +1437,8 @@ "Username-Password-Authentication" ], "enabled_clients": [ - "RLlTIxFWlcdNwlqrI9xgHjVDpjvR1mqs", - "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE" + "Vp0gMRF8PtMzekil38qWoj4Fjw2VjRZE", + "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg" ] } ] @@ -1546,7 +1553,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/email-templates/reset_email", + "path": "/api/v2/email-templates/stolen_credentials", "body": "", "status": 404, "response": { @@ -1561,7 +1568,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/email-templates/verify_email_by_code", + "path": "/api/v2/email-templates/change_password", "body": "", "status": 404, "response": { @@ -1576,14 +1583,18 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/email-templates/async_approval", + "path": "/api/v2/email-templates/welcome_email", "body": "", - "status": 404, + "status": 200, "response": { - "statusCode": 404, - "error": "Not Found", - "message": "The template does not exist.", - "errorCode": "inexistent_email_template" + "template": "welcome_email", + "body": "\n \n

Welcome!

\n \n\n", + "from": "", + "resultUrl": "https://example.com/welcome", + "subject": "Welcome", + "syntax": "liquid", + "urlLifetimeInSeconds": 3600, + "enabled": false }, "rawHeaders": [], "responseIsBinary": false @@ -1591,7 +1602,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/email-templates/password_reset", + "path": "/api/v2/email-templates/mfa_oob_code", "body": "", "status": 404, "response": { @@ -1606,7 +1617,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/email-templates/enrollment_email", + "path": "/api/v2/email-templates/verify_email_by_code", "body": "", "status": 404, "response": { @@ -1621,7 +1632,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/email-templates/blocked_account", + "path": "/api/v2/email-templates/async_approval", "body": "", "status": 404, "response": { @@ -1636,7 +1647,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/email-templates/change_password", + "path": "/api/v2/email-templates/enrollment_email", "body": "", "status": 404, "response": { @@ -1651,7 +1662,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/email-templates/stolen_credentials", + "path": "/api/v2/email-templates/reset_email_by_code", "body": "", "status": 404, "response": { @@ -1666,7 +1677,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/email-templates/reset_email_by_code", + "path": "/api/v2/email-templates/reset_email", "body": "", "status": 404, "response": { @@ -1681,7 +1692,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/email-templates/user_invitation", + "path": "/api/v2/email-templates/password_reset", "body": "", "status": 404, "response": { @@ -1696,7 +1707,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/email-templates/mfa_oob_code", + "path": "/api/v2/email-templates/blocked_account", "body": "", "status": 404, "response": { @@ -1711,18 +1722,14 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/email-templates/welcome_email", + "path": "/api/v2/email-templates/user_invitation", "body": "", - "status": 200, + "status": 404, "response": { - "template": "welcome_email", - "body": "\n \n

Welcome!

\n \n\n", - "from": "", - "resultUrl": "https://example.com/welcome", - "subject": "Welcome", - "syntax": "liquid", - "urlLifetimeInSeconds": 3600, - "enabled": false + "statusCode": 404, + "error": "Not Found", + "message": "The template does not exist.", + "errorCode": "inexistent_email_template" }, "rawHeaders": [], "responseIsBinary": false @@ -2246,7 +2253,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/prompts/login-password/custom-text/en", + "path": "/api/v2/prompts/login/custom-text/en", "body": "", "status": 200, "response": {}, @@ -2256,7 +2263,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/prompts/login/custom-text/en", + "path": "/api/v2/prompts/login-password/custom-text/en", "body": "", "status": 200, "response": {}, @@ -2266,7 +2273,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/prompts/login-passwordless/custom-text/en", + "path": "/api/v2/prompts/login-email-verification/custom-text/en", "body": "", "status": 200, "response": {}, @@ -2276,7 +2283,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/prompts/login-email-verification/custom-text/en", + "path": "/api/v2/prompts/login-passwordless/custom-text/en", "body": "", "status": 200, "response": {}, @@ -2356,7 +2363,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/prompts/custom-form/custom-text/en", + "path": "/api/v2/prompts/consent/custom-text/en", "body": "", "status": 200, "response": {}, @@ -2366,7 +2373,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/prompts/consent/custom-text/en", + "path": "/api/v2/prompts/customized-consent/custom-text/en", "body": "", "status": 200, "response": {}, @@ -2386,7 +2393,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/prompts/customized-consent/custom-text/en", + "path": "/api/v2/prompts/custom-form/custom-text/en", "body": "", "status": 200, "response": {}, @@ -2396,7 +2403,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/prompts/mfa-otp/custom-text/en", + "path": "/api/v2/prompts/mfa-push/custom-text/en", "body": "", "status": 200, "response": {}, @@ -2406,7 +2413,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/prompts/mfa-push/custom-text/en", + "path": "/api/v2/prompts/mfa-otp/custom-text/en", "body": "", "status": 200, "response": {}, @@ -2436,7 +2443,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/prompts/mfa-sms/custom-text/en", + "path": "/api/v2/prompts/mfa-webauthn/custom-text/en", "body": "", "status": 200, "response": {}, @@ -2446,7 +2453,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/prompts/mfa-webauthn/custom-text/en", + "path": "/api/v2/prompts/mfa-sms/custom-text/en", "body": "", "status": 200, "response": {}, @@ -2476,7 +2483,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/prompts/status/custom-text/en", + "path": "/api/v2/prompts/mfa/custom-text/en", "body": "", "status": 200, "response": {}, @@ -2486,7 +2493,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/prompts/mfa/custom-text/en", + "path": "/api/v2/prompts/status/custom-text/en", "body": "", "status": 200, "response": {}, @@ -2516,7 +2523,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/prompts/organizations/custom-text/en", + "path": "/api/v2/prompts/email-otp-challenge/custom-text/en", "body": "", "status": 200, "response": {}, @@ -2526,7 +2533,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/prompts/email-otp-challenge/custom-text/en", + "path": "/api/v2/prompts/organizations/custom-text/en", "body": "", "status": 200, "response": {}, @@ -2536,7 +2543,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/prompts/common/custom-text/en", + "path": "/api/v2/prompts/invitation/custom-text/en", "body": "", "status": 200, "response": {}, @@ -2546,7 +2553,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/prompts/invitation/custom-text/en", + "path": "/api/v2/prompts/common/custom-text/en", "body": "", "status": 200, "response": {}, @@ -2576,7 +2583,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/prompts/login/partials", + "path": "/api/v2/prompts/login-password/partials", "body": "", "status": 200, "response": {}, @@ -2596,7 +2603,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/prompts/login-password/partials", + "path": "/api/v2/prompts/login/partials", "body": "", "status": 200, "response": {}, @@ -2606,7 +2613,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/prompts/signup/partials", + "path": "/api/v2/prompts/login-passwordless/partials", "body": "", "status": 200, "response": {}, @@ -2616,7 +2623,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/prompts/signup-id/partials", + "path": "/api/v2/prompts/signup/partials", "body": "", "status": 200, "response": {}, @@ -2626,7 +2633,7 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/prompts/login-passwordless/partials", + "path": "/api/v2/prompts/signup-id/partials", "body": "", "status": 200, "response": {}, @@ -2664,6 +2671,18 @@ "status": 200, "response": { "triggers": [ + { + "id": "post-login", + "version": "v2", + "status": "DEPRECATED", + "runtimes": [ + "node12", + "node18" + ], + "default_runtime": "node16", + "binding_policy": "trigger-bound", + "compatible_triggers": [] + }, { "id": "post-login", "version": "v3", @@ -2681,24 +2700,11 @@ } ] }, - { - "id": "post-login", - "version": "v2", - "status": "DEPRECATED", - "runtimes": [ - "node12", - "node18" - ], - "default_runtime": "node16", - "binding_policy": "trigger-bound", - "compatible_triggers": [] - }, { "id": "credentials-exchange", "version": "v2", "status": "CURRENT", "runtimes": [ - "node12", "node18-actions", "node22" ], @@ -2724,6 +2730,7 @@ "version": "v2", "status": "CURRENT", "runtimes": [ + "node12", "node18-actions", "node22" ], @@ -3074,6 +3081,9 @@ "tenant": "auth0-deploy-cli-e2e", "global": false, "is_token_endpoint_ip_header_trusted": false, + "async_approval_notification_channels": [ + "guardian-push" + ], "name": "Default App", "callbacks": [], "cross_origin_auth": false, @@ -3097,7 +3107,7 @@ "subject": "deprecated" } ], - "client_id": "RLlTIxFWlcdNwlqrI9xgHjVDpjvR1mqs", + "client_id": "p6AdI4eB3aIQ90CHsBP4rSo7KS0oeKmg", "callback_url_template": false, "client_secret": "[REDACTED]", "jwt_configuration": { @@ -3256,6 +3266,18 @@ "rawHeaders": [], "responseIsBinary": false }, + { + "scope": "https://deploy-cli-dev.eu.auth0.com:443", + "method": "GET", + "path": "/api/v2/custom-domains?take=50", + "body": "", + "status": 200, + "response": { + "custom_domains": [] + }, + "rawHeaders": [], + "responseIsBinary": false + }, { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", @@ -3274,22 +3296,14 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/forms?page=0&per_page=100&include_totals=true", + "path": "/api/v2/flows?page=0&per_page=100&include_totals=true", "body": "", "status": 200, "response": { "limit": 100, "start": 0, - "total": 1, - "forms": [ - { - "id": "ap_6JUSCU7qq1CravnoU6d6jr", - "name": "Blank-form", - "flow_count": 0, - "created_at": "2024-11-26T11:58:18.187Z", - "updated_at": "2025-09-30T09:09:47.170Z" - } - ] + "total": 0, + "flows": [] }, "rawHeaders": [], "responseIsBinary": false @@ -3297,14 +3311,22 @@ { "scope": "https://deploy-cli-dev.eu.auth0.com:443", "method": "GET", - "path": "/api/v2/flows?page=0&per_page=100&include_totals=true", + "path": "/api/v2/forms?page=0&per_page=100&include_totals=true", "body": "", "status": 200, "response": { "limit": 100, "start": 0, - "total": 0, - "flows": [] + "total": 1, + "forms": [ + { + "id": "ap_6JUSCU7qq1CravnoU6d6jr", + "name": "Blank-form", + "flow_count": 0, + "created_at": "2024-11-26T11:58:18.187Z", + "updated_at": "2025-10-31T09:34:07.401Z" + } + ] }, "rawHeaders": [], "responseIsBinary": false @@ -3373,7 +3395,7 @@ } }, "created_at": "2024-11-26T11:58:18.187Z", - "updated_at": "2025-09-30T09:09:47.170Z" + "updated_at": "2025-10-31T09:34:07.401Z" }, "rawHeaders": [], "responseIsBinary": false @@ -3452,7 +3474,7 @@ "okta" ], "created_at": "2024-11-26T11:58:18.962Z", - "updated_at": "2025-09-30T09:09:42.158Z", + "updated_at": "2025-10-31T06:06:31.353Z", "branding": { "colors": { "primary": "#19aecc" @@ -3504,7 +3526,7 @@ } }, "created_at": "2025-09-09T04:41:43.671Z", - "updated_at": "2025-09-30T09:09:34.786Z", + "updated_at": "2025-10-31T06:06:16.461Z", "id": "acl_wpZ6oScRU5L6QKAxMUMHmx" } ] diff --git a/test/tools/auth0/handlers/customDomains.test.ts b/test/tools/auth0/handlers/customDomains.test.ts index 793afdce9..6db7d10f4 100644 --- a/test/tools/auth0/handlers/customDomains.test.ts +++ b/test/tools/auth0/handlers/customDomains.test.ts @@ -25,7 +25,7 @@ describe('#customDomains handler', () => { it('should get custom domains', async () => { const auth0ApiClientMock = { customDomains: { - getAll: async () => ({ data: customDomains }), + getAll: async () => customDomains, create: async () => ({ data: customDomains[0] }), update: async () => ({ data: {} }), delete: async () => ({ data: {} }), @@ -41,7 +41,7 @@ describe('#customDomains handler', () => { const handler = new customDomainsHandler({ client: auth0ApiClientMock }); const data = await handler.load(); - expect(data).to.deep.equal({ customDomains }); + expect(data.customDomains).to.deep.equal(customDomains); }); it('should return null when retrieving domains on unsupported tenant', async () => { @@ -192,7 +192,7 @@ describe('#customDomains handler', () => { const auth0ApiClientMock = { customDomains: { - getAll: async () => ({ data: customDomains }), + getAll: async () => customDomains, create: async () => { didCreateFunctionGetCalled = true; }, @@ -322,7 +322,7 @@ describe('#customDomains handler', () => { const auth0ApiClientMock = { customDomains: { - getAll: async () => ({ data: [existingCustomDomain] }), + getAll: async () => [existingCustomDomain], create: async () => {}, update: async (args, data) => { didUpdateFunctionGetCalled = true; @@ -375,7 +375,7 @@ describe('#customDomains handler', () => { const auth0ApiClientMock = { customDomains: { - getAll: async () => ({ data: [existingCustomDomain] }), + getAll: async () => [existingCustomDomain], create: async () => {}, update: async (args, data) => { updateCallData = data; @@ -429,7 +429,7 @@ describe('#customDomains handler', () => { const auth0ApiClientMock = { customDomains: { - getAll: async () => ({ data: [] }), + getAll: async () => [], create: async (args) => { didCreateFunctionGetCalled = true; createCallArgs = args; @@ -474,7 +474,7 @@ describe('#customDomains handler', () => { const auth0ApiClientMock = { customDomains: { - getAll: async () => ({ data: [] }), + getAll: async () => [], create: async (args) => { didCreateFunctionGetCalled = true; createCallArgs = args; @@ -518,7 +518,7 @@ describe('#customDomains handler', () => { const auth0ApiClientMock = { customDomains: { - getAll: async () => ({ data: [] }), + getAll: async () => [], create: async (args) => { didCreateFunctionGetCalled = true; createCallArgs = args; diff --git a/test/utils.js b/test/utils.js index 1cbe8cc43..bae1e56f7 100644 --- a/test/utils.js +++ b/test/utils.js @@ -17,6 +17,10 @@ export function mockPagedData(params, key, data) { if (params && params.include_totals) { return { data: { [key]: data, total: data.length || 0 } }; } + // For checkpoint pagination (params.take is set), return data with entity key + if (params && params.take) { + return { data: { [key]: data, total: data.length || 0 } }; + } return { data }; } @@ -138,7 +142,10 @@ export function mockMgmtClient() { get: () => ({ data: {} }), getAllRenderingSettings: () => Promise.resolve({ data: [] }), }, - customDomains: { getAll: (params) => mockPagedData(params, 'custom_domains', []) }, + customDomains: { + getAll: (params) => mockPagedData(params, 'customDomains', []), + _getRestClient: () => ({}), + }, forms: { getAll: (params) => mockPagedData(params, 'forms', []) }, flows: { getAll: (params) => mockPagedData(params, 'flows', []),