Details
-
Type: Monitor
-
Status: Closed
-
Priority: Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 2021
-
Component/s: FIWARE-TECH-HELP
-
HD-Chapter:Security
-
HD-Enabler:KeyRock
Description
Created question in FIWARE Q/A platform on 09-10-2015 at 01:10
Please, ANSWER this question AT https://stackoverflow.com/questions/33027504/curl-with-oauth-login-flow
Question:
curl with oAuth login flow
Description:
I'm trying to implement a oAuth login flow in a bash script.
The request I need to send to my API is:
curl -X GET 'http://account.lab.fiware.org/oauth2/authorize?response_type=token&client_id=my_client_id&redirect_uri=my_redirect_uri&state=testing'
I keep getting a 301 Moved Permanently Apache message referencing to the same address..
When trying the same url from my browser - it does work.
Is there a way that I can copy the browser behaviour with curl?
So, once the above request has been made I will be able to see the redirect location in order to get the token from?
2017-05-22 15:10|CREATED monitor | # answers= 1, accepted answer= False