ImperialCollegeLondon / fair-data-repository

BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Review of SSO implementation #1

Open cc-a opened 7 months ago

cc-a commented 7 months ago

An integration with Imperial SSO has been implemented using invenio-saml. This should be reviewed as follows: - invenio-saml is in alpha release and has been since December 2022. Ideally we should establish the long-term prospects/support for this module. - An alternative would be to swap to OAuth2 which is much more widely used in the Invenio community. Review of the configuration.

Auth has been swapped to OIDC using invenio_oauthclient. A review of the configuration and testing in a non-development context are still to be done.