Roberta Miccoli
Roberta Miccoli
If you use the _student profile_, you should get those attributes (I took a look at https://services.renater.fr/federation/en/outils/outils-de-test/idp-de-test).
Yes, actually I can see them also by authenticating with the _authorized reader profile_ credentials. The fact that you see the username mapped on eduPersonPrincipalName is due to an IAM...
PR #701
As a first approach we thought of adding in the subject (hardcoded) `[ IAM] ...`, e.g. `[atlas IAM]`
Perhaps we can put an if statement in the email template (adminHandleRequest.ftl) so that notes are only shown if the content is not empty. e.g. ``` Notes: ${notes} ```
Note that recently this check https://github.com/Sae126V/iam/blob/issue-759-registration-ui/iam-login-service/src/main/java/it/infn/mw/iam/registration/RegistrationRequestDto.java#L97 has been added for the Notes field and I saw it is already merged in this PR. I think this check should be removed...
> ## [](https://sonarcloud.io/dashboard?id=indigo-iam_iam&pullRequest=719) **Quality Gate failed** > > Failed conditions  [76.0% Coverage on New Code](https://sonarcloud.io/component_measures?id=indigo-iam_iam&pullRequest=719&metric=new_coverage&view=list) (required ≥ 85%) > > [See analysis details on SonarCloud](https://sonarcloud.io/dashboard?id=indigo-iam_iam&pullRequest=719) Try to...
In the `resetPassword` method of the `DefaultPasswordResetService` service, it's better to move the event publication at the end, after changing the password and saving the account.
> In the `resetPassword` method of the `DefaultPasswordResetService` service, it's better to move the event publication at the end, after changing the password and saving the account. Done by @SteDev2...
> ## [](https://sonarcloud.io/dashboard?id=indigo-iam_iam&pullRequest=719) **Quality Gate passed** > > Issues  [0 New issues](https://sonarcloud.io/project/issues?id=indigo-iam_iam&pullRequest=719&issueStatuses=OPEN,CONFIRMED&sinceLeakPeriod=true)  [1 Accepted issue](https://sonarcloud.io/project/issues?id=indigo-iam_iam&pullRequest=719&issueStatuses=ACCEPTED) > > Measures  [1 Security Hotspot](https://sonarcloud.io/project/security_hotspots?id=indigo-iam_iam&pullRequest=719&issueStatuses=OPEN,CONFIRMED&sinceLeakPeriod=true)  [100.0% Coverage on...