M
Michael Jacobs
Guest
You have two custom configuration options: a) You can use a different Authentication Managers per ABL web application transport. The option Ram mentioned above. b) You can create your own custom Authentication Manager that has multiple entries, where each entry is configured to obtain user account information from a different source. The list is order dependent so you choose which type is tried first, second, etc. While this is technically possible, it usually brings up a discussion about how trustworthy the resulting token is when you mix low-trust and high-trust sources of user accounts. (For example ldap/ad versus text file) If b) is really going to solve some problems for your application - we should take that technical discussion offline and connect you with someone who can provide you some pointers that will make it safer and easier. (The details will be very specific to your use)
Continue reading...
Continue reading...