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
I've added api key/secret and app id, and with that managed to get the server going with node server.js. However as soon as I click on the log me in button I get redirected to an error page with the following content:
{"status":400,"code":2002,"message":"jwtBody cb_uri is an invalid value.","developerMessage":"jwtBody cb_uri is an invalid value.","moreInfo":"http://docs.stormpath.com/errors/2002"}
I've tried changing the CB_URI to localhost:9000 (where my grunt serve from the id_src app is running), and adding localhost:9000 to my apps Authorized Redirect URLs. This however results in me being redirected to my hosted apps Url. What is going on here? I'm feeling very lost
The text was updated successfully, but these errors were encountered:
I've added api key/secret and app id, and with that managed to get the server going with
node server.js
. However as soon as I click on the log me in button I get redirected to an error page with the following content:{"status":400,"code":2002,"message":"jwtBody cb_uri is an invalid value.","developerMessage":"jwtBody cb_uri is an invalid value.","moreInfo":"http://docs.stormpath.com/errors/2002"}
I've tried changing the CB_URI to localhost:9000 (where my grunt serve from the id_src app is running), and adding localhost:9000 to my apps Authorized Redirect URLs. This however results in me being redirected to my hosted apps Url. What is going on here? I'm feeling very lost
The text was updated successfully, but these errors were encountered: