<div dir="ltr">Brian pointed me in the right direction. Client was registering with client_secret_post, but then sending basic.<div><br><div>I think the test OP should return HTTP 400 for this error, and use the standard "invalid_client" OAuth <a href="https://tools.ietf.org/html/rfc6749#section-5.2">error</a>.</div><div><br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Mar 26, 2017 at 3:03 PM, William Denniss <span dir="ltr"><<a href="mailto:wdenniss@google.com" target="_blank">wdenniss@google.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>While running the <b>rp-response_type-code</b> test in AppAuth, I'm seeing the following error while exchanging the authorization code:</div><div><br></div><div>HTTP 200</div><div>{</div><div> error = "incorrect_behavior";</div><div> "error_description" = "Failed to verify client";</div><div>}</div><div><br></div><div>What does this error mean? It doesn't appear to be a standard error.</div><div><br></div><div>Also, the testing server should return HTTP 400 for errors <a href="https://tools.ietf.org/html/rfc6749#section-5.2" target="_blank">per the spec</a>, not HTTP 200 for errors.</div><div><br></div><div>Where is the source code of the tests? Can that location be linked in <a href="http://openid.net/certification/rp_testing/" target="_blank">http://openid.net/<wbr>certification/rp_testing/</a> ?</div><span class="HOEnZb"><font color="#888888"><div><br></div><div><div>William</div></div></font></span></div>
</blockquote></div><br></div>