RocketChat / RocketChat/Rocket.Chat

Keycloak and Rocket Chat intergration

Open
#10,845 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
46.1k
Forks
13.9k
Avg merge
3d 3h
Merged PRs (30d)
130

Description

I am trying to integrate the Rocket chat with the keycloak.
My Rocket Chat is 0.63.3v . And my Keycloak is 4.0.0v.
My Keycloak configuration:

id : rocketchat
Client Protocol: Openind Connect
Access Type : Confidential
Valid Redirect URIs : http://IP_Address:port/_oauth/keycloak
Standard Flow Enabled:on
Implicit Flow Enabled:on
Direct Access Grants Enabled :on

Rocket Chat OAuth Configuration

URL: http://IP_Address"port/auth
Token Path : realms/sample/protocol/openid-connect/token
Identity Path: realms/sample/protocol/openid-connect/userinfo
Authorize Path: realms/sample/protocol/openid-connect/auth
Scope: openid
Token Sent Via: header
Id: rocketchat
Secret: keycloak secret id

Here sample is my realm name.

But after this configuration the rocket chat login page does not redirect to keycloak page.
And i am not seeing any login rocket chat and keycloak.

How to solve my problem.Any one know the solution, please tell me

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing the Rocket Chat OAuth configuration and the Keycloak client settings shown in the issue, then reproduce the login attempt with the stated Rocket Chat and Keycloak versions. Done means the Rocket Chat login page redirects to Keycloak and a Keycloak-authenticated user can sign in; no repository file or test is identified.

Written by the indexing model from the issue text.

Assessment

Domain
authentication
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.