You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This enables the authorization server to essentially treat the authorization challenge request as a PAR [RFC9126] request, and return the request_uri and expires_in as defined by [RFC9126] in the error response. The client then uses the request_uri value to build an authorization request as defined in [RFC9126] Section 4.
It does not sound right and feels like an over optimization to use this new authorization challenge endpoint as a PAR endpoint. for PAR, PAR endpoint needs to be used. that would also allow removing code_challenge and code_challenge_method from this specification and simplify it.
The text was updated successfully, but these errors were encountered:
from section 5.2.2.1,
It does not sound right and feels like an over optimization to use this new authorization challenge endpoint as a PAR endpoint. for PAR, PAR endpoint needs to be used. that would also allow removing code_challenge and code_challenge_method from this specification and simplify it.
The text was updated successfully, but these errors were encountered: