Giter Site home page Giter Site logo

Comments (16)

KMohZaid avatar KMohZaid commented on June 6, 2024 3

Not seeing this issue with the Firefox extension. Google & Amazon login work as expected. Perhaps try disabling all extensions with the exception of ClearURLs to see if there is a possible negative interaction between ClearURLs and another extension.

Not seeing this issue with the Firefox extension. Google & Amazon login work as expected. Perhaps try disabling all extensions with the exception of ClearURLs to see if there is a possible negative interaction between ClearURLs and another extension.

It might be a chrome only issue.

no have issue in firefox. it is extension issue, seems like extension also filter out essential attributes from https://accounts.google.com/signin/oauth/consent/approval

leaves those "?hl=en&_reqid=12345&rt=j"

Solution : Extension should exclude https://accounts.google.com/signin/oauth/ url from filtering

from addon.

farski avatar farski commented on June 6, 2024 3

This has just started happening to me in Firefox, but only on certain Google OAuth flows. For example, Asana, Zoom, Zendesk, AWS SSO all work. Our own authentication system at work, which worked as recently as 23 January, has now started breaking when ClearURLs is enabled.

from addon.

KMohZaid avatar KMohZaid commented on June 6, 2024 3

@KMohZaid Thanks for the PR. The issue should be fixed

Welcome 🤗, also i am thinking to do some more contribution if can

got plenty of time for now

from addon.

DaSandman avatar DaSandman commented on June 6, 2024 1

Not seeing this issue with the Firefox extension. Google & Amazon login work as expected. Perhaps try disabling all extensions with the exception of ClearURLs to see if there is a possible negative interaction between ClearURLs and another extension.

from addon.

KMohZaid avatar KMohZaid commented on June 6, 2024 1

Hello there, i just created PR to fix this issue. It was not javascript bug but we had to add exception to rules.

Here PR at gitlab : 56

We can just wait for contributors to merge it(merged), until then you can use my repo rules.
Issue on using my rules : No hash file exists because i am lazy to run pipeline 🙇. So it will requests rules on each startup

Some problem i notice in extension while debugging it :

  1. After url is cleaned, it will change "%20" to " "(space), return and use decoded url
  2. I am not sure but i notice all special charactor code which starts with %, are decoded in cleaned url not just space? It can cause issue with corrupting legit attributes (ig it was doing this with google oauth)

from addon.

KMohZaid avatar KMohZaid commented on June 6, 2024 1

Not seeing this issue with the Firefox extension. Google & Amazon login work as expected. Perhaps try disabling all extensions with the exception of ClearURLs to see if there is a possible negative interaction between ClearURLs and another extension.

Not seeing this issue with the Firefox extension. Google & Amazon login work as expected. Perhaps try disabling all extensions with the exception of ClearURLs to see if there is a possible negative interaction between ClearURLs and another extension.

It might be a chrome only issue.

no have issue in firefox. it is extension issue, seems like extension also filter out essential attributes from https://accounts.google.com/signin/oauth/consent/approval

leaves those "?hl=en&_reqid=12345&rt=j"

Solution : Extension should exclude https://accounts.google.com/signin/oauth/ url from filtering

Exceptions i added for google based filter:
https://accounts.google.com/o/oauth/
https://accounts.google.com/signin/oauth/

And for Global filters :
https://accounts.google.com/

from addon.

ezxpro avatar ezxpro commented on June 6, 2024

Came here to say the exact same thing.

It took me a while to figure out that ClearURL was to blame.

from addon.

nascentt avatar nascentt commented on June 6, 2024

Not seeing this issue with the Firefox extension. Google & Amazon login work as expected. Perhaps try disabling all extensions with the exception of ClearURLs to see if there is a possible negative interaction between ClearURLs and another extension.

It might be specific to the chrome version of the add-on.

It definitely occurs when ClearURLs is the only extension, so not a conflict

from addon.

KMohZaid avatar KMohZaid commented on June 6, 2024

i think this is the issue :https://github.com/ClearURLs/Addon/blob/master/core_js/google_link_fix.js (file that handle all google links)

i am not sure but possible because after Oauth google redirects us

from addon.

tristanjahier avatar tristanjahier commented on June 6, 2024

It took me a while to understand that it was due to this browser extension too. ^^"
Indeed, trying to authenticate to a 3rd party application with Google does not work. I get an error after selecting my Google account and approving.
Disabling the extension before approving solves the problem.

NB: sign-in to Google itself is not broken!

from addon.

nascentt avatar nascentt commented on June 6, 2024

Any javascript devs able to submit a pull request? Sadly it looks like this has been abandoned and is breaking too many things that depend on OAuth in it's current state.

from addon.

KMohZaid avatar KMohZaid commented on June 6, 2024

Issue on using my rules : No hash file exists because i am lazy to run pipeline 🙇. So it will requests rules on each startup

To be honest, i am not able to run jobs on gitlab and gitlab UI is confusing for me

from addon.

KMohZaid avatar KMohZaid commented on June 6, 2024

Any javascript devs able to submit a pull request? Sadly it looks like this has been abandoned and is breaking too many things that depend on OAuth in it's current state.

last comment : sorry i was busy at that time due to exams and other work.

from addon.

nascentt avatar nascentt commented on June 6, 2024

Any javascript devs able to submit a pull request? Sadly it looks like this has been abandoned and is breaking too many things that depend on OAuth in it's current state.

last comment : sorry i was busy at that time due to exams and other work.

No worries! We all have lives. Thanks for the pr.

from addon.

nascentt avatar nascentt commented on June 6, 2024

Some problem i notice in extension while debugging it :

  1. After url is cleaned, it will change "%20" to " "(space), return and use decoded url
  2. I am not sure but i notice all special charactor code which starts with %, are decoded in cleaned url not just space? It can cause issue with corrupting legit attributes (ig it was doing this with google oauth)

Oh wow. This sounds like it deserves it's own GitHub issue.

from addon.

KevinRoebert avatar KevinRoebert commented on June 6, 2024

@KMohZaid Thanks for the PR. The issue should be fixed

from addon.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.