Previously the PAR URL method would create a URL with query parameters like response_type in the URL, and sometimes this value wouldn't match the config of the client (it would always default to code)
This just makes the URL have a request_uri query parameter.
Previously the PAR URL method would create a URL with query parameters like
response_type
in the URL, and sometimes this value wouldn't match the config of the client (it would always default tocode
)This just makes the URL have a
request_uri
query parameter.