Closed mb-wali closed 3 years ago
adds the mapping object in settings.
SSO_SAML_IDPS = { "idp-abc": { 'settings': { .... }, "mappings": { "email": "origin_field", "name": "origin_field", "surname": "origin_field", "external_id": "origin_field", }, 'acs_handler': acs_handler_factory('idp-abc'), } }
I have also a question about the invenio_accounts folder: is it needed to keep compat with invenio-accounts < 1.2.0 and have the db model there?
invenio_accounts
invenio-accounts < 1.2.0
i will have a look into that.
adds the mapping object in settings.