vijay.godhasara

Home Members vijay.godhasara

Learn more about our upcoming Identity Summits

show less show more
Profile picture of vijay.godhasara

@vijay-godhasara

active 4 years, 10 months ago
Points balance: 111 ♪
Rank: vijay.godhasara
  • Activity
  • Profile
  • Groups 0
  • Forums
  • Personal
  • Mentions
  • Favorites
  • Groups
  • Profile picture of vijay.godhasara

    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]

  • Profile picture of vijay.godhasara

    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]

  • Profile picture of vijay.godhasara

    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,

  • Profile picture of vijay.godhasara

    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,

  • Profile picture of vijay.godhasara

    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.

  • Profile picture of vijay.godhasara

    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.0

    take a look below example steps :

    ForgeRock Full Stack Configuration


    https://github.com/OpenRock/OpenIDM/tree/master/openidm-zip/src/main/resources/samples/fullStack

  • Profile picture of vijay.godhasara

    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.

    Scripted REST Connector


    https://github.com/OpenRock/OpenIDM/tree/master/custom-scripted-connector-bundler

    either you can check sample…[Read more]

  • Profile picture of vijay.godhasara

    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.

  • Profile picture of vijay.godhasara

    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]

  • Profile picture of vijay.godhasara

    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

  • Profile picture of vijay.godhasara

    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]

  • Profile picture of vijay.godhasara

    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]

  • Profile picture of vijay.godhasara

    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]

  • Profile picture of vijay.godhasara

    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-8

    then restart openAM service. after I am getting admin console in German Language.

    Thanks for your support :)

  • Profile picture of vijay.godhasara

    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.

  • Profile picture of vijay.godhasara

    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]

Profile Photo [email protected] Profile Photo ashokareddy

Search the forums

Leaderboard

The leaderboard is based on our rockin' informal points system, read about it here.

Recent blog posts

  • Using an Authentication Tree Stage to Build a Custom UI with the ForgeRock JavaScript SDK February 26, 2020
  • Identity Workflow with AM using Zeebe and Cloud Functions February 19, 2020
  • IDM: Zero Downtime Upgrade Strategy Using a Blue/Green Deployment January 23, 2020
  • DS: Zero Downtime Upgrade Strategy Using a Blue/Green Deployment January 22, 2020
  • AM and IG: Zero Downtime Upgrade Strategy Using a Blue/Green Deployment January 22, 2020
Visit our blog

Recent Topics

  • Handle exception in Node Patch Object
  • SP Initiated SSO – Unable to do sso or federation
  • Realm level access
  • How can I generate 32 bytes Random salt in js script
  • Bypass Login Page in Chain

©2022 ForgeRock - we provide an identity and access platform to secure every online relationship for the enterprise market, educational sector and even entire countries. Click to view our privacy policy and terms of use.

  • Blog
  • Documentation
    • OpenAM / Access Management
    • OpenDJ / Directory Services
    • OpenIDM / Identity Management
    • OpenIG / Identity Gateway
    • OpenICF / Open Connector Framework
    • Intro to Identity
  • Forums
    • General Discussion
    • ForgeRock Products
      • OpenAM
      • OpenIDM
      • OpenDJ
      • OpenIG
      • OpenUMA
    • DevOps
    • Internet of Things
    • Documentation
    • Groups
  • Twitter
  • Facebook
  • Linkedin
  • Youtube

Log in with your credentials

Lost your password?

Forgot your details?

I remember my details