Closed vbudhram closed 6 years ago
While working on https://github.com/mozilla/fxa-content-server/pull/6449, I got the following error
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
/authorization
PKCE parameters missing
I am assuming that my fxa-local-dev environment is not setup correctly?
This test works locally for me, strange.
@vbudhram - what I should have said is that the test mentioned here runs fine for me, though the token code tests do not.
While working on https://github.com/mozilla/fxa-content-server/pull/6449, I got the following error
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 withPKCE parameters missing
I am assuming that my fxa-local-dev environment is not setup correctly?