Still learning hydra & OIDC. When using PKCE I understand we need to set code_challenge
and code_challenge_method
but I do not see any mention of code_challenge_methods_supported
in the discovery document (.well-known/openid-configuration). I was expecting something along the lines:
"code_challenge_methods_supported": [
"plain",
"S256"
]
Is there a reason for this, or is this an oversight?