definition.yml 937 B

12345678910111213141516171819202122232425262728293031323334353637
  1. key: okta
  2. title: Okta
  3. description: Okta provide secure identity management and single sign-on to any application.
  4. author: requarks.io
  5. logo: https://static.requarks.io/logo/okta.svg
  6. color: blue darken-1
  7. website: https://www.okta.com/
  8. isAvailable: true
  9. useForm: false
  10. scopes:
  11. - profile
  12. - email
  13. - openid
  14. props:
  15. audience:
  16. title: Org URL
  17. type: String
  18. hint: Okta organization URL (e.g. https://example.okta.com, https://example.oktapreview.com), found on the Developer Dashboard, in the upper right.
  19. order: 1
  20. clientId:
  21. title: Client ID
  22. type: String
  23. hint: 20 chars alphanumeric string
  24. maxWidth: 400
  25. order: 2
  26. clientSecret:
  27. title: Client Secret
  28. type: String
  29. hint: 40 chars alphanumeric string with a hyphen(s)
  30. maxWidth: 600
  31. order: 3
  32. idp:
  33. title: Identity Provider ID (idp)
  34. type: String
  35. hint: (Optional) - 20 chars alphanumeric string
  36. maxWidth: 400
  37. order: 4