Roberta Miccoli

Results 16 comments of Roberta Miccoli

It is possible by adding in the `application.yml`: ``` server: port: ${IAM_PORT:8080} address: localhost ```

Reference to code [here](https://github.com/indigo-iam/iam/blob/master/iam-login-service/src/main/webapp/WEB-INF/views/iam/login.jsp#L76)

The output of the following query shows only the total number of VO users: ``` $ curl --silent -H "Authorization: Bearer $AT" https://iam-dev.cloud.cnaf.infn.it/scim/Users?count=0 | jq { "totalResults": 22, "schemas": [...

Related to https://github.com/indigo-iam/iam/issues/377. The workaround would be to tell whoever manages Unibo's IdP to set this variable: `idp.encryption.config=shibboleth.EncryptionConfiguration.CBC`

> @rmiccoli you are right about the workaround but it remains a workaround and after a couple of years with this issue, what are the INDIGO IAM plans to fix...