Registration 2.1: Rename require_signed_request_object to request_object_alg

Issue #673 resolved
Vladimir Dzhuvinov created an issue

The name of the "require_signed_request_object" parameter sounds confusingly like a boolean parameter. My suggestion is to use the naming pattern used for the other parameters that specify a JWA algorithm, e.g. "request_object_alg".

Comments (3)

  1. Vladimir Dzhuvinov reporter

    Since the request object can also be encrypted (JWE), shouldn't there also be parameters for JWE "alg" and "enc"? Just like the ones for ID Token and UserInfo?

    So then we could have, using the same naming pattern as for ID Token and UserInfo:

    signed_request_object_alg

    encrypted_request_object_alg

    encrypted_request_object_enc

  2. Log in to comment