diff --git a/README.MD b/README.MD index f34b9a19..5f106601 100644 --- a/README.MD +++ b/README.MD @@ -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 } -``` \ No newline at end of file +``` +## 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/` + diff --git a/assets/spid/idps/list.json b/assets/spid/idps/list.json index d4de76a9..fd015abd 100644 --- a/assets/spid/idps/list.json +++ b/assets/spid/idps/list.json @@ -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", @@ -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", @@ -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/" } ] } \ No newline at end of file