-
Gajendra04 replied to the topic Creating custom config files in OpenIDM in the forum Identity Management 5 years, 6 months ago
Thanks for Your help.
But I need the below solution
conf/domainPolicy/domain1Policy.json
conf/domainPolicy/domain2Policy.json and so on.Because I have lot more config files and keeping all files in conf directory, it is not a good approach. Please let me know how we can achieve this.
Regards
Gajendra -
Gajendra04 started the topic Creating custom config files in OpenIDM in the forum Identity Management 5 years, 6 months ago
Hi,
I need to create few custom json files in OpenIDM like
conf/domainPolicy/domain1Policy.json
conf/domainPolicy/domain2Policy.json and so on.I need to create/update these files directly on the file system not via REST.
Currently if I add a new folder in openidm/conf/domainPolicy directly and add these json files, they are not being detected…[Read more] -
Gajendra04 replied to the topic How to call any rest api from IDM endpoint in the forum Identity Management 6 years, 3 months ago
Hi Andi,
for the testing purpose I am trying to call Openam authenticate rest api from endpoint, but I am getting below error.
endpoint code:
(function () {
logger.info(‘Calling external rest api :’, null);
url=”https://ccdevidaas.compucom.com/openam/json/authenticate”;
data={“url”: url,”method”: “GET”,”headers”: {“X-OpenAM-Username”:…[Read more] -
Gajendra04 started the topic How to call any rest api from IDM endpoint in the forum Identity Management 6 years, 3 months ago
Hi,
I have a requirement to send the sms otp to users mobile number. I am having the sms gateway rest api. I have written end point to generate the otp. Now I am unable to call the sms gateway rest api from openidm custom endpoint.
I am using openidm 4.
Any help will be appreciated.
Regards
Gajendra -
Gajendra04 started the topic How to call Custom EndPoint from OpenIDM UI in the forum Identity Management 6 years, 6 months ago
I have created a custom endpoint and it is working fine with the REST call.
But I want to call that endpoint from OpenIDM UI or from any JSON (selfservice-reset.JSON) file.Any pointers to achieve the same will be helpful.
Thank You.
-
Gajendra04 started the topic OpenIDM 4 password reset with SMS OTP in the forum Identity Management 6 years, 6 months ago
Hi I am trying to utilize the sms feature for password reset in OPENIDM 4. I got the idea from some FR blogs. I have created the endpoint with javascript which is sending the email to sms gateway and sms gateway will send the sms to user. Now I am stuck with how to call the endpoint from the selfservice-reset.json file. while the user will enter…[Read more]
-
Gajendra04 replied to the topic Password tab is not showing for new manage object users in the forum Identity Management 6 years, 8 months ago
Yes. You are right. My profile pic is the UI I am getting for the users. I will try this default password and let you know. Thanks for your quick response.
-
Gajendra04 changed their profile picture 6 years, 8 months ago
-
Gajendra04 replied to the topic Password tab is not showing for new manage object users in the forum Identity Management 6 years, 8 months ago
Hi I have create the managed object from UI and the schema I have copied the exiting schema from managed/user schema in managed.json page. when I am creating users in new managed object I am not getting the password field and password tab also for updating the users password.
-
Gajendra04 started the topic Password tab is not showing for new manage object users in the forum Identity Management 6 years, 8 months ago
Hi, I have created a new managed object comp1users and create the properties for the same(with the help of default schema for managed/users). when I am trying to create the users I am not getting the password field and even it not showing when I am trying to edit the users details. Please help me to resolve this issue. Thank You.