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
0
votes
2 answers

Which is the best OS for ForgeRock products (i.e. AM, IDM, DS and IG) to be used in Docker container?

Currently Forgerock is providing different OS for different products for docker container (below list): AM(v6.5.2) available on Debian-9 IDM(v6.5.0) is available on CentOS 7.7.1908 DS(v6.5.2) is available on Ubuntu 18.04.2 IG(v6.5.1) is available…
0
votes
1 answer

How to use log4j+slf4j for OpenIDM instead JUL

Configure Server Logs is what I am reading to see how I can configure server logs for Forgerock OpenIDM. I could not see anything in this document which mentions how we can use any other logging framework than JUL. Can we really use any other…
dev2d
  • 4,245
  • 3
  • 31
  • 54
0
votes
0 answers

Client Certificate Authentication for an application behind Ingress

I have an appication that needs client certificate authentication for a particular API. If I try to authenticate using client certificate using the POD or service URL it works fine. As soon as I try to do that using the nginx ingress URL it stops…
0
votes
0 answers

OPENIDM- HTTP PUT cURL request

I'm new to openIDM, I'm trying to execute the following query, getting proper results as expected which is POST. $ curl -k -s https://localhost/openidm/managed/zzzz?_action=create -H 'Content-Type: application/json' -H 'X-OpenIDM-Username:…
Rmahajan
  • 1,311
  • 1
  • 14
  • 23
0
votes
1 answer

Livesync with delete operation is not working

Am using openidm , opendj as source and opendj as target After enabling livesync delete operation is not working. Create , update are just working fine from source to target and vice versa. Can anyone help. Configuration in behaviors, source missing…
0
votes
1 answer

OpenIDM update users attributes over custom endpoint

I'm trying to develop a custom js endpoint in OpenIDM in which I update the user searched with two attributes that I generate (otpexpiry and otpvalue) in my script. I added a json conf in openidm/conf/endpoint-otp.json to link: { "context" :…
LucaP
  • 638
  • 1
  • 12
  • 34
0
votes
2 answers

SQL Server openDJ integration

I have a requirement where I have to bind MS SQL server users with LDAP (openDJ). Currently I am seeing only option to achieve this is to have AD on SQL server and connect AD with openIDM through LDAP connector. Is there a way this can be achieved…
anshuman
  • 11
  • 3
0
votes
0 answers

Role Assignment showing Type as Manage User instead of Role

While provisioning role to the user from the User details page it is giving Issue as Role Assignment showing Type as Manage User instead of Role and description also not coming. But it works well when assigned the same role via Roles details page
Chaitanya K
  • 1,827
  • 4
  • 32
  • 67
0
votes
1 answer

ForgeRock OpenIDM sync for custom user object

I created a custom user object in ForgeRock openIDM. While creating user in openIDM it is synced in openDJ. But user data is not getting synced when I do update. When I remove the mappings for openIDM and openDJ and create new mappings, sync works…
Bob
  • 1
  • 1
0
votes
1 answer

Sync through openIDM without using an Active Directory plugin?

I am setting up an OpenIDM server that syncs data between an OpenDJ store which is managed by my company and an Active Directory store that is going to be managed by a client-company. The goal is to not require anything to be installed to the…
Erik
  • 3,598
  • 14
  • 29
0
votes
0 answers

OpenIDM - How to assign default groups when creating a user

I want to assign default roles (using AD groups) at the user creation in OpenIDM. I already created and setted role assignments using the OpenIDM REST API but I want to add the user to AD groups without adding him a specific role. Here is on of my…
Spawnrider
  • 1,727
  • 1
  • 19
  • 32
0
votes
1 answer

OpenIDM - AD Users REST API

I'm new to openIDM, I'm trying to execute the following query, getting zero results, though I have lot of AD users exist, just wondering what I'm doing wrong, $ curl \ --header "X-OpenIDM-Username: openidm-admin" \ --header "X-OpenIDM-Password:…
realnumber
  • 2,124
  • 5
  • 25
  • 33
0
votes
1 answer

OpenIDM - Scripted Groovy connector provider

I am trying to generate the provider configuration for a scripted groovy connector (not a REST/CREST connector) using the Groovy ScriptedConnector connector. When I send the following configuration to the CreateFullConfig REST service…
Spawnrider
  • 1,727
  • 1
  • 19
  • 32
0
votes
1 answer

OpenIDM - How update the UserAccountControl field in AD

I am trying to update the UserAccountControl AD field using a specific value (66048) when I create a managed user on OpenIDM but I am facing an issue. The related stacktrace : Caused by:…
Spawnrider
  • 1,727
  • 1
  • 19
  • 32
0
votes
1 answer

What all to modify to get the OpenIDM-OpenDJ sync working for a custom schema structure?

I am new to OpenIDM and Open DJ and trying to get the bi-directional sync working. I could run the related examples sample2b and sample2c and see the sync working. I need to get this working for my set-up having an OpenDJ with BaseDN as…
Nikki
  • 97
  • 10