keystone/api-ref/source/v3-ext/federation/assertion/parameters.yaml
Samuel de Medeiros Queiroz ec5b0cb0d5 Detail Federation Assertion APIs in api-ref docs
Change-Id: I66b468e40aea70e6b2cb297157f8d15aeee43880
2016-08-12 16:20:12 -03:00

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