Closed egabancho closed 3 years ago
For the account info mappings make a default function to do a simple one to one mapping, more complicated things a function should be provided.
Something like:
SSO_SAML_IDPS = { "idp-abc": { "mappings": { "origin_field": "invenio_field", }, }, ... }
(Extracted from #3)
closed with #18
For the account info mappings make a default function to do a simple one to one mapping, more complicated things a function should be provided.
Something like:
(Extracted from #3)