chaen
chaen
> There is no plan to base (which would mean rewrite) IAM on top of KC; KC has proved not to be an easy platform to extend. OK, good to...
Ciao @giacomini Any news regarding this ? Let me know if there's anything I can do to help
Hi, thanks for your answer ! The `/iam/account//attributes` requires the `admin.read` scope, and I'd prefer to stick to the `scim:read`. Moreover, the scim api allows for a bulk query, while...
Can I bump this issue please. This would be really important for LHCb migration
Ciao @enricovianello, Thanks for the follow up ! Do I understand correctly that a configuration change of the IAM instance will be enough to expose the nickname when listing the...
So, following the workshop, opinion on having that merged in ?
> This requires an SQL update, so it should be a bit more carefully announced. Sure ! But I'd still like to have other communities (@andresailer @marianne013 @atsareg ) using...
There's another API, probably better, because it only requires `scim:read` scope https://indigo-iam.github.io/v/v1.8.3/docs/reference/api/scim-api/#get-scimusers
Todo: grep for `ForwardDISET` in DIRAC and add tick boxes here for each case
I found a reproducer and probably a fix: https://github.com/DIRACGrid/DIRAC/pull/7342 ```python import MySQLdb import random from concurrent.futures import ThreadPoolExecutor host="db.cern.ch" port=5506 user="BabyShark" passwd="Tududududu" conn = MySQLdb.connect(host=host, port=port, user=user, passwd=passwd) def execute(rnd):...