definition.yml 683 B

123456789101112131415161718192021222324252627282930
  1. key: auth0
  2. title: Auth0
  3. description: Auth0 provides universal identity platform for web, mobile, IoT, and internal applications.
  4. author: requarks.io
  5. logo: https://static.requarks.io/logo/auth0.svg
  6. icon: /_assets/icons/ultraviolet-auth0.svg
  7. color: deep-orange
  8. website: https://auth0.com/
  9. isAvailable: true
  10. useForm: false
  11. scopes:
  12. - openid
  13. - profile
  14. - email
  15. props:
  16. domain:
  17. type: String
  18. title: Domain
  19. hint: Your Auth0 domain (e.g. something.auth0.com)
  20. order: 1
  21. clientId:
  22. type: String
  23. title: Client ID
  24. hint: Application Client ID
  25. order: 2
  26. clientSecret:
  27. type: String
  28. title: Client Secret
  29. hint: Application Client Secret
  30. order: 3