You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Initially, on Joinup project, we've been developed some code to sync the user's organisation with the EU Login organisation value. However, lately, our PO decided that Joinup users will manage locally their organisation(s) and the field should not be overwritten by the EU Login attribute.
The sync is not straight because EU Login doesn't provide the organisation name, but the organisation domain. So, the name has to be extracted from the ECAS Schema. Also, a mechanism has to be put in place that is caching locally the ECAS Schema, so that a HTTP request on each login is avoided. But, then, the system need to ensure that the local cached schema is periodically refreshed if there are upstream changes. Finally, from all these constraints, resulted some functionality that we had to drop.
We think that, if such a functionality is required for OE Authentication module, the code that we've built (dropped lately) can be easily adapted with minimum effort. The code is contained in the revert commit: ec-europa/joinup-dev@07c5aa6
The text was updated successfully, but these errors were encountered:
Initially, on Joinup project, we've been developed some code to sync the user's organisation with the EU Login organisation value. However, lately, our PO decided that Joinup users will manage locally their organisation(s) and the field should not be overwritten by the EU Login attribute.
The sync is not straight because EU Login doesn't provide the organisation name, but the organisation domain. So, the name has to be extracted from the ECAS Schema. Also, a mechanism has to be put in place that is caching locally the ECAS Schema, so that a HTTP request on each login is avoided. But, then, the system need to ensure that the local cached schema is periodically refreshed if there are upstream changes. Finally, from all these constraints, resulted some functionality that we had to drop.
We think that, if such a functionality is required for OE Authentication module, the code that we've built (dropped lately) can be easily adapted with minimum effort. The code is contained in the revert commit: ec-europa/joinup-dev@07c5aa6
The text was updated successfully, but these errors were encountered: