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

Damiano Fontana's profile - activity

2015-09-10 01:20:00 +0200 received badge  Famous Question (source)
2015-09-04 19:21:21 +0200 received badge  Notable Question (source)
2015-08-27 02:47:48 +0200 received badge  Popular Question (source)
2015-08-20 07:52:12 +0200 asked a question KeyRock & Fiware lab questions

i'm currently experimenting the Oauth 2.0 API exposed by account.lab.fiware.org/ IDM.

I'm wondering if:

  • there is a validation API for a token issued by the IDM because i want to protect a Rest API layer based on Spring framework (i.e. a resource server) with a token issued by the IDM . I'm trying to use the standard keystone APIs, i.e. GET /v3/auth/tokens, to validate the token but without success. I have tried this URL account.lab.fiware.org/v3/auth/tokens but the http response is 404.

  • There is a working example of integration of a 3rd Party Login with keyroch (such as facebook, twitter, google login). Is it possible to integrate them as stated in the following wiki forge.fiware.org/plugins/mediawiki/wiki/fiware/index.php/FIWARE.OpenSpecification.Security.IdentityManagement#3rdPartyLogintoServices ?