Is Userinfo endpoint required?

Issue #1240 resolved
Mark Haine created an issue

No description provided.

Comments (6)

  1. Mark Haine reporter

    There is a need for some implementations to only support delivery of claims via either id_token or userinfo endpoint.

    It is unclear in OpenID Connect core whether that is permitted and there is no OP metadata support for expressing that.

    There needs to be some work done to look at how this area could be more clearly defined both in the spec and in the OP metadata

  2. Mark Haine reporter

    Propose new erata to Final: OpenID Connect Core 1.0 incorporating errata set 1

    ‌ Section 5.5

    ‌ “When the claims parameter is supported one or more of the available top-level members must be present”

    ‌ The claims_responses_supported Discovery result indicates which of the top-level members of the claims request the OP supports.

    Propose new erata to Final: OpenID Connect Discovery 1.0 incorporating errata set 1

    ‌ to section 3

    ‌ Add new metadata definition: 

    claims_responses_supported: "OPTIONAL. A JSON array indicating the top-level members of the Claims request JSON object that are supported. Only valid when the “claims_parameter_supported” is present and true.

  3. Log in to comment