Details
-
Type: Monitor
-
Status: Closed
-
Priority: Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 2021
-
Component/s: FIWARE-TECH-HELP
-
Labels:
-
HD-Enabler:Orion
Description
Created question in FIWARE Q/A platform on 12-05-2015 at 16:05
Please, ANSWER this question AT https://stackoverflow.com/questions/30193763/fiware-token-script-error-parsing-json-response
Question:
FIWARE: token_script error parsing json response
Description:
I am trying to generate an access code using the script
https://raw.githubusercontent.com/fgalan/oauth2-example-orion-client/master/token_script.sh
I believe the response json has changed and the sed pattern is not working anymore.
How can I generate a valid access token?
Json response:
{
"access": {
"token":
,
"serviceCatalog": [],
"user":
,
"metadata":
}
}
line that generates the token
TOKEN=`echo $RESP | sed "s/{\"access\":{\"token\":
{.*\"id\":\"\(.*\)\"},\"user.*$/\1/g"`
I have tried to use the access:token:id returned but it does not work.
The new id is also shorter then the old ones
Thanks
Activity
- All
- Comments
- History
- Activity
- Transitions