Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[IOPID-1502] update IDPs list and readme.md #362

Merged
merged 2 commits into from
Apr 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 19 additions & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,22 @@ Server is able to set/reset if an email address is already taken with the below

```
POST /set-email-already-taken with body { value: boolean }
```
```
## Uniqueness of email validation flow test
In order to test the uniqueness of email validation flow, the `config/config.json` file must use configurations (of course you can edit them as you need):

```
{
"profile": {
"attrs": {
"name": "Gian Maria",
"is_email_validated": false,
"is_email_already_taken": false,
"fiscal_code": "AAAAAA00A00A000M"
}
}
}

```
and to validate/invalidate the email or make the email already taken you have to navigate from the browser to `http://localhost:3000/`

30 changes: 24 additions & 6 deletions assets/spid/idps/list.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,19 @@
"id": "arubaid",
"name": "Aruba",
"logo": "https://assets.cdn.io.italia.it/spid/idps/spid-idp-arubaid.png",
"profileUrl": "http://selfcarespid.aruba.it"
"profileUrl": "https://selfcarespid.aruba.it"
},
{
"id": "ehtid",
"name": "EtnaHiTech",
"logo": "https://assets.cdn.io.italia.it/spid/idps/spid-idp-etnaid.png",
"profileUrl": "https://etnaid.eht.eu/"
},
{
"id": "infocamereid",
"name": "Infocamere",
"logo": "https://assets.cdn.io.italia.it/spid/idps/spid-idp-infocamereid.png",
"profileUrl": "https://selfcarespid.infocamere.it/spid-selfCare/#/login"
},
{
"id": "infocertid",
Expand All @@ -13,11 +25,11 @@
"profileUrl": "https://my.infocert.it/selfcare"
},
{
"id": "intesaid",
"name": "Intesa",
"logo": "https://assets.cdn.io.italia.it/spid/idps/spid-idp-intesaid.png",
"profileUrl": "https://spid.intesa.it"
},
"id": "intesiid",
"name": "IntesiGroup",
"logo": "https://assets.cdn.io.italia.it/spid/idps/spid-idp-intesigroupspid.png",
"profileUrl": "https://spid.intesigroup.com"
},
{
"id": "lepidaid",
"name": "Lepida",
Expand Down Expand Up @@ -53,6 +65,12 @@
"name": "Telecom Italia",
"logo": "https://assets.cdn.io.italia.it/spid/idps/spid-idp-timid.png",
"profileUrl": "https://id.tim.it/identity/private/"
},
{
"id": "teamsystemid",
"name": "TeamSystem",
"logo": "https://assets.cdn.io.italia.it/spid/idps/spid-idp-teamsystemid.png",
"profileUrl": "https://identity.teamsystem.com/"
}
]
}
Loading