Skip to content

Commit e6c8b0d

Browse files
Update api spec (#1603)
YOYO NEW API SPEC! Co-authored-by: zoo-github-actions-auth[bot] <zoo-github-actions-auth[bot]@users.noreply.github.com>
1 parent 698d42a commit e6c8b0d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

spec.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52563,8 +52563,9 @@
5256352563
},
5256452564
"private_key": {
5256552565
"nullable": true,
52566+
"writeOnly": true,
5256652567
"title": "String",
52567-
"description": "The private key for the SAML identity provider. This is the PEM corresponding to the X509 pair.",
52568+
"description": "The private key for the SAML identity provider. This is the PEM corresponding to the X509 pair.\n\nNever serialized in API responses: the SP signing key is a secret used internally to sign AuthnRequests, and would otherwise leak to admin GETs, audit logs, support tooling, and browser history. Input is accepted via the dedicated `SamlIdentityProviderCreate` body type, not by deserializing this struct.",
5256852569
"type": "string",
5256952570
"format": "byte"
5257052571
},

0 commit comments

Comments
 (0)