Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/polis/reference/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -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"
Expand Down
Loading