Reputation: 426
If SSO was to be implemented on a ADF application with Active Directory, will we get the securityContext object with all the user roles from the active directory? I have an ADF application implementation that uses ActiveDirectoryAuthentication and was able to use the securityContext object to manipulate various controls on the page but now I have been asked to look into the SSO. I am not pretty sure how to handle controls in a page if SSO is implemented. Open to suggestions..
Upvotes: 1
Views: 1230
Reputation: 1657
There is nothing ADF specific when enabling SSO on Weblogic: this procedure is the same for any java web application.
This requires a good amount of DevOps configuration, you can check this blog:
http://biemond.blogspot.co.uk/2011/08/single-sign-on-with-windows-kerberos-on.html
Bottom line, this is more a DevOps task, rather than programmer's or Weblogic Administrator's.
Upvotes: 1