Enrico Vianello

Results 53 comments of Enrico Vianello

Moved development to [scope-policy-management](https://github.com/indigo-iam/iam/tree/scopo-policy-management) branch.

Moved development into [scope-management](https://github.com/indigo-iam/iam/tree/scope-management) branch.

I don't think we have a better workaround. Try to switch at least IAM_HEALTH_MAIL_PROBE_ENABLED to false. IAM_HEALTH_EXTERNAL_CONNECTIVITY_PROBE_ENABLED is a check on the external connectivity and it's not related but feel...

Note: There's a complete lack of foreign keys on MitreID database

The error comes from this line: https://github.com/indigo-iam/iam/blob/master/iam-login-service/src/main/java/it/infn/mw/iam/api/tokens/converter/TokensConverter.java#L106-L107 The account is searched from saved_user_auth.name value considered as the username. But username is not found. Probably we could identify this orphans with...

The remaining orphans have been deleted with the following queries. ``` DELETE FROM refresh_token WHERE auth_holder_id IN (SELECT ah.id FROM saved_user_auth sua, authentication_holder ah WHERE ah.user_auth_id = sua.id and sua.name...

We can add this affiliation as a registration field, configurable as the others explained well here https://indigo-iam.github.io/v/v1.8.0/docs/reference/configuration/registration/

This work could be related to #480

This issue is linked to #675 and #680 . Deleting unused client has the consequence of delete all the related token. It's a different point of view deleting unused clients...