definition.yml 1.1 KB

123456789101112131415161718192021222324252627282930
  1. key: azure
  2. title: Azure Active Directory
  3. description: Azure Active Directory (Azure AD) is Microsoft's multi-tenant, cloud-based directory, and identity management service that combines core directory services, application access management, and identity protection into a single solution.
  4. author: requarks.io
  5. logo: https://static.requarks.io/logo/azure.svg
  6. icon: /_assets/icons/ultraviolet-azure.svg
  7. color: blue darken-3
  8. website: https://azure.microsoft.com/services/active-directory/
  9. isAvailable: true
  10. useForm: false
  11. scopes:
  12. - profile
  13. - email
  14. - openid
  15. props:
  16. entryPoint:
  17. type: String
  18. title: Identity Metadata Endpoint
  19. hint: The metadata endpoint provided by the Microsoft Identity Portal that provides the keys and other important information at runtime.
  20. order: 1
  21. clientId:
  22. type: String
  23. title: Client ID
  24. hint: The client ID of your application in AAD (Azure Active Directory)
  25. order: 2
  26. cookieEncryptionKeyString:
  27. type: String
  28. title: Cookie Encryption Key String
  29. hint: Random string with 44-character length. Setting this enables workaround for Chrome's SameSite cookies.
  30. order: 3