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

Linking OAuth2 accounts in sections space fails with redirect_uri_mismatch #245

Open
thejoeejoee opened this issue Nov 15, 2023 · 0 comments
Labels
👨‍💻 backend backend related 🟰 bug Bug affecting the users

Comments

@thejoeejoee
Copy link
Member

  • when you're in section space, redirect_uri contains the section space, but oauth2 (google in this case) checks it towards the configured domain, which is w/o section space
  • solutions:
    • tweak oauth adapter to include root domain
    • redirect social accounts page to root domain
@thejoeejoee thejoeejoee added 🟰 bug Bug affecting the users 👨‍💻 backend backend related 🤖 python python related and removed 🤖 python python related labels Nov 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
👨‍💻 backend backend related 🟰 bug Bug affecting the users
Projects
None yet
Development

No branches or pull requests

1 participant