You are here

simplesamlphp_custom_attributes.schema.yml in SimpleSAMLphp Custom Attribute Mapping 8

config/schema/simplesamlphp_custom_attributes.schema.yml

File

config/schema/simplesamlphp_custom_attributes.schema.yml
View source
  1. simplesamlphp_custom_attributes.mappings:
  2. type: config_object
  3. label: 'SimpleSAMLphp Auth Attribute Mappings'
  4. mapping:
  5. mappings:
  6. type: sequence
  7. label: 'List'
  8. sequence:
  9. type: mapping
  10. label: 'Attribute Map'
  11. mapping:
  12. attribute_name:
  13. type: string
  14. label: 'Field name of the attribute from SAML provider.'
  15. field_name:
  16. type: string
  17. label: 'Drupal user field name.'