2015

OpenAM: Forcing users to reset password on next login.

Overview A very common use case, when implementing ForgeRock’s OpenAM, is forcing a user to reset their password the next time they login. Seems easy enough right? … next time a particular user authenticates in they should be prompted to change their password before continuing on to the resource (web page) that they had originally …

OpenAM: Forcing users to reset password on next login. Read More »

#ForgeRock: Using #OpenIDM to sync Account Lockout Status #IDM

Use Case: In an enterprise setup you would likely want to know when a user has locked their account (e.g. too many failed password attempts) and more than likely want to distribute that information to other systems in your environment. One solution would be to enable OpenIDM to monitor the user identity repository for changes …

#ForgeRock: Using #OpenIDM to sync Account Lockout Status #IDM Read More »

Custom Password Policy Validation in OpenIDM

A customer needed to ensure that passwords contained at least one ‘special character’ when a new password was created in OpenIDM. I borrowed heavily from the provided samples but had to figure out the correct regexp formatting. Here is the function that I used to implement this: function atLeastXSpecialChars(fullObject, value, params, property) { isRequired = …

Custom Password Policy Validation in OpenIDM Read More »

Scroll to Top