Questions tagged [openidm]

OpenIDM is a User Administration and Provisioning solution designed to manage user accounts, profile information, and access requests for customers, partners, devices, and employees, on premises and across cloud and mobile environments.

OpenIDM is a User Administration and Provisioning solution designed to manage user accounts, profile information, and access requests for customers, partners, devices, and employees, on premises and across cloud and mobile environments. For more information about OpenIDM, check https://forgerock.org/openidm/

33 questions
9
votes
4 answers

forgerock Identity Management Solution Vs WSO2 Identity Server

I'm trying to choose one of forgerock identity management solution (openAM, openIDM) and wso2 identity server for implementing Identity and Access Management solution. I'm interested in using following features: Single Sign-On (SSO) Policy based…
Abdul
  • 694
  • 4
  • 14
  • 29
3
votes
1 answer

Has anyone used OpenAM/OpenDJ/OpenIDM suite without using ForgeRock's Support plans?

We are looking to implement an open source identity management system and have identified ForgeRock's stack as the best technology to implement. The high cost of ForgeRock support and its per-User pricing model, however, is a potential roadblock.…
The Cline
  • 171
  • 3
  • 9
2
votes
1 answer

Forgerock - OpenAM - retrieving all valid sessions for a specific user

How would I retrieve all valid sessions for a specific user? For example, if the user is logged in from multiple devices and decides to change password, or reset password. I need to be able to expire all active sessions and log the user out of all…
Sarah A
  • 1,185
  • 12
  • 27
2
votes
4 answers

Use OpenIDM as data user source for OpenAM

Can you tell me if we can use OpenIDM as data store for OpenAM instead of OpenDJ ? I search on internet and i found nothing. If is it possible do you have a documentation page that can help me ? If not what is the best practice to manage user…
Goran
  • 21
  • 1
  • 3
2
votes
1 answer

Best solution for centralised identity management

I am investigating an open source solution for IdM. So far, my choices are OpenIDM, OpenAM, Josso & CAS. But most solutions are focusing on SSO, however my requirements are more on user management and provisioning. Can Josso/CAS/OpenIDM provide user…
Rustam B
  • 31
  • 3
1
vote
1 answer

Decode encoded string while transforming in openidm

I want to decode the string while transforming the data from Active Directory to OpenIDM. Sync between the system is alright but one of the attribute have base64 encoded string. I want to transform the property before persisting it into managed…
Rmahajan
  • 1,311
  • 1
  • 14
  • 23
1
vote
1 answer

How to implement a openidm splunk audit failover

i am using Splunk as the AuditHandler for my openIDM solution and I want to make sure that when the connection to Splunk fails for exp. in a server issue. Then i want to rewrite the data since to timestamp of the connection loss. Is there a simple…
1
vote
1 answer

How to test OpenIm (ForgeRock) Request on Postman?

I have openIdm ForgeRock installed locally and I'am trying to go through the API Explorer etc. in order to see how to use the endpoints and the available endpoints. From localhost:8080 where ForgeRock is running I can run/try a request. It works…
k.vincent
  • 3,743
  • 8
  • 37
  • 74
1
vote
0 answers

OpenIDM NullPointerException when installing Salesforce Identity Connect

Would anyone know what to do about the following error I'm getting when trying to install Salesforce Identity Connect on a Win 2012 R2 server trial version? I'm using java 1.8.0_144 WARN Cannot release acquired trigger trigger-salesforceDataSyncNow…
Lena Razov
  • 11
  • 3
1
vote
1 answer

Ajax Header Request "X-openIDM-Reauth-Password" not working

I have an openIDM program and when users submit for update new password , it show "X-openIDM-Reauth-Password" which include my old password that i need to retype. Following is the screen shot from openidm side. So, i have my own UI and i was…
Achilles
  • 411
  • 1
  • 5
  • 27
1
vote
1 answer

How to Implement function return from http request

I have an ajax call as follow $.ajax({ datatype:'json', url: 'http://localhost:9090/openidm/policy/managed/user/'+storeUserId, type:'get', xhrFields: { withCredentials: true } , corssDomain:true, headers: { …
Achilles
  • 411
  • 1
  • 5
  • 27
1
vote
1 answer

Openidm - Access source or target values in connector groovy script

I am currently building my own Openidm connector for provisioning an external system using the Groovy framework connector based on the ScriptedRest2DJ sample. I am implementing the searchScript.groovy file in order to search resources (users) on…
Spawnrider
  • 1,727
  • 1
  • 19
  • 32
1
vote
0 answers

How to see a new workflow for user belonging only to a custom role in OpenIDM?

I have a created a custom role MyRole in OpenIDM. I have also created a new user User1 and a simple workflow. If User1 has roles MyRole and any of the in-built roles like Administrator/User/Task Manager then we can login to the OpenIDM console as…
Nikki
  • 97
  • 10
0
votes
1 answer

Openidm user managed role removal upon termination

I am new to openidm and trying to explore options to remove roles from user once user status changes to terminated. Is there any out of box feature available in Forgerock to do this ? Can you please help how to implement this solution
0
votes
0 answers

Javascript error when executed under idm environment

I got very wired problem. Scripts work all fine but when I ran this under ForgeRock idm it get error. I am not sure what that error is. 100] Jun 14, 2020 5:18:24.214 PM org.forgerock.openidm.servlet.internal.ServletConnectionFactory$3…
Rmahajan
  • 1,311
  • 1
  • 14
  • 23
1
2 3