I received last week in my work new requirement to make signing in application single sign on(sso) through active directory.
So I have a lot of solution
1- Use ADF Security and integrate with active directory LDAP from weblogic server
This solution is declarative but customization is hard
2- Use custom java code to integrate with LDAP directly.
This solution is good but what if I change UI development by another tool? I will redevelop again in new framework
3- Create database package to integrate with LDAP
I prefer this solution as I use DB to integrate with LDAP and it is unit of later maintenance and applicable for other application.
So I have a lot of solution
1- Use ADF Security and integrate with active directory LDAP from weblogic server
This solution is declarative but customization is hard
2- Use custom java code to integrate with LDAP directly.
This solution is good but what if I change UI development by another tool? I will redevelop again in new framework
3- Create database package to integrate with LDAP
I prefer this solution as I use DB to integrate with LDAP and it is unit of later maintenance and applicable for other application.