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
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?