definition.yml 625 B

1234567891011121314151617181920212223242526
  1. key: microsoft
  2. title: Microsoft
  3. description: Microsoft is a software company, best known for it's Windows, Office, Azure, Xbox and Surface products.
  4. author: requarks.io
  5. logo: https://static.requarks.io/logo/microsoft.svg
  6. icon: /_assets/icons/ultraviolet-microsoft.svg
  7. color: blue
  8. website: https://apps.dev.microsoft.com/
  9. isAvailable: false
  10. useForm: false
  11. scopes:
  12. - openid
  13. - profile
  14. - email
  15. props:
  16. clientId:
  17. type: String
  18. title: Client ID
  19. hint: Application Client ID
  20. order: 1
  21. clientSecret:
  22. type: String
  23. title: Client Secret
  24. hint: Application Client Secret
  25. sensitive: true
  26. order: 2