diff --git a/README-Setup.md b/README-Setup.md index 219210d0..81f8125d 100644 --- a/README-Setup.md +++ b/README-Setup.md @@ -107,6 +107,14 @@ You can override the configuration of the proxy by settings one or more of the f |**$SATOSA_SAML2_REQUESTED_ATTRIBUTES**|SAML2 required attributes|name, surname| |**$SATOSA_SPID_REQUESTED_ATTRIBUTES**|SPID required attributes|spidCode, name, familyName, fiscalNumber, email| +### EUDI Wallet + +**Satosa-Saml2Spid** uses the EUDI Wallet backend based on [eudi-wallet-it-python](https://github.com/italia/eudi-wallet-it-python) also known as pyeudiw. + +**Pyeudiw** is based on OpenID4VP and specifically implements an EUDI Wallet Relying Party to provide a Wallet Authentication mechanims within SATOSA. + +For more information about **EUDI Wallet** please visit the "Italian implementation profile" [page](https://italia.github.io/eudi-wallet-it-docs/versione-corrente/en/). + ### Saml2 Metadata diff --git a/README.md b/README.md index 59a25a9a..986b38fd 100644 --- a/README.md +++ b/README.md @@ -149,6 +149,7 @@ Here something that you should know before start. ## External references + ### Satosa-Saml2Spid tutorials - [Corso-OIDC-in-IDEM-via-Proxy](https://github.com/IDEM-GARR-AAI/Corso-OIDC-in-IDEM-via-Proxy/)