Ouath: /oauth/authorize
endpoint doesn't sends state
paramter to login page
#2678
Labels
/oauth/authorize
endpoint doesn't sends state
paramter to login page
#2678
Branch/Environment/Version
master
Describe the bug
/oauth/authorize
endpoint doesn't sendsstate
parameter while redirecting to Login pageReproduction steps
curl -v "http://tyk-gateway:8181/test/oauth/authorize?response_type=code&client_id={CLIENT_ID}&redirect_uri=http://httpbin.org&state=94290ea6-4d3d-4e98-be36-4c9aaed916d8"
Note: Replace CLIENT_ID with one generated in Step 2
You will notice that while redirecting to login page
state
parameter is not sent.Expected behavior
state
parameter should have been sent to login pageThe text was updated successfully, but these errors were encountered: