Spring Security provides out of the box support for integrating with Single Sign On systems. For example you can use this to integrate with CA’s SiteMinder or Oracle IDM system. In one of my recent projects, we were integrating our custom build Java application with OracleAS 10g SSO. This SSO system as part of OracleAS …
Continue reading “Spring Security and Regular Expression User Details Wrapper”
The SysInternals tool ADInsight is a great way to debug a .NET application which is having problems with Active Directory. If you run your application and ADInsight isn’t showing anything though, make sure that you relaunch the tool with the "Run as Administrator" menu option. Once you’ve done that, the tool is very straightforward. Use …
If you use Jackrabbit for your document library, Liferay documentation suggests that your ext plugin should have a file. Description: This file allows overwriting the configuration of the Jackrabbit repository. Refer to the Jackrabbit configuration documentation for details. However, if you actually deploy, Liferay will copy the standard repository.xml from the core to your datajackrabbit directory. …