definition.yml 889 B

12345678910111213141516171819202122232425
  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. color: blue darken-3
  7. website: https://azure.microsoft.com/services/active-directory/
  8. isAvailable: true
  9. useForm: false
  10. scopes:
  11. - profile
  12. - email
  13. - openid
  14. props:
  15. entryPoint:
  16. type: String
  17. title: Identity Metadata Endpoint
  18. hint: The metadata endpoint provided by the Microsoft Identity Portal that provides the keys and other important information at runtime.
  19. order: 1
  20. clientId:
  21. type: String
  22. title: Client ID
  23. hint: The client ID of your application in AAD (Azure Active Directory)
  24. order: 2