You are here

social_auth.schema.yml in Social Auth 8

config/schema/social_auth.schema.yml

File

config/schema/social_auth.schema.yml
View source
  1. social_auth.settings:
  2. type: config_object
  3. label: 'Social Auth settings'
  4. mapping:
  5. auth:
  6. type: sequence
  7. label: 'Social Auth implementers'
  8. sequence:
  9. type: sequence
  10. label: 'Implementer'
  11. sequence:
  12. type: string
  13. label: 'Implementer login route setting'
  14. post_login:
  15. type: string
  16. label: 'Drupal path where the user should be redirected after successful login'
  17. redirect_user_form:
  18. type: boolean
  19. label: 'Redirects to Drupal user form after the user is created if checked'
  20. disable_admin_login:
  21. type: boolean
  22. label: 'Allows to Disable Social Auth login for administrator'
  23. disabled_roles:
  24. type: sequence
  25. label: 'Roles for which Social Auth Login is disabled'
  26. sequence:
  27. type: string
  28. label: 'Role'