definition.yml 883 B

12345678910111213141516171819202122232425262728293031323334
  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. clientId:
  16. title: Client ID
  17. type: String
  18. hint: 20 chars alphanumeric string
  19. order: 2
  20. clientSecret:
  21. title: Client Secret
  22. type: String
  23. hint: 40 chars alphanumeric string with a hyphen(s)
  24. order: 3
  25. idp:
  26. title: Identity Provider ID (idp)
  27. type: String
  28. hint: (Optional) - 20 chars alphanumeric string
  29. order: 4
  30. audience:
  31. title: Org URL
  32. type: String
  33. hint: Okta organization URL (e.g. https://example.okta.com, https://example.oktapreview.com), found on the Developer Dashboard, in the upper right.
  34. order: 1