You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
640 B

  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. color: deep-orange
  7. website: https://auth0.com/
  8. isAvailable: true
  9. useForm: false
  10. scopes:
  11. - openid
  12. - profile
  13. - email
  14. props:
  15. domain:
  16. type: String
  17. title: Domain
  18. hint: Your Auth0 domain (e.g. something.auth0.com)
  19. order: 1
  20. clientId:
  21. type: String
  22. title: Client ID
  23. hint: Application Client ID
  24. order: 2
  25. clientSecret:
  26. type: String
  27. title: Client Secret
  28. hint: Application Client Secret
  29. order: 3