diff --git a/docs/polis/reference/api.json b/docs/polis/reference/api.json index c459752b9..c90d87d79 100644 --- a/docs/polis/reference/api.json +++ b/docs/polis/reference/api.json @@ -6,7 +6,7 @@ "description": "This is the API documentation for Polis.", "termsOfService": "/tos", "contact": { - "email": "support@ory.com", + "email": "support@ory.sh", "name": "Polis API Support" }, "license": { @@ -2203,6 +2203,10 @@ "type": "string", "description": "Override the SAML Audience on a per app basis" }, + "includeTokensInSAMLResponse": { + "type": "boolean", + "description": "Include OIDC tokens in the SAML response" + }, "ttlInMinutes": { "type": "number", "description": "Time-to-live in minutes for the SAML assertion, does not apply to OIDC flows"