fiware-idm
fiware-idm copied to clipboard
OAuth 2.0-based authentication of users and devices, user profile management, Single Sign-On (SSO) and Identity Federation across multiple administration domains.
Hi, I'm trying to set up a Keyrock instance at the moment using the newest release 8.4.0 on Ubuntu. When I try to start the server after following the installation...
FIWARE's QA team has discovered some vulnerabilities : 1. Command injection in application - In file “lib/app_certificates.js” there is a command execution that invokes “openssl”. By modifying the application name,...
Hey guys, We're trying to get the PEP Proxy to check the permissions in the IDM and take the `Fiware-Service` / `NGSILD-Tenant` header into account. The Wilma PEP Proxy allows...
Hi all, I have installed the latest version of IDM and I get an error message when running the migration scripts. ~/fiware-idm$ git describe --tags 8.4.0-46-g195853ff ~/fiware-idm$ npm run-script migrate_db...
Is there any functionality to have metrics like no of connection, failed/successful connection and further integration with a tool like [Prometheus](https://prometheus.io/)
looks like delegation request failed because `target` missing in `policySets` in `delegationRequestSchema.json` ```json {"error":"Invalid mask document","details":[{"keyword":"additionalProperties","dataPath":".delegationRequest.policySets[0]","schemaPath":"#/properties/delegationRequest/properties/policySets/items/additionalProperties","params":{"additionalProperty":"target"},"message":"should NOT have additional properties"}]} ``` looks like this modification of `delegationRequestSchema.json` can fix mentioned...
Hi all, I have migrated Keyrock from 8.1.0-distroless to 8.4.0-distroless and I have this problem when creating a permission in the roles section, after clicking save and opening it again...
The issue I am facing is that after logging out of a session opening the url `localhost:3000/auth/external_logout?_method=DELETE&client_id={clientID}&redirect_sign_out_uri=http://localhost:60606/` from my web app hosted on `localhost:60606` (but the same happens manually inserting...
As far as my understanding, the behavior of fiware-idm's "External Authentication (LDAP)" is using the `reader_dn` and `reader_password`, with the `suffix` as the search base, and use a filter `(uid=)`...
Hi everyone, I am trying to configure Keyrock to act as an AR. However I have some trouble getting the config right. The docs are not really helpful. Assume the...