On code grants, a redirect_uri parameter can be sent.
If it is sent, we need to confirm it matches the redirect_uri param sent during the initial authorization_endpoint request. We will need to add it to the Session to track it across requests in the flow.
On code grants, a
redirect_uriparameter can be sent.If it is sent, we need to confirm it matches the
redirect_uriparam sent during the initialauthorization_endpointrequest. We will need to add it to the Session to track it across requests in the flow.