definition.yml 558 B

123456789101112131415161718192021222324
  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. color: blue
  7. website: https://apps.dev.microsoft.com/
  8. isAvailable: false
  9. useForm: false
  10. scopes:
  11. - openid
  12. - profile
  13. - email
  14. props:
  15. clientId:
  16. type: String
  17. title: Client ID
  18. hint: Application Client ID
  19. order: 1
  20. clientSecret:
  21. type: String
  22. title: Client Secret
  23. hint: Application Client Secret
  24. order: 2