Mathia Pagani
Mathia Pagani
Thank you @rmiccoli, I have a docker compose that mounts on iam-login-service the files generated from other containers. - I've added ./Conf/application-renater.yml in the host and mounted it as the...
I did it. I have this IAM log: `The following 7 profiles are active: "prod", "mysql", "flyway-repair", "oidc", "saml", "registration", "renater"` but still the user from renater is asked to...
At the `/iam/authn-info`endpoint I see this (only `suggested_username` is not null): ``` { "type": "SAML", "issuer": "https://test-idp.federation.renater.fr/idp/shibboleth", "subject": "[email protected]", "subject_attribute": "urn:oid:1.3.6.1.4.1.5923.1.1.1.13", "email": null, "given_name": null, "family_name": null, "suggested_username": "[email protected]", "additional_attributes":...
> > At the `/iam/authn-info`endpoint I see this (only `suggested_username` is not null): > > ``` > > { > > "type": "SAML", > > "issuer": "https://test-idp.federation.renater.fr/idp/shibboleth", > > "subject":...