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
1.1 KiB

  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
  25. cookieEncryptionKeyString:
  26. type: String
  27. title: Cookie Encryption Key String
  28. hint: Random string with 44-character length. Setting this enables workaround for Chrome's SameSite cookies.
  29. order: 3