From e8391dfe402e4713d5d62f8234ccef2ed7c3a85f Mon Sep 17 00:00:00 2001 From: Deepak Prabhakara Date: Sun, 25 Jan 2026 13:22:55 +0000 Subject: [PATCH 1/3] updated swagger api --- docs/polis/reference/api.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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" From 8068b79fe59b25e4b67b3942531cb9e5d703dd73 Mon Sep 17 00:00:00 2001 From: Deepak Prabhakara Date: Mon, 2 Feb 2026 12:09:04 +0000 Subject: [PATCH 2/3] renamed flag --- docs/polis/reference/api.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/polis/reference/api.json b/docs/polis/reference/api.json index c90d87d79..43426c40d 100644 --- a/docs/polis/reference/api.json +++ b/docs/polis/reference/api.json @@ -2203,9 +2203,9 @@ "type": "string", "description": "Override the SAML Audience on a per app basis" }, - "includeTokensInSAMLResponse": { + "includeOidcTokensInAssertion": { "type": "boolean", - "description": "Include OIDC tokens in the SAML response" + "description": "Include OIDC tokens in the SAML assertion" }, "ttlInMinutes": { "type": "number", From cacba60149b67a5962265820ccdfafccc6dec2f2 Mon Sep 17 00:00:00 2001 From: Deepak Prabhakara Date: Tue, 3 Feb 2026 21:32:58 +0000 Subject: [PATCH 3/3] updated support email --- docs/polis/reference/api.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/polis/reference/api.json b/docs/polis/reference/api.json index 43426c40d..664fc8778 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.sh", + "email": "support@ory.com", "name": "Polis API Support" }, "license": {