Roberta Miccoli
Roberta Miccoli
Superseded by #662
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...
This issue has been discussed during IAM Hackathon 2025 and it has been discovered that by mounting a file with this [template](https://github.com/indigo-iam/iam/blob/master/compose/custom-logging/logback-spring.xml) into the `/indigo-iam` directory, AUDIT logs are collected...
This is related to an open issue https://github.com/indigo-iam/iam/issues/277
Hi, the implicit flow is not fully supported and this comes from the MitreID Connect library (see https://github.com/mitreid-connect/OpenID-Connect-Java-Spring-Server/issues/1226). Moreover, the implicit flow will be deprecated and public clients will have...
Demonstration of this issue here #597. We'll fix it.