You are here

jwt.schema.yml in JSON Web Token Authentication (JWT) 8.0

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

File

config/schema/jwt.schema.yml
View source
  1. # Schema for the configuration files of the JWT module.
  2. jwt.config:
  3. type: config_object
  4. label: 'JWT settings'
  5. mapping:
  6. algorithm:
  7. type: string
  8. label: 'The algorithm to use'
  9. key_id:
  10. type: string
  11. label: 'The key ID to use'
  12. key.type.jwt_hs:
  13. type: mapping
  14. label: 'JWT HMAC Key'
  15. mapping:
  16. algorithm:
  17. type: string
  18. label: 'Algorithm'
  19. key.type.jwt_rs:
  20. type: mapping
  21. label: 'JWT RSA Key'
  22. mapping:
  23. algorithm:
  24. type: string
  25. label: 'Algorithm'