Enrico Vianello

Results 22 issues of Enrico Vianello

This introduces the need of track a "last-used" information for a client (last token issued, last userinfo/introspection call, etc.).

kind/feature

The current RemoveOrphans logic doesn't fix an error see on iam.cloud.infn.it: ``` {"error":"Account for [email protected] not found"} ``` ![Screenshot 2023-03-02 alle 15 43 11](https://user-images.githubusercontent.com/1914039/222460728-1e683cea-7001-47e8-a10c-3bffe036dee6.png) There's some other unexpected orphan.

kind/bug
component/mitreid

From IAM escape data: ``` mysql> select count(*) from authorization_code where expiration < NOW(); +----------+ | count(*) | +----------+ | 2336 | +----------+ 1 row in set (0,01 sec) ```...

kind/bug
component/mitreid

Fixes #748

kind/bug
priority/high

https://datatracker.ietf.org/doc/html/rfc2253 The target of this PR is ensuring that each time a x509 certificate is added (via SCIM PATCH) or linked (during login phase) its subject and issuer are stored...

kind/bug
status/in-progress
priority/normal

Here is the AUDIT event creation: https://github.com/indigo-iam/iam/blob/master/iam-login-service/src/main/java/it/infn/mw/iam/api/client/management/service/DefaultClientManagementService.java#L145 We could send also an email to the list of client's contacts when a client is disabled or restored by a VO admin.

status/in-progress