Category: Identity Management
-
To setup your java keystore, you’ll want to run through the following exercise on your system (note: these instructions are for windows): %JAVA_HOME%binkeytool -genkey -alias tomcat -keyalg RSA -keystore /path/to/my/keystore (note: remember what you set the keystore password to) Resart Tomcat You’ll want to modify your <tomcat dir>confserver.xml file to change the value of … Continue reading Setting up your java keystore for NIM
-
Enabling SPML web services is pretty trivial, but since I’m doing it in my virtual environment and taking screen shots, I thought I would add it here. Image here Next Step is to enable SSL communications: Step 1 – Generate the Keys using keytool keytool -genkey -alias serverjboss -keyalg RSA -keysize 1024 -dname “CN=localhost,OU=Identity,O=Oracle,C=US” -keypass … Continue reading Enabling SPML Web Services with OIM
-
I know this is off topic and does not have direct impact on SOA, Access or Identity Management, but Google Wave is a pretty cool technology that’s really hard to explain, until I found a few videos. WARNING: These videos are not children friendly OR work (loudspeaker) friendly. Watch at your own risk: Google Wave: … Continue reading Google Wave – game changing?
-
After our lovely install on WebLogic, we found that the password that was set for xelsysadm wasn’t functioning. Could it have been the fact that there were special characters in the password during the installation such as “$” or “*”? At any rate, the reset process is pretty simple, provided that you have a base … Continue reading Xelsysadm – password not working?
-
Well it seems as though there are a couple of lessons learned here. First and foremost, when the Oracle Certification matrix says “support 10.3” that means that it only supports 10.3 – and not 10.3.x. Who would have known that a dot release could make such a big difference?
-
I was trying to get the design console installed on my Virtual Machines and was annoyed about having to have Windows and Linux running at the same time (My base operating system is Leopard). This took a little while to figure out (minutes, not hours) and is by no way magical – just took a … Continue reading OIM Design Console on RHEL
-
My friend Rob (from Indigo Consulting) was having issues with Mail.app and stopped by to find out what to do. Having had the same problem in the past, I looked up some handy dandy commands that will hopefully fix the problems (like crashing, slowness, etc.). If you’re having the same issue, or just curious, here’s … Continue reading Fixing Mail.app
-
In the Sun Identity Manager documentation, there’s reference to JMX hooks that can be used to monitor the health of your Sun Identity Manager Deployment and its related components. My goal was to figure out how to do this and here’s the steps that I used: 1. Login to the admin interface of IDM and … Continue reading Using JMX to monitor Sun Identity Manager Services
-
I know I’m a little late to the game, but I’ve been reading about SOA, what it is, how it’s implemented, etc. Here are some really useful links: http://www.whatissoa.com – A book publishers high-level overview, the author covers the big basics like: * Service-Oriented Architecture (SOA) * Services and Service-Orientation Service Compositions * Service Inventory … Continue reading Oracle SOA
-
As you can tell I’m working on an OIM-ORM integration, but who isn’t right? Okay so my mission is to have attributes flow from OIM to ORM.. this should be fairly easy right? Well, it’s not working, and if you were to look at the posts on http://forums.oracle.com, I’ve found that there are a lot … Continue reading Moving Attributes between OIM and ORM