ec5b0cb0d5
Change-Id: I66b468e40aea70e6b2cb297157f8d15aeee43880
36 lines
549 B
YAML
36 lines
549 B
YAML
# variables in header
|
|
|
|
# variables in path
|
|
|
|
# variables in query
|
|
|
|
# variables in body
|
|
|
|
auth:
|
|
description: |
|
|
Auth data with user's identity and Service Provider scope information
|
|
in: body
|
|
required: true
|
|
type: object
|
|
|
|
headers:
|
|
description: |
|
|
XML headers
|
|
in: body
|
|
required: true
|
|
type: object
|
|
|
|
metadata_xml:
|
|
description: |
|
|
Identity Provider metadata information in XML format
|
|
in: body
|
|
required: true
|
|
type: object
|
|
|
|
saml_xml:
|
|
description: |
|
|
SAML assertion in XML format
|
|
in: body
|
|
required: true
|
|
type: object
|