ipulkit

Home Members ipulkit

Learn more about our upcoming Identity Summits

show less show more
Profile picture of ipulkit

@ipulkit

active 1 year, 8 months ago
Points balance: 1 080 ♪
Rank: ipulkit
  • Activity
  • Profile
  • Groups 0
  • Forums
  • Personal
  • Mentions
  • Favorites
  • Groups
  • Profile picture of ipulkit

    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]

  • Profile picture of ipulkit

    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.

  • Profile picture of ipulkit

    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

  • Profile picture of ipulkit

    ipulkit replied to the topic Debugging Javascripts ! in the forum Identity Management 4 years, 2 months ago

    Thumbs up !

  • Profile picture of ipulkit

    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 !

  • Profile picture of ipulkit

    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 !

  • Profile picture of ipulkit

    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.

  • Profile picture of ipulkit

    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]

  • Profile picture of ipulkit

    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.

  • Profile picture of ipulkit

    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]

  • Profile picture of ipulkit

    ipulkit replied to the topic IDM Architecture: Servlet Optional ? in the forum Identity Management 4 years, 3 months ago

    Awesome !

  • Profile picture of ipulkit

    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 ?

  • Profile picture of ipulkit

    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 !

  • Profile picture of ipulkit

    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.

  • Profile picture of ipulkit

    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 !

  • Profile picture of ipulkit

    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]

  • Profile picture of ipulkit

    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 !

  • Profile picture of ipulkit

    ipulkit replied to the topic What's the magic trick ? in the forum Access Management 4 years, 7 months ago

    Bump, anyone ?

  • Profile picture of ipulkit

    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.

  • Profile picture of ipulkit

    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
Profile Photo giacomolmtt Profile Photo nazlfc

Search the forums

Leaderboard

The leaderboard is based on our rockin' informal points system, read about it here.

Recent blog posts

  • Using an Authentication Tree Stage to Build a Custom UI with the ForgeRock JavaScript SDK February 26, 2020
  • Identity Workflow with AM using Zeebe and Cloud Functions February 19, 2020
  • IDM: Zero Downtime Upgrade Strategy Using a Blue/Green Deployment January 23, 2020
  • DS: Zero Downtime Upgrade Strategy Using a Blue/Green Deployment January 22, 2020
  • AM and IG: Zero Downtime Upgrade Strategy Using a Blue/Green Deployment January 22, 2020
Visit our blog

Recent Topics

  • Trusted JWT Issuer Agents config not included in amster export
  • JIT user migration – MigrationSSOFilter is missing ForgeRock HTTP client library
  • Workflow Debugging
  • Modifying SAML Response
  • Context on managed object attribute with onStore script

©2021 ForgeRock - we provide an identity and access platform to secure every online relationship for the enterprise market, educational sector and even entire countries. Click to view our privacy policy and terms of use.

  • Blog
  • Documentation
    • OpenAM / Access Management
    • OpenDJ / Directory Services
    • OpenIDM / Identity Management
    • OpenIG / Identity Gateway
    • OpenICF / Open Connector Framework
    • Intro to Identity
  • Forums
    • General Discussion
    • ForgeRock Products
      • OpenAM
      • OpenIDM
      • OpenDJ
      • OpenIG
      • OpenUMA
    • DevOps
    • Internet of Things
    • Documentation
    • Groups
  • Twitter
  • Facebook
  • Linkedin
  • Youtube

Log in with your credentials

Lost your password?

Forgot your details?

I remember my details