-
Type:
Improvement
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: ManifoldCF 1.3
-
Fix Version/s: ManifoldCF 1.3
-
Component/s: Authority Service
-
Labels:None
If we deal with many auth sources there will be for sure need to map provided username to user id specific for particular auth source. As I remember - in book there is a note that this is the auth connector responsibility, but it means that in different scenarios we need different connectors (for example: in one scenario provided username is e-mail, in other - just login. You cannot use same auth connector in both cases).
we should be able to configure "username mapper" for auth connector which may be simple regexp mapper or custom class providing mapping interface with more complex logic.