-
vijay.godhasara started the topic Maven build issue for OpenICF Java Connector in the forum Identity Management 4 years, 10 months ago
Hey everyone,
I am looking to get into developing a custom java connector, but having some difficulty getting the project set up.
I am using the command from the documentation:
mvn archetype:generate
-DarchetypeGroupId=org.forgerock.openicf
-DarchetypeArtifactId=connector-archetype
-DarchetypeVersion=1.0.0-SNAPSHOT…[Read more] -
vijay.godhasara replied to the topic OpenIDM 5.0, OpenDJ 5.0: Issue in updating user info in opendj from openidm in the forum Directory Services 4 years, 11 months ago
Hello,
Found a bug in OpenDJ 5.0 REST2LDAP API. User creation is working fine. but getting strange behavior in Update user request.
ex.
curl –insecure –user idm:password –request PUT –header “Content-Type: application/json” –header “If-Match: *” –data…[Read more] -
vijay.godhasara replied to the topic How to Show All the roles assigned to the User in self service. in the forum Identity Management 5 years, 2 months ago
Hello,
For this case you need to customize self-service code to display roles. current user case it will display some basic information like username, firstname, lastname, mail etc.
you need to change in UserProfileTemplate.html and UserProfileView,js file to view roles.User object contains authzroles object that would be show in html.
Thanks,
-
vijay.godhasara started the topic How to migrate Oriendb database to mysql on production openIDM in the forum Identity Management 5 years, 2 months ago
Hello,
We are currently using openidm with orientdb database on production. we have around multiple groups and users on orientdb database. By mistake we have used orientdb database. now we want to move orientdb database to mysql database.
Is there any way to possible solution to make safe migration ?
Thanks,
-
vijay.godhasara replied to the topic Single log out between SAML Provider & openIDM in the forum General Discussion 5 years, 7 months ago
Full Stack example have issue of single log out. can anyone help me please. to solve this issue.
-
vijay.godhasara replied to the topic openAM + openIDM in the forum Access Management 5 years, 7 months ago
you need require
openAM 13.0.0
openIDM 4.0.0
openDJ 3.0.0take a look below example steps :
https://github.com/OpenRock/OpenIDM/tree/master/openidm-zip/src/main/resources/samples/fullStack -
vijay.godhasara replied to the topic Can we Sync OPENIDM users and user roles into other applications via API's in the forum Identity Management 5 years, 7 months ago
Yes it is possible .
For this you need to use groovy based REST connector need to configure in openIDM.
and develop and modified create,update,delete and search Groovy file.
https://github.com/OpenRock/OpenIDM/tree/master/custom-scripted-connector-bundlereither you can check sample…[Read more]
-
vijay.godhasara replied to the topic OpenICF in the forum Identity Management 5 years, 7 months ago
First of all which connector you need to use. this is maven based project. so you need to setup this code in any development tools with maven plugins.
after setup the project . you need to run as maven this project this will generate jar file.
this jar file you need to copy on openIDM lib folder to use this connector. -
vijay.godhasara replied to the topic OIM vs forgerock in the forum General Discussion 5 years, 7 months ago
Forgerock OpenAM provide widely many features like as
Modular Architecture
Advanced Authentication
Mobile Authentication
Push Authentication
Adaptive Risk Authentication
Authorization
Federation
Single Sign-On (SSO)
User Self-Service and Social Sign-On
Developer Friendliness and Open Standards
High Availability and Scalability
Common Auditing…[Read more] -
vijay.godhasara commented on the post, ForgeRock Full Stack Configuration 5 years, 7 months ago
Great presentation !!!
I have setup a full stack with SAML service provider and if i have login on SAML Service provider no need to login on openIDM. I am able login with openIDM same scenrio as reverse for
-
vijay.godhasara started the topic Single log out between SAML Provider & openIDM in the forum General Discussion 5 years, 7 months ago
Hello,
We are developing products of single sign on with internal applications. for that case we have used openAM as identity provider and All application have seperate SPs. single sign on and single log out is working fine for all SAML application.
Also openDJ as datastore connected with openAM. and openIDM use for identity management. now we…[Read more]
-
vijay.godhasara started the topic Single log out between SAML Provider & openIDM in the forum General Discussion 5 years, 7 months ago
Hello,
We are developing products of single sign on with internal applications. for that case we have used openAM as identity provider and All application have seperate SPs. single sign on and single log out is working fine for all SAML application.
Also openDJ as datastore connected with openAM. and openIDM use for identity management. now we…[Read more]
-
vijay.godhasara started the topic Single log out if user status changed to inactive in openAM in the forum Access Management 5 years, 7 months ago
Hello,
we are working on one of the project. there are many service providers and OpenAM as working as IDP server. we have using openDJ as datastore in openAM. now we have such requirement like.
if user logging with SAML SSO on all service providers. if i have change user status as “inactive” in openDJ. that case all systems is not log out. I…[Read more]
-
vijay.godhasara replied to the topic OpenAM Localization in the forum Access Management 5 years, 12 months ago
I have tried this option. but didn’t help.
So i have updated the machine locale using command like.(Ubuntu)
> sudo locale-gen de_DE.UTF-8 (generate locale)
> update-locale LANG=de_DE.UTF-8then restart openAM service. after I am getting admin console in German Language.
Thanks for your support :)
-
vijay.godhasara replied to the topic OpenAM Localization in the forum Access Management 5 years, 12 months ago
Yes there are all properties file. but do you know where to set locale parameter in openam UI or is there any steps to set a locale.
1) configuration -> server and sites -> site name…-> default locale. (de_DE)
it is other place where i need to set locale in openAM.
your response will be appreciate.
-
vijay.godhasara started the topic OpenAM Localization in the forum Access Management 5 years, 12 months ago
Hello,
Anyone have idea how to localization of openAM for both end user and also admin console. after looking https://backstage.forgerock.com/#!/docs/openam/13/install-guide/chap-custom-ui#update-classic-ui this article find out the way to localization of XUI but there no article about to localization admin.
Can anyone provide me details steps…[Read more]