We use proprietary and third party´s cookies to improve your experience and our services, identifying your Internet Browsing preferences on our website; develop analytic activities and display advertising based on your preferences. If you keep browsing, you accept its use. You can get more information on our Cookie Policy
Cookies Policy
Ask Your Question

Milos.Vranic's profile - activity

2015-08-20 08:26:40 +0200 received badge  Taxonomist
2015-08-18 03:27:07 +0200 received badge  Famous Question (source)
2015-08-13 06:38:55 +0200 commented answer How to Authenticate the user with KeyRock?
2015-08-13 06:37:13 +0200 commented answer KeyRock Issue

https://github.com/ging/fi-ware-idm/wiki/Using-the-FIWARE-LAB-instance This is what we mean: The FIWARE IdM complies with the OAuth2 standard described in RFC 6749. Currently we support two grant types, the Authorization Code Grant and the Resource Owner Password Credentials Grant.

2015-08-07 02:02:01 +0200 commented answer How to Authenticate the user with KeyRock?

What is target URL of your API requests? I can only see the end of the path but not the base of that path.

2015-08-06 11:23:01 +0200 received badge  Notable Question (source)
2015-08-06 03:23:43 +0200 commented answer How to Authenticate the user with KeyRock?

Thank you for your answer, I will inform you of my results as soon as I test this out.

2015-08-06 03:18:23 +0200 received badge  Popular Question (source)
2015-08-03 04:45:18 +0200 asked a question How to Authenticate the user with KeyRock?

We are trying to authenticate a test user in our web app. We tried to use the implicit grant type using JavaScript, but realised that this is not possible in KeyRock. The other two options (Authorization Code Grant and the Resource Owner Password Credentials Grant) dont have support for JavaScript.

Could someone please recommend the best choice (along with a suitable framework)? An example would also come in handy. The only information we have from KeyRock (while registering the application) is the clientID and the client secret, how do we use those two along with the keyrcok endpoint?