Redirection of /.well-known/openid-federation

Issue #1663 resolved
Andrii Deinega created an issue

The "5.2. Federation Entity Configuration Response" section of "OpenID Connect Federation 1.0 - draft 12" tells us that

A positive response is a signed entity statement, where the content type MUST be set to application/jose. In case of an error, the response will be a JSON object, the content type MUST be set to application/json and the error response uses the applicable HTTP status code value.

It makes sense to specify that the successful response is HTTP 200 OK, so 3** responses aren't considered to be "positive" ones.

See also related https://bitbucket.org/openid/connect/issues/627/ and https://lists.openid.net/pipermail/openid-specs-ab/2022-October/009404.html for more info.

Comments (5)

  1. Michael Jones
    • changed status to open

    We agreed on the 10-Oct-22 working group call with following the precedent set by Discovery for successful .well-known/openid-configuration responses using 200 OK.

  2. Log in to comment