Registration 2.1 - Use separate parameters for encryption parameters

Issue #554 resolved
Michael Jones created an issue

The userinfo_encrypted_response_algs and id_token_encrypted_response_algs currently mix the "alg" and "enc" parameters. Now that there's also an "int" parameter, we agreed that separate parameters should be used.

Suggested names for these parameters are:

userinfo_encrypted_response_algs userinfo_encrypted_response_encs userinfo_encrypted_response_ints

id_token_encrypted_response_algs id_token_encrypted_response_encs id_token_encrypted_response_ints

Comments (3)

  1. Log in to comment