Closed Spomky closed 6 years ago
That's because the sector_identifier_uri
array MUST contain all members of the client metadata redirect_uris
at least at the time of registration.
In this case
[
"https://example.com/op"
]
does not contain https://op.certification.openid.net:61311/authz_cb
.
This comes from
You can see passing OP-Registration-Sector-Bad
here.
Oh I missed it!
Sorry for the noise and thank you for the example.
Regards.
Hi,
I have some troubles with that test. The client registration data I receive looks like as follow:
The
sector_identifier_uri
has the valuehttps://op.certification.openid.net:61311/export/siu.json
which looks good. When my IDP tries to get the URIs provided by that URI, it receives a 200 HTTP response with the following content:The test fails with the message
Can you explain why the test expect a registration error?