Hi guys!
I am using rocket chat by the docker, also I have keycloak with docker. My rocket chat hosted under https://rocketchat.com and my keycloak hosted under the https://keycloak.com
I want integrate the rocket chat with keycloak.
but I can’t integrate it.
keycloak configurations
- Provide a client ID: `rocket-chat-client
- Select the client protocol as openid-connect
- Select the client access type as confidential
- Standard flow implemented: ON
5.Valid Redirect URL:https:rocketchat.com/*
Rocketchat Configurations
- URL: `https://keycloak.com/auth
- Token Path:
/realms/{realm_name}/protocol/openid-connect/token
- Token sent via Header
- Identity Token Sent Via: Same As “Token Sent Via”
- Identity Path :
/realms/{realm_name}/protocol/openid-connect/userinfo
- Authorize Path:
/realms/{realm_name}/protocol/openid-connect/auth
- Scope:
openid
- Param Name for access token:
access_token
- Id: This is the id of the Rocket.Chat client created in the keycloak
rocket-chat-client
- Secret: Secret key provided in the credentials tab when creating the Rocket.Chat client
- Button Text:
Login with Keycloak
Please help with this