Uploaded image for project: 'Help-Desk'
  1. Help-Desk
  2. HELP-3520

FIWARE.Request.Tech.Security.IDM-KeyRock.FiwareIdM

    Details

    • Type: extRequest
    • Status: Closed
    • Priority: Major
    • Resolution: Done
    • Fix Version/s: 2021
    • Component/s: FIWARE-TECH-HELP
    • Labels:
      None

      Description

      Hi,

      I'm trying to use the IdM.KeyRock - AuthZForce - PEP.Proxy trinity.

      My application is registered in the IdM.KeyRock and already has the
      authorization constricts for the users, using organizations and (HTTP VERB
      + RESOURCE) roles.

      My (mobile) application is already developed and already successfully
      implements the Oauth2 protocol. Meaning I am able to authenticate a user
      and get his information from the IdM.KeyRock using the access token alone.

      My main problem is the PEP.Proxy configuration (This PEP.Proxy is on top of
      the Orion Context Broker). Supposedly, the endpoints of the IdM.KeyRock and
      AuthZForce should be configured, but I can't find any reference to what the
      endpoint of IdM's integrated AuthZForce is. This is my config.js file so
      far, the red is where my problem lies:

      var config = {};

      config.resource = {
      original:

      { host: 'localhost', port: 1026 }

      ,
      proxy:

      { port: 10026 }

      };

      config.access = {
      protocol: 'http',
      host: 'localhost',
      port: 7000,
      path: '/validate'
      }

      config.authentication = {
      protocol: 'https',
      host: 'account.lab.fiware.org',
      port: 443,
      path: '/user'
      }

      config.ssl = {
      active: false,
      certFile: ''
      }

      config.logLevel = 'FATAL';

      config.middlewares = {
      require: 'lib/services/orionPlugin',
      functions: [
      'extractCBAction'
      ]
      };

      config.componentName = 'contextbroker';

      module.exports = config;

      My second problem has to do with the actual information retrieved from the
      IdM:

      https://account.lab.fiware.org:443/user?access_token=xxXXxxXXxxXX

      Let's suppose I asked for the information above and I got the following
      response:

      {
      organizations:
      [
      0]
      displayName: "JohnDoe"
      roles:
      [
      0]
      app_id: "33da9471ceXXXXXX5d8b0849f5a64ba"
      email: "johndoe@domain.com"
      id: "johndoe"
      }

      it says the user has no organizations, however, I actually added this
      specific person to an organization (see attachment - printscreen of Account
      Lab while Log'ed In with the example user johndoe@domain.com).

      What am I doing wrong? Is this something to do with domains and services? I
      just want to use what I configured in the Account Portal (applications,
      organizations and users).

      Best Regards,

      [image: Inline image 1]

      Pedro GonçalvesResearch Software EngineerPLUX - Wireless Biosignals, S.A.
      Headquarters

      *Zona Industrial das Corredouras, Lt. 14 - 1º2630-369 Arruda dos
      VinhosPortugalT: +351 263 978 572*
      Lisbon Office
      Av. 5 de Outubro, 70 - 8º
      1050-059 Lisboa
      Portugal
      T: +351 211 956 542
      T: +351 211 956 546
      F: +351 211 956 531

      W: www.plux.info

      _______________________________________________
      Fiware-lab-help mailing list
      Fiware-lab-help@lists.fi-ware.org
      https://lists.fi-ware.org/listinfo/fiware-lab-help

      [Created via e-mail received from: =?UTF-8?Q?Pedro_Gon=C3=A7alves?= <pgoncalves@plux.info>]

      1. image.png
        5 kB
      2. JohnDoeGroups.JPG
        42 kB
      3. image001.png
        5 kB
      4. image.png
        5 kB
      5. application.JPG
        55 kB

        Activity

        Transition Time In Source Status Execution Times Last Executer Last Execution Date
        Open Open In Progress In Progress
        1d 2h 4m 1 Alvaro Alonso 09/Jul/15 12:37 PM
        In Progress In Progress Answered Answered
        1s 1 Alvaro Alonso 09/Jul/15 12:37 PM
        Answered Answered Closed Closed
        1s 1 Alvaro Alonso 09/Jul/15 12:37 PM

          People

          • Assignee:
            aalonsog Alvaro Alonso
            Reporter:
            fw.ext.user FW External User
          • Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: