Testing the OIM Integration Web Application
Verify if the installation was successful using the following steps:
Note
For each test URL throughout this document, change the host name and port to match your OIM Server instance.
-
From any browser enter the following URL:
http://localhost:8080/iiq/resources/ping
The following response is displayed:
OIM integration ready
Failure to get a ping response indicates a problem with the deployment of the Servlet.
-
Verify the integration Servlet can communicate with OIM by entering the following URL:
http//localhost:8080/iiq/resources/users
You should see a response containing the names of all OIM users. This might take a while to assemble depending on the number of users. To view details of a particular user, enter the following URL where
<OMIUSER>
is the name of a user in your OIM instance:http://localhost:8080/iiq/resources/user/<OIMUSER>
To see additional diagnostic information for of a particular user, enter the following URL where
<OMIUSER>
is the name of a user in your OIM instance:http://localhost:8080/iiq/resources/debug/<OIMUSER>
If you are unable to request user information, there may be a problem with the credentials you entered in the
xellerate.properties
file. For more information, see Properties that can be defined in xellerate.properties .