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
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.
The text was updated successfully, but these errors were encountered:
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 initialauthorization_endpoint
request. We will need to add it to the Session to track it across requests in the flow.The text was updated successfully, but these errors were encountered: