#6218 Use extension-specific oauth redirect url#6219
Conversation
sosnovsky
left a comment
There was a problem hiding this comment.
Hi @martgil, a lot of tests are failing because local dev extension builds use dynamic extension id. Maybe there is some way to use fixed id for local builds, so we can add this id to the list of allowed redirect URIs for our OAuth app.
|
You're correct, Roma. I'll look for some other alternative. |
|
Hello @sosnovsky - Just a quick question. The Mozilla Firefox extension id has also this dynamically generated id, does this means, the extension id for both builds should matches exactly identical? Or does the Mozilla firefox build has to had the static extension id too? |
|
|
|
also firefox uses |
|
Got it - thanks! |
|
Hello @sosnovsky - I have managed to make a static extension id from which the current one we have on this PR is |
|
is this certificate required for creating local builds? if no, then there is no need to put it in the repository |
Edit: No, it is not required for creating the local builds. Thanks for your answer.
Got it - will do. |
This comment was marked as outdated.
This comment was marked as outdated.
… redundant redirect URI check
…idation accordingly
|
Hi @sosnovsky - I have manually tested it on Firefox and it works well now. Then tests for the chrome build have passed too. Feel free to re-check at your convenience. |
sosnovsky
left a comment
There was a problem hiding this comment.
works great now, well done 👍
sosnovsky
left a comment
There was a problem hiding this comment.
all good now, thanks!
This PR replaces the Google robots.txt redirect URL to extension specific oauth redirect URL.
Closes #6218
Tests (delete all except exactly one):
To be filled by reviewers
I have reviewed that this PR... (tick whichever items you personally focused on during this review):