definition.yml 508 B

1234567891011121314151617
  1. key: keycloak
  2. title: Keycloak
  3. description: Keycloak is an open source software product to allow single sign-on with Identity Management and Access Management aimed at modern applications and services.
  4. author: D4uS1
  5. logo: https://static.requarks.io/logo/keycloak.svg
  6. color: blue-grey darken-2
  7. website: https://www.keycloak.org/
  8. useForm: false
  9. isAvailable: true
  10. props:
  11. host: String
  12. realm: String
  13. clientId: String
  14. clientSecret: String
  15. authorizationURL: String
  16. userInfoURL: String
  17. tokenURL: String