12345678910111213141516171819202122232425262728293031323334353637 |
- key: rocketchat
- title: Rocket.chat
- description: Communicate and collaborate with your team, share files, chat in real-time, or switch to video/audio conferencing.
- author: requarks.io
- logo: https://static.requarks.io/logo/rocketchat.svg
- icon: /_assets/icons/ultraviolet-rocketchat.svg
- color: red accent-3
- website: https://rocket.chat/
- isAvailable: true
- useForm: false
- scopes:
- - openid
- - profile
- - email
- props:
- clientId:
- type: String
- title: Client ID
- hint: Application Client ID
- order: 1
- clientSecret:
- type: String
- title: Client Secret
- hint: Application Client Secret
- sensitive: true
- order: 2
- siteURL:
- type: String
- title: Rocket.chat Site URL
- hint: The base URL of your Rocket.chat site (e.g. https://example.rocket.chat)
- order: 3
- refs:
- callbackUrl:
- title: Authorization Callback URL
- hint: The callback endpoint to input on Rocket.chat.
- icon: back
- value: '{host}/login/{id}/callback'
|