ZITADEL Docs
APIsCore ResourcesV2Settings

GetSecuritySettings

Get Security Settings

Get the security settings of the Zitadel instance. Security settings include settings like enabling impersonation and embedded iframe settings.

Required permissions:

  • iam.policy.read
GET
/v2/settings/security

Response Body

application/json

application/json

curl -X GET "https://loading/v2/settings/security"
{
  "details": {
    "sequence": 0,
    "changeDate": "1s",
    "resourceOwner": "string",
    "creationDate": "1s"
  },
  "settings": {
    "embeddedIframe": {
      "enabled": true,
      "allowedOrigins": [
        "string"
      ]
    },
    "enableImpersonation": true
  }
}
{
  "code": "not_found",
  "message": "string",
  "detail": {
    "type": "string",
    "value": "string",
    "debug": {}
  }
}

Was this page helpful?