-
Notifications
You must be signed in to change notification settings - Fork 31
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
Investigate google oauth login #1631
Comments
Confirmed that there is a problem. Callback is white screen. Logs look OK:
|
Seems like it's erroring on a cross site scripting issue
|
This should be set up on our google cloud project. Do you have access to it?
…On Mon, Dec 10, 2018 at 12:43 PM Max Ono ***@***.***> wrote:
Seems like it's erroring on a cross site scripting issue
/auth/failure?message=csrf_detected&strategy=google_oauth2
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1631 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAPnpdgQUZXARSjReAy8k4SNKriuTHtoks5u3sdngaJpZM4YafVr>
.
|
Seems like the response page isn't being rendered
|
@scryptmouse Do you have any ideas what's happening there? |
When we installed Draper to provide decorators to our mailers, we inadvertently broke the OAuth controller. This is likely due to the following issues in Draper, which do not appear to have been fully solved in Draper 3.0.1. Because this is the only place we use ActionView outside of Mailers, for now we will just render the content from the controller. In the future, if we need more view functionality, we'll use cells. See: rails/rails#27211 drapergem/draper#793 Fixes #1631
When we installed Draper to provide decorators to our mailers, we inadvertently broke the OAuth controller. This is likely due to the following issues in Draper, which do not appear to have been fully solved in Draper 3.0.1. Because this is the only place we use ActionView outside of Mailers, for now we will just render the content from the controller. In the future, if we need more view functionality, we'll use cells. See: rails/rails#27211 drapergem/draper#793 Fixes #1631
When we installed Draper to provide decorators to our mailers, we inadvertently broke the OAuth controller. This is likely due to the following issues in Draper, which do not appear to have been fully solved in Draper 3.0.1. Because this is the only place we use ActionView outside of Mailers, for now we will just render the content from the controller. In the future, if we need more view functionality, we'll use cells. See: rails/rails#27211 drapergem/draper#793 Fixes #1631
Just confirmed that our fix to this solved the issue on the CUNY instance. |
Sorry this took us so long to address, @jojokarlin — this fix has been deployed to the CUNY instance, and OAuth works as expected now. |
@jojokarlin reports CUNY installation users encountering issues trying to login to manifold with google credentials
The text was updated successfully, but these errors were encountered: