fiware-idm icon indicating copy to clipboard operation
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.

Results 83 fiware-idm issues
Sort by recently updated
recently updated
newest added

I tried upgrading to 8.1.0 but get an error when trying to generate an access token - which I also got when rolling back to 8.0.0: ``` $ curl -X...

I'm using Keyrock as OIDC provider for oauth2-proxy in a k8s ingress. It works flawless except that Keyrock permits access to the oauth2-proxy upstream url also to users that are...

When the ldap configuration is enabled, you can only log in to the platform with a user of the ldap server, it does not allow access to the idm admin....

Hi, I'm having the following issue: I have a number of users registered in a number of organizations. If I want to authenticate an user to the IdM, i'm POSTing...

When using PostgreSQL as a back-end database for Keyrock 8.0.0 or 8.1.0, the `migrate_db` fails. ``` == 20210603073911-hashed-access-tokens: migrating ======= ERROR: [object Object] ``` The followings are detailed logs. -...

When i create a new user only the following text is created on the log file. `Wed, 01 Sep 2021 11:59:02 GMT idm:web-list_users_controller --> create` and when register a new...

When trying to update an user attribute with the same value as the actual keyrock doesn't send a response. The log error is the following: ![image](https://user-images.githubusercontent.com/77673690/129884644-6d34d471-223d-4c7a-8cfe-85586438fb23.png)

Currently when making a request about a token as follows: ```console curl -X GET \ 'http://localhost:3005/user?access_token=a7e22dfe2bd7d883c8621b9eb50797a7f126eeab' ``` The following data is returned: ```json { "organizations": [], "displayName": "", "roles": [],...

In https://github.com/ging/fiware-idm#readme ![Screenshot 2021-08-17 at 11 53 26](https://user-images.githubusercontent.com/3439249/129705255-56b073e7-7926-42d8-a217-6a42eb583681.png) Clicking on the codacy badge links to `https://app.codacy.com/manual/apozohue10/fiware-idm` which does not exist.

I have IdM and multiple PEPs (deployed as sidecars to the actual API Containers) deployed in a Kubernetes environment. Access Tokens are checked out from IdM API at deployment time...