Skip to content

Commit

Permalink
Merge pull request #362 from pagopa/IOPID-1502-idp-screen
Browse files Browse the repository at this point in the history
[IOPID-1502] update IDPs list and readme.md
  • Loading branch information
Ladirico authored Apr 15, 2024
2 parents 3c10a43 + 3e17b0e commit acb4614
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 7 deletions.
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/"
}
]
}

0 comments on commit acb4614

Please sign in to comment.