Dear Ilknur, fiware tech team, We have tried to contact Keyrock GE responsible (Joaquin and Alvaro) to support one of our SMEs with this GE (see email below). As you know they should have finish this month implementation of prototype for SmartAgriFood accelerator, so the help is really needed asap to avoid delays. Would you be able to help them with their issue. If you can provide them with a working practical example of keyrock authentication with the code that would be really helpful. Thanks in advance, Best Regards, Raul From: Raul Palma <rpalma at man.poznan.pl> Date: Monday 10 August 2015 13:41 To: Milos Vranic <milos.vranic at panonit.com>, <jsalvachua at dit.upm.es>, <aalonsog at dit.upm.es> Cc: <ssladojevic at gmail.com>, Sam <sbrahma at man.poznan.pl> Subject: KeyRock GE Dear Joaquin/Alvaro, Im contacting you from the technical team of SmartAgriFood accelerator. One of our SMEs (in cc), is having a question regarding KeyRock GE. They are using the global instance, i.e., FIWARE Lab Account Portal (https://account.lab.fiware.org), and they are able to pass the authorisation from their code, but they cannot retrieve the user. See test UI: http://panonit.com:8802 (code: https://github.com/ging/oauth2-example-client) Their config.js content is below. Could you please confirm if they are using the correct endpoint, or if there is some other issue? Thanks in advance, Best Regards, --- Raul Palma, PhD Network Services Department Poznań Supercomputing and Networking Center ul. Dąbrowskiego 79a 60-529 Poznań phone: (+48 61) 858-21-61 fax: (+48 61) 858-21-51 ----config.js------- var config = {} config.idmURL = 'https://account.lab.fiware.org/'; config.client_id = 'f9b5940d67a741a38039690e4d6e6c6f'; config.client_secret = 'c9f854c96c9e4c70a0d402bce3233a17'; config.callbackURL = 'http://panonit.com:8802/user_info'; // Depending on Grant Type: // Authorization Code Grant: code // Implicit Grant: token config.response_type = 'code'; module.exports = config; -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.fiware.org/private/fiware-tech-help/attachments/20150811/b946bb52/attachment.html>
You can get more information about our cookies and privacy policies clicking on the following links: Privacy policy Cookies policy