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

Allow login on custom oauth services using iframe events #4685

Closed
fabiomontefuscolo opened this issue Oct 20, 2016 · 3 comments · Fixed by #4687
Closed

Allow login on custom oauth services using iframe events #4685

fabiomontefuscolo opened this issue Oct 20, 2016 · 3 comments · Fixed by #4687
Assignees
Milestone

Comments

@fabiomontefuscolo
Copy link
Contributor

I would like to have the rocket.chat in a iframe. Whe user login on my website and use the chat section, he will automatically be logged in RocketChat, using my website as an oauth provider to send credentials.

@IQ2022
Copy link

IQ2022 commented Oct 20, 2016

What is your website using?? Wordpress with social login?

@fabiomontefuscolo
Copy link
Contributor Author

@IQ2022 No, I'm using Django with the django-oauth-toolkit plugin.

rodrigok pushed a commit that referenced this issue Oct 24, 2016
…4687)

* allow to call custom oauth services using iframe events, refs #4685

* Remove console.log to complete pull-request 4687
@anthonymanzo
Copy link

Wow, it's been 5 years and I need help with this same thing. I'm using Django, and trying to configure Django Oauth Toolkit to get the same functionality -- If a user is logged into Django, they can automatically get logged in to the chat, which I have in an iframe. I've been using iframe auth before this, but it has been flakely, hoping this is more solid.
Cheers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment