mozilla / fxa-oauth-server

OAuth server for Firefox Accounts
48 stars 40 forks source link

Missing PKCE parameters in local dev #592

Closed vbudhram closed 6 years ago

vbudhram commented 6 years ago

While working on https://github.com/mozilla/fxa-content-server/pull/6449, I got the following error

screen shot 2018-08-14 at 12 28 42 pm

STR:

1) Run https://github.com/mozilla/fxa-content-server/blob/074a89ccbc5080a5f7277cb752d7ccf9ba9fca7c/tests/functional/oauth_sign_in.js#L241 test 2) After completing, look at the /authorization request, fails with PKCE parameters missing

I am assuming that my fxa-local-dev environment is not setup correctly?

shane-tomlinson commented 6 years ago

This test works locally for me, strange.

shane-tomlinson commented 6 years ago

@vbudhram - what I should have said is that the test mentioned here runs fine for me, though the token code tests do not.