Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .last-synced-sha
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4b4e0618779460dbebc1cf5e0f02197c21796d1f
23faa38318d596e581656934ed72c4a18476d742
11 changes: 11 additions & 0 deletions spec/open-api-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11135,6 +11135,17 @@ paths:
description: >-
A random string generated by the client that is used to mitigate
replay attacks.
- name: prompt
required: false
in: query
schema:
type: string
example: login
const: login
description: >-
If set to `login`, forces re-authentication at the identity
provider. For SAML connections this sets `ForceAuthn="true"` in the
SAML request.
responses:
'200':
description: OK
Expand Down
Loading