saml_sp.schema.yml in SAML Service Provider 7.8
Same filename and directory in other branches
config/schema/saml_sp.schema.yml
File
config/schema/saml_sp.schema.ymlView source
- saml_sp.settings:
- type: config_object
- label: 'Settings'
- mapping:
- contact:
- type: mapping
- label: 'Contact'
- mapping:
- technical:
- type: mapping
- label: 'Technical'
- mapping:
- name:
- type: string
- label: 'Name'
- email:
- type: email
- label: 'Email'
- support:
- type: mapping
- label: 'Support'
- mapping:
- name:
- type: string
- label: 'Name'
- email:
- type: email
- label: 'Email'
- organization:
- type: mapping
- label: 'Organization'
- mapping:
- name:
- type: string
- label: 'Name'
- description: 'This is a short name for the organization'
- display_name:
- type: string
- label: 'Display Name'
- description: 'This is a long name for the organization'
- url:
- type: string
- label: 'URL'
- description: 'This is a URL for the organization'
- strict:
- type: boolean
- label: 'Strict'
- description: 'SAML 2 Strict protocol will be used.'
- security:
- type: mapping
- label: Security
- mapping:
- nameIdEncrypted:
- type: boolean
- label: 'NameID Encrypted'
- authnRequestsSigned:
- type: boolean
- label: 'Authn Requests Signed'
- logoutRequestSigned:
- type: boolean
- label: 'Logout Requests Signed'
- logoutResponseSigned:
- type: boolean
- label: 'Logout Response Signed'
- wantMessagesSigned:
- type: boolean
- label: 'Want Messages Signed'
- wantAssertionsSigned:
- type: boolean
- label: 'Want Assertions Signed'
- wantNameIdEncrypted:
- type: boolean
- label: 'Want NameID Encrypted'
- signMetaData:
- type: boolean
- label: 'Sign Meta Data'
- cert_location:
- type: string
- label: 'Certificate Location'
- description: 'The location of the x.509 certificate file on the server. This must be a location that PHP can read.'
- key_location:
- type: string
- label: 'Key Location'
- description: 'The location of the x.509 key file on the server. This must be a location that PHP can read.'