Idpy meeting 12 September 2023

Attendees: Giuseppe, Ivan, Johan, Matthew, Hannah, Shayna

0 - Agenda bash

1 - Project review

   a. General

  b. OIDC libraries - https://github.com/IdentityPython (idpy-oidc, JWTConnect-Python-CryptoJWT, etc)
pip install satosa
but then you will have to say something like:
pip install satosa[idpy_oidc_backend]
or
pip install satosa[idpy_oidc_backend,saml2_frontend]
etc.

This is already done for the new backend - example in https://github.com/IdentityPython/SATOSA/blob/628ee94/setup.py#L34 line 34. If you specify idpy_oidc_backend then this pulls in at least version 2.1.0 of idpyoidc. There will be similar things for saml, etc. and it is already available for choosing mongo or redis:
"pyop_mongo": ["pyop[mongo]"],
"pyop_redis": ["pyop[redis]"]





  c. Satosa - https://github.com/IdentityPython/SATOSA
https://github.com/IdentityPython/SATOSA/pull/435 - typing
https://github.com/IdentityPython/SATOSA/pull/438 - saml modules metadata store
https://github.com/IdentityPython/SATOSA/pull/431 - SLO


  d. pySAML2 - https://github.com/IdentityPython/pysaml2

  e. Any other project (pyFF, djangosaml2, pyMDOC-CBOR, etc)

2  - AOB
Thanks!
Shayna Atkinson