telefonicaid / fiware-cosmos

fiware-cosmos toolkit for administration and support. Includes Sahara plugin
GNU Affero General Public License v3.0
11 stars 15 forks source link

[cosmos-hive-auth-provider] Allow configuring the Identity Manager endpoint #146

Closed frbattid closed 8 years ago

frbattid commented 8 years ago

Currenty, this is hardcoded as http://account.lab.fiware.org.

In addition, it must checked if the URL format used for retrieving the user info, given his/her token, is always the same, i.e. it is standardized. If not, it must be allowed to configure such a format. FIWARE Lab Idm follows this syntax:

String url = "https://account.lab.fiware.org/user?access_token=" + token;

Effort: 1 man day

frbattid commented 8 years ago

Implemented in PR https://github.com/telefonicaid/fiware-cosmos/pull/155