-
Notifications
You must be signed in to change notification settings - Fork 25
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
Add in "External references" readme section the reference of pyeudiw doc #104
Conversation
README-Setup.md
Outdated
### PYEUDIW | ||
|
||
it is a component designed to implement the EUDI Wallet that aims to create a single secure digital identity and carrying out Relying Party functionalities. | ||
Pyeudiw is based on the OpenID4VP authentication protocol that allows users to access their digital wallets using a federated identity. | ||
For more information about EUDI Wallet please visit: | ||
* the "Italian implementation profile" [page](https://italia.github.io/eudi-wallet-it-docs/versione-corrente/en/) | ||
* the Relying Party authentication documentation [eudi-wallet-it-python](https://github.com/italia/eudi-wallet-it-python) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
### PYEUDIW | |
it is a component designed to implement the EUDI Wallet that aims to create a single secure digital identity and carrying out Relying Party functionalities. | |
Pyeudiw is based on the OpenID4VP authentication protocol that allows users to access their digital wallets using a federated identity. | |
For more information about EUDI Wallet please visit: | |
* the "Italian implementation profile" [page](https://italia.github.io/eudi-wallet-it-docs/versione-corrente/en/) | |
* the Relying Party authentication documentation [eudi-wallet-it-python](https://github.com/italia/eudi-wallet-it-python) | |
### 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/). |
please move this in https://github.com/italia/Satosa-Saml2Spid/blob/eudi/README-Setup.md, where all the components are listed (eg: OIDC)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes are already in the README-setup.md file.
I have now made the corrections as from your indications, please refer to commit:
35bce3d
* pyeudiw conf * fix: discovery page and entity configuration endpoint * fix: openid4vp backend base_url * feat: qrcode templates * chore: openid4vp backend example conf * feat: added mongodb in pyeudiw backend conf * feat: aligne pyeudiw backend conf * chore: alignment of openid4vp backend example with pyeudiw dev branch * chore: pyeudiw backend example update * aligned pyeudiw backend assets * fix: pyeudiw v0.5.0 alignments * uwsgi setup nginx and spid idps js * chore: uwsgi examples init scripts and nginx improvements * feat: nginx hardening * eudi small alignments * uwsgi not truncating long debug messages * Docker revamping (#90) * python version selected dinamically for docker version * fixed python version * added enviroments description * fix enviroment's name and echo * fir doker-compose and readme files * fix: change library from libressl-dev to openssl-dev * Update target_based_routing.yaml Fixed ficep entity_id name * New ficep metadata * chore: added dependency for django theme * Fix: remove of non existing field of user * feat: implemented Django template for the example sp * chore: example project - disco, proxy_conf and README * chore: README * chore: README added CORSO IDEM Proxy * fix: Docker compose * fix: Docker compose - README * fix: Docker compose - README * pyff folder renamed * Docker revamp * Docker revamp * chore: created static folder with static files * fix: adding missing STATIC_ROOT * fix: using {% static %} for static resources * fix: removed unused code * Update example_sp/djangosaml2_sp/saml2_sp/views.py Co-authored-by: Giuseppe De Marco <giuseppe.demarco@teamdigitale.governo.it> * Update example_sp/djangosaml2_sp/saml2_sp/views.py Co-authored-by: Giuseppe De Marco <giuseppe.demarco@teamdigitale.governo.it> * Docker revamp * fix: Docker entrypoint * chore: README * chore: README * fix: docker compose --------- Co-authored-by: Alessio Murru <alessio.murru@it.ey.com> Co-authored-by: MDreW <andrea.ranaldi@gmail.com> Co-authored-by: Gartic99 <artic.1804049@studenti.uniroma1.it> Co-authored-by: Ghenadie Artic <57416779+Gartic99@users.noreply.github.com> * fix: compose and and idp button * fix: spid backend target routing * chore: spid-saml-check animated gif * fix: general configuration and documentation * Feat: by clicking on my name, you have a dropdown (#93) * chore: added dependency for django theme * Fix: remove of non existing field of user * feat: implemented Django template for the example sp * chore: created static folder with static files * fix: adding missing STATIC_ROOT * fix: using {% static %} for static resources * fix: removed unused code * Update example_sp/djangosaml2_sp/saml2_sp/views.py Co-authored-by: Giuseppe De Marco <giuseppe.demarco@teamdigitale.governo.it> * Update example_sp/djangosaml2_sp/saml2_sp/views.py Co-authored-by: Giuseppe De Marco <giuseppe.demarco@teamdigitale.governo.it> * feat: dropdown for profile * fix: resolved merge conflicts --------- Co-authored-by: Giuseppe De Marco <giuseppe.demarco@teamdigitale.governo.it> * Merged PR #81 into EUDI (#94) * new discovery and error page based on bootstrap-itali v2.6.1 * added id and class for errors * chore: added dependency for django theme * Fix: remove of non existing field of user * feat: implemented Django template for the example sp * chore: created static folder with static files * fix: adding missing STATIC_ROOT * fix: using {% static %} for static resources * fix: removed unused code * Update example_sp/djangosaml2_sp/saml2_sp/views.py Co-authored-by: Giuseppe De Marco <giuseppe.demarco@teamdigitale.governo.it> * Update example_sp/djangosaml2_sp/saml2_sp/views.py Co-authored-by: Giuseppe De Marco <giuseppe.demarco@teamdigitale.governo.it> * feat: dropdown for profile * fix: resolved merge conflicts * chore: removed comments on disco.html file * feat: improved echo_attributes page * Update Docker-compose/docker-compose.yml Co-authored-by: Giuseppe De Marco <giuseppe.demarco@teamdigitale.governo.it> --------- Co-authored-by: MDreW <andrea.ranaldi@gmail.com> Co-authored-by: Giuseppe De Marco <giuseppe.demarco@teamdigitale.governo.it> * Satosa-Saml2Spid/Eudi - Readme Review for initial setup of the environment (#95) * Modifica Readme Satosa-Saml2Spid * aggiornamento django Readme * aggiornamento Readme * Update readme - second release * update - review readme * create new Readme about DEMO SAML2 SP + remove blanck lines + modified django readme * Apply suggestions from code review --------- Co-authored-by: Giuseppe De Marco <giuseppe.demarco@teamdigitale.governo.it> * ci: only py3.10 since it will be tested using docker * fix: djangosaml2 example sp templates and conf * chore: README wallet demo * chore: updated discovery page image * chore: updated discovery page image * chore: README editorials * fix: wallet demo animated gif dimensions * fix: wallet demo animated gif dimensions * fix: sumamry * update CI workflow (Revision 1) (#96) * update CI workflow (Revision 1) * remove pip install line 35 * Update CI workflow - revision 2 * ADD django_sp in Docker-compose and revisited CI workflow (#97) * Update CI workflow + ADD django_sp in Docker-compose * Update CI Workflow - Review 2 * Update CI Workflow - Review 2.1 * Update CI Workflow - Review 2.2 * Update CI workflow + Docker-compose (review 3.1) * feat: qrcode loaded by client (#98) * new discovery and error page based on bootstrap-itali v2.6.1 * added id and class for errors * chore: added dependency for django theme * Fix: remove of non existing field of user * feat: implemented Django template for the example sp * chore: created static folder with static files * fix: adding missing STATIC_ROOT * fix: using {% static %} for static resources * fix: removed unused code * Update example_sp/djangosaml2_sp/saml2_sp/views.py Co-authored-by: Giuseppe De Marco <giuseppe.demarco@teamdigitale.governo.it> * Update example_sp/djangosaml2_sp/saml2_sp/views.py Co-authored-by: Giuseppe De Marco <giuseppe.demarco@teamdigitale.governo.it> * feat: dropdown for profile * fix: resolved merge conflicts * chore: removed comments on disco.html file * feat: improved echo_attributes page * feat: qrcode loaded by js library * fix: qrcode_color set by parameter --------- Co-authored-by: MDreW <andrea.ranaldi@gmail.com> Co-authored-by: Giuseppe De Marco <giuseppe.demarco@teamdigitale.governo.it> * Remove `apply_conf.sh` script (#103) * fix: remove `apply_conf.sh` script and use ENV vars instead * fix: remove `apply_conf.sh` script and use ENV vars instead * fix: delete `apply_conf.sh` file * fix: separate `SATOSA_BASE_STATIC` from `SATOSA_BASE` --------- Co-authored-by: Salvatore Laiso <salvatore.laiso@it.ey.com> * Add in "External references" readme section the reference of pyeudiw doc (#104) * Update CI workflow + ADD django_sp in Docker-compose * Update CI Workflow - Review 2 * Update CI Workflow - Review 2.1 * Update CI Workflow - Review 2.2 * Update CI workflow + Docker-compose (review 3.1) * issue #92 - add pyeudiw documentation ref * issue #92 - add pyeudiw documentation ref (review) * issue #92 - add pyeudiw documentation ref (review2) * Fixes pre release 0.8.0 (#105) * fix: align pyeudiw yaml config file * fix: align disco page to pyeudiw * fix: align base html to pyeudiw * fix: align qrcode to pyeudiw * fix: change reference to correct bootstrap * fix: add statics needed by spid_base * doc: update Configuration by environment variables section * Fix CI pre-release (#107) * fix: github action * fix: temporary retrieve `pyeudiw` from github repo * fix: add `eudi` branch into CI triggers * chore: linting and container status info * fix: missing dependencies in CI host machine * fix: wait container startup * fix: add healthcheck --------- Co-authored-by: Salvatore Laiso <salvatore.laiso@it.ey.com> --------- Co-authored-by: root <root@it-wallet-tmp.mpokl4s14jhunpbwqmmurqxrkb.fx.internal.cloudapp.net> Co-authored-by: Alessio Murru <alessio.murru@it.ey.com> Co-authored-by: MDreW <andrea.ranaldi@gmail.com> Co-authored-by: Gartic99 <artic.1804049@studenti.uniroma1.it> Co-authored-by: Ghenadie Artic <57416779+Gartic99@users.noreply.github.com> Co-authored-by: Davide Longo <139359776+davidelongo-ey@users.noreply.github.com> Co-authored-by: Salvatore Laiso <32564922+salvatorelaiso@users.noreply.github.com> Co-authored-by: Salvatore Laiso <salvatore.laiso@it.ey.com>
No description provided.