openid-certification / oidctest

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

OP-Registration-Sector-Bad - doesn't send pairwise subject_type #122

Closed panva closed 6 years ago

panva commented 6 years ago

As the title says, the test does not send subject_type as pairwise in the registration request. An OP might ignore the sector_identifier_uri in that case (since it has no use for that property), signalling so by not sending it back in the registration response.

I propose that one of the following changes are made

1) ~(still without sending pairwise) the test passes if the sector_identifier_uri is not received in the registration response (it was ignored)~ 2) subject_type=pairwise is sent

selfissued commented 6 years ago

We need to add "subject_type": "pairwise" to the registration request sent by the test tool for this test.

rohe commented 6 years ago

I've uploaded a new version that fixes this.

zandbelt commented 6 years ago

released as part of OP version 2.1.5, deployed on September 28