Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Third-party login breaks in 7.4.0 #35419

Open
david-uhlig opened this issue Mar 6, 2025 · 0 comments
Open

Third-party login breaks in 7.4.0 #35419

david-uhlig opened this issue Mar 6, 2025 · 0 comments

Comments

@david-uhlig
Copy link

Description:

Third-party login works in our external apps, up until Rocket Chat 7.3.3, but breaks with 7.4.0.

We host two apps where users can log in with their Rocket Chat accounts through OAuth2 via Rocket Chat's third-party login feature. The login flow takes the user to the confirmation dialogue, correctly calls the callback-url but seems to transmit a faulty code verifier. Ruby's OmniAuth library issues {"error":"invalid_grant","error_description":"Invalid grant: code verifier is invalid"}. A Python omniauth library also fails.

After reverting to 7.3.3. the login flow succeeds again.

Server Setup Information:

  • Version of Rocket.Chat Server: 7.4.0
  • License Type: Community
  • Number of Users:
  • Operating System: Ubuntu 24.04.1 LTS
  • Deployment Method: docker
  • Number of Running Instances: 1
  • DB Replicaset Oplog:
  • NodeJS Version:
  • MongoDB Version: 6.0.13

Client Setup Information

  • Desktop App or Browser Version:
  • Operating System:

Additional context

Relevant logs:

@david-uhlig david-uhlig changed the title Third-party login break in 7.4.0 Third-party login breaks in 7.4.0 Mar 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant