<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Good catch Filip!<div class=""><br class=""></div><div class="">I will change the code to allow for /joe :-)</div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">28 mars 2017 kl. 22:59 skrev Filip Skokan <<a href="mailto:panva.ip@gmail.com" class="">panva.ip@gmail.com</a>>:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">rp-discovery-webfinger-url fails because it <a href="https://github.com/rohe/oidctest/blob/793f7dcd5dbf89c22865b949b38fb0d0da710ce6/src/oidctest/cp/op.py#L100" class="">does not account for </a><a href="https://github.com/rohe/oidctest/blob/793f7dcd5dbf89c22865b949b38fb0d0da710ce6/src/oidctest/cp/op.py#L100" class="">URL syntax with i.e. /joe at the end of the subject</a>. <div class=""><div class=""><br class=""></div><div class="">parse_resource returns array with three members which is too much for only op_id and test_id unpack, resulting in ValueError: too many values to unpack and then the aforementioned 400. </div><div class=""><br class=""></div><div class="">To confirm I changed my test to just submit <a href="https://rp.certification.openid.net:8080/node-openid-client/rp-discovery-webfinger-url" class="">https://rp.certification.openid.net:8080/node-openid-client/rp-discovery-webfinger-url</a> as resource value, the test passes, but it should actually be <a href="https://rp.certification.openid.net:8080/node-openid-client/rp-discovery-webfinger-url" class="">https://rp.certification.openid.net:8080/node-openid-client/rp-discovery-webfinger-url</a><b class="">/joe</b> and maybe it should even account for a trailing '/', therefore parse_resource returning 4 members.<div class="gmail_extra"><br class=""></div><div class="gmail_extra">Hope it helps.</div></div></div></div></div></blockquote><div><br class=""></div>I most certainly does</div><div><br class=""><blockquote type="cite" class=""><div class=""><div dir="ltr" class=""><div class=""><div class=""><div class="gmail_extra"> rp-userinfo-bearer-body is still a mystery to me...</div></div></div></div></div></blockquote></div><br class=""></div><div class="">I think I know what’s amiss here.</div><div class=""><br class=""></div><div class="">— Roland</div></body></html>