Davide Marcato

Results 12 comments of Davide Marcato

Hello @mdavidsaver, thanks for your comments. I will try to address all of them in the following days.

I made the three packages optional, adding some fallback functions that emulate almost the same behavior as before this PR. Then I fixed the ``systemctl`` calls order and reverted the...

Lastly, since the ``rename`` command causes the service to stop, I added a dialog for the user to confirm the operation, and I added a notice to the readme.

I added validation to the `ScimX509Certificate` class to check the format of the certificate on the SCIM patch. I reused the validator for `CertLinkRequestDTO`.

Yes, that's a good idea! I will change it..

Hello, currently we are implementing the functionality this way: - Both the user and the admin can link a certificate to their account - The admin must approve certificate linking...

It's surely doable but I'm not sure if it's planned. I ask @giacomini about this. Otherwise you can already disable this functionality by adding a reverse proxy in front of...

I added the ``IAM_CLIENT_LAST_USED`` table with a bidirectional one to one relationship with ``CLIENT_DETAILS``. The column ``LAST_USED`` on ``CLIENT_DETAILS`` references the ``ID`` of ``IAM_CLIENT_LAST_USED`` and initially is set to ``null``....

The value of ``LAST_USED_ID`` on ``CLIENT_DETAILS`` is set to null when the client has been created but not used yet. Anyway with the last commits I modified the one-to-one relationship...