You are here

openid_connect_windows_aad.schema.yml in OpenID Connect Microsoft Azure Active Directory client 2.0.x

Same filename and directory in other branches
  1. 8 config/schema/openid_connect_windows_aad.schema.yml
config/schema/openid_connect_windows_aad.schema.yml

File

config/schema/openid_connect_windows_aad.schema.yml
View source
  1. # Schema for the configuration files of the OpenID Connect module.
  2. openid_connect_windows_aad.settings.window_aad:
  3. type: config_object
  4. label: 'OpenID Connect Window Aad settings'
  5. mapping:
  6. enabled:
  7. type: boolean
  8. label: 'Enable client'
  9. settings:
  10. type: mapping
  11. mapping:
  12. client_id:
  13. type: string
  14. label: 'Client ID'
  15. client_secret:
  16. type: string
  17. label: 'Client secret'
  18. authorization_endpoint_wa:
  19. type: string
  20. label: 'Authorization endpoint'
  21. token_endpoint_wa:
  22. type: string
  23. label: 'Token endpoint'
  24. userinfo_endpoint_wa:
  25. type: string
  26. label: 'Userinfo endpoint'