ARCAD-Software / AFS

Arcad Foundation Services (AFS)
Eclipse Public License 2.0
7 stars 0 forks source link

[REST] concurency between connection modules may lead to strange behavior. #77

Closed arcadmlafon closed 1 month ago

arcadmlafon commented 1 month ago

All connection modules (the one using the "local" database to store the login and password, the LDAP interface or the OpenID-Connect one)) are all independent, this may lead to some undesired behaviour depending on the starting order of all these services.

arcadmlafon commented 1 month ago

For instance if a same login exist in two sources it is difficult to say which one will be used.

Or if an auto importation is activated then it may produce undesired try of import of an login relative to another source.

arcadmlafon commented 1 month ago

Duplicate #35