[ https://jira.fiware.org/browse/HELP-13345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Fernando Lopez reassigned HELP-13345:
-------------------------------------
Assignee: Backlog Manager
> [fiware-stackoverflow] Configuring Orion Context Broker, Wilma PEP Proxy and Keyrock IdM
> ----------------------------------------------------------------------------------------
>
> Key: HELP-13345
> URL: https://jira.fiware.org/browse/HELP-13345
> Project: Help-Desk
> Issue Type: Monitor
> Components: FIWARE-TECH-HELP
> Reporter: Backlog Manager
> Assignee: Backlog Manager
> Labels: fiware, fiware-orion, fiware-wilma, keystone
>
> Created question in FIWARE Q/A platform on 21-07-2017 at 15:07
> {color: red}Please, ANSWER this question AT{color} https://stackoverflow.com/questions/45239515/configuring-orion-context-broker-wilma-pep-proxy-and-keyrock-idm
> +Question:+
> Configuring Orion Context Broker, Wilma PEP Proxy and Keyrock IdM
> +Description:+
> My name is Joe and I'm in traineeship about IoT security and Identity Management. In order to develop some solutions to a project I've been assigned, I have to configure and integrate Orion, Wilma and Keyrock (and potentially a PDP, but that comes later). I've found some tutorials and FIWARE official guides, but I'm seriously in trouble with the configuration.
> I've already learned the "theory" behind: I'm aware of the FIWARE security architecture but the problem is on practice.
> As a first approach to the problem, I thought that trying to get the token with a token request could be a good way to start, as follows:
> curl -X POST --data "grant_type=password&username=user&password=pwd”
> http://192.168.100.241:5000/oauth2/token --header
> "'Host':'192.168.100.241','Content-Type':'application/x-www-form-urlencoded','Authorization':'Basic
> base64(client_id+":"+client_secret)'"
> where 192.168.100.241 is the IP address of the host where Keystone runs.
> The response to this is the following:
> {
> "error": {
> "message": "Impossibile trovare la risorsa.",
> "code": 404,
> "title": "Not Found"
> } }
> Now, how this problems can be solved? Perhaps I'm missing something or probably I'm unaware of something.
> And later, how can the PEP Proxy enforce some policies on Orion requests (or receive them directly and later, if allowed, communicate them to Orion)?
> Could you help me? I'm terribly in trouble.
> Thank you :-)
--
This message was sent by Atlassian JIRA
(v6.4.1#64016)
You can get more information about our cookies and privacy policies clicking on the following links: Privacy policy Cookies policy