openid-certification / oidctest

THE CERTIFICATION TEST SUITE HAS BEEN MIGRATED TO A NEW SERVICE https://www.certificatinon.openid.net
Other
49 stars 15 forks source link

OP-OAuth-2nd fails with PARTIAL RESULT #149

Closed SebAubin closed 5 years ago

SebAubin commented 5 years ago

Hi,

i'm trying to execute the OP-OAuth-2nd test and it fails even though i'm returning a 400 BAD_REQUEST with a JSON body like:

{'error': 'invalid_grant'}

The result I get is:

image

Do you know what i'm doing wrong?

Thank you

zandbelt commented 5 years ago

Could you test against the public instance of the test suite at https://op.certification.openid.net:60000 or provide the relevant op_test.log parts?

SebAubin commented 5 years ago

Hi, i've tried with the public instance and I get the same result.

screen shot 2019-03-07 at 08 00 24

zandbelt commented 5 years ago

Your OP seems to return the 400 for the first time the code is used. It should only do this for the 2nd time that the same code is used by the test suite.

SebAubin commented 5 years ago

This is it! Thank you!