-
ipulkit started the topic AM 5.1.1 Hot-swappable server configs require restart ! in the forum Access Management 1 year, 8 months ago
Hello,
I am running into a peculiar problem with AM 5.1.1 where updating hot-swappable properties like “com.iplanet.services.debug.level” using ssoadm’s update-server-cfg require AM servers to be restarted.
The command runs successfully, list-server-cfg shows the update values but debug logs just wouldn’t show up until AM is restarted.SM caching…[Read more]
-
ipulkit replied to the topic redirect_uri_mismatch with correct URI in the forum Access Management 3 years, 11 months ago
There ideally should be validations in place to not let you add such redirection paths in the first place.
-
ipulkit replied to the topic Javascript Debugging not documented anymore ! in the forum Identity Management 4 years, 2 months ago
I do, thanks !
For those who don’t ? Are they on their own :P
-
ipulkit replied to the topic Debugging Javascripts ! in the forum Identity Management 4 years, 2 months ago
Thumbs up !
-
ipulkit started the topic Javascript Debugging not documented anymore ! in the forum Identity Management 4 years, 2 months ago
Javascript remote debugging using eclipse JSDT is not documented version 4 onward I see, why is that so !
-
ipulkit started the topic Debugging Javascripts ! in the forum Identity Management 4 years, 2 months ago
It’s weird how javascript.debug in script.json essentially has the same information as openidm.script.javascript.debug in boot.properties.
I feel script.json should use property substitution to flow that info from boot.properties instead !
-
ipulkit replied to the topic The right way to handle database timestamps ? in the forum Identity Management 4 years, 2 months ago
Hey thanks Patrick but this wouldn’t help. The Database connector as soon as it sees a null for a database timestamp, starts complaining.
-
ipulkit started the topic The right way to handle database timestamps ? in the forum Identity Management 4 years, 2 months ago
Hi,
There is a timestamp field called loginTime in source and target databases, sync.json snippet is given below.
{
source:”logintTime”,
target:”loginTime”
}Whenever the source is empty, the jdbc connector complains about target being timestamp where as value specified is string”.
The attributes are declared in their connectors in the…[Read more]
-
ipulkit replied to the topic Query Livesync Status ? in the forum Identity Management 4 years, 3 months ago
Thanks @ssripathy. Forgerock must work on livesync monitoring. It’s documentation is scarce too.
-
ipulkit started the topic Query Livesync Status ? in the forum Identity Management 4 years, 3 months ago
Hi,
There is a very good way to query a recon using its id to monitor it in-flight.
I can’t find it in the documentation to be able to do the same with a livesync.
How do i monitor it or how do i get to know if one has finished ?
One way is to set detailed failure to true and increase the timeout to something really long but if the timeout we…[Read more]
-
ipulkit replied to the topic IDM Architecture: Servlet Optional ? in the forum Identity Management 4 years, 3 months ago
Awesome !
-
ipulkit started the topic IDM Architecture: Servlet Optional ? in the forum Identity Management 4 years, 3 months ago
Just wondering why it says (optional) for Servlet in the block diagram for OpenIDM.
I understand the servlet part handles the HTTP(s) REST requests. Isn’t REST what the client entity (UI etc) interacts with in turn ?
Am i missing something ?
-
ipulkit replied to the topic Conditional onUpdate ? in the forum Identity Management 4 years, 3 months ago
I was struggling with determining what changed, since I wanted an onUpdate event only when a particular field changes. Managed it with oldSource object.
Thanks !
-
ipulkit started the topic Conditional onUpdate ? in the forum Identity Management 4 years, 4 months ago
I was wondering if it would be possible to trigger an onUpdate script only if a particular attribute gets updated ?
Example, if a user changes their first or last name, I would like to set a custom LDAP attribute ‘verified’ to false.
-
ipulkit started the topic OpenDJ Architecture Diagram ? in the forum Directory Services 4 years, 5 months ago
I have been looking for an architecture diagram for OpenDJ but couldn’t find one. That’s strange !
-
ipulkit started the topic UnrecoverableKeyException: Given final block not properly padded in the forum Identity Management 4 years, 7 months ago
I get this exception while trying to import a pkcs12 keystore into OpenIDM’s while working on the AD password interceptor installation. The exception goes away if I get rid of this key.
I am not changing the password of the keystore in this process, not password protecting individual keys and the key has a unique alias ‘mykey’.
The problem…[Read more]
-
ipulkit replied to the topic What's the magic trick ? in the forum Access Management 4 years, 7 months ago
Of course there is no magic as in ‘magic’ involved, thanks !
-
ipulkit replied to the topic What's the magic trick ? in the forum Access Management 4 years, 7 months ago
Bump, anyone ?
-
ipulkit replied to the topic What's the magic trick ? in the forum Access Management 4 years, 7 months ago
RequireJS, GruntJS and HandlebarsJS !! Okay, getting closer.
-
ipulkit started the topic Who sends that message ? in the forum Access Management 4 years, 8 months ago
With reference to OpenAM Installation Guide’s point 6.4
com.sun.identity.session.repository.healthCheckRunPeriod
Sets a period of time when requests are sent to make sure the current instance of OpenAM is running. Default: 60000 ms.Is it that fellow instances in a site that send messages to each other or is it something else ?
- Load More