Dhawal

Home Members Dhawal

Learn more about our upcoming Identity Summits

show less show more
Profile picture of Dhawal

@dhawal

active 7 years, 3 months ago
Points balance: 182 ♪
Rank: Indie Mixtape
  • Activity
  • Profile
  • Groups 0
  • Forums
  • Personal
  • Mentions
  • Favorites
  • Groups
  • Profile picture of Dhawal

    Dhawal replied to the topic OpenAM Session Mgmt on Multiple device in the forum Access Management 7 years, 3 months ago

    Thanks Bill. I expected this answer !

  • Profile picture of Dhawal

    Dhawal replied to the topic Creating Random Username and Password through REST in the forum Identity Management 7 years, 3 months ago

    Thanks Guys..I am pushing for the application team to generate a random ID and then pass it as the dta field.

    Thankyou !

  • Profile picture of Dhawal

    Dhawal started the topic OpenAM Session Mgmt on Multiple device in the forum Access Management 7 years, 3 months ago

    Hi,

    Scenario:
    I have a users logged into their account through OpenAM on two different machines.
    The user resets his/her password on one of the machine.
    Ideally, the user should automatically get logged out from the other session on the other device as his password has been reset. However, this doesn’t happen.

    Is there an attribute which I…[Read more]

  • Profile picture of Dhawal

    Dhawal started the topic Is there a REST command to reset password without using "Self Registration" flow in the forum Access Management 7 years, 3 months ago

    Hi,

    I wanted to know the REST command to update the user password when the user doesn’t remember their old password.

    I don’t want to send out a mail and follow the “Self Registration” process as defined at href=”http://openam.forgerock.org/doc/webhelp/dev-guide/rest-api-password-reset.html

    As, I have a Customer support representative who…[Read more]

  • Profile picture of Dhawal

    Dhawal started the topic Is there a REST command to reset password without using "Self Registration" flow in the forum Access Management 7 years, 3 months ago

    Hi,

    I wanted to know the REST command to update the user password when the user doesn’t remember their old password.

    I don’t want to send out a mail and follow the “Self Registration” process as defined at

    As, I have a Customer support representative who should be able to update the password on need basis immediately.

  • Profile picture of Dhawal

    Dhawal started the topic Is there a REST command to reset password without using "Self Registration" flow in the forum Access Management 7 years, 3 months ago

    Hi,

    I wanted to know the REST command to update the user password when the user doesn’t remember their old password.

    I don’t want to send out a mail and follow the “Self Registration” process as defined at

    As, I have a Customer support representative who should be able to update the password on need basis immediately.

  • Profile picture of Dhawal

    Dhawal started the topic Is there a REST command to reset password without using "Self Registration" flow in the forum Access Management 7 years, 3 months ago

    Hi,

    I wanted to know the command to update the user password when the user doesn’t remember their old password.

    I don’t want to sent out a mail and follow the “Self Registration” process as defined at

    As, I have a Customer support representative who should be able to update the password on need basis immediately.

  • Profile picture of Dhawal

    Dhawal replied to the topic REST API to create a Group and add a user to a Group through OpenAM in the forum Access Management 7 years, 4 months ago

    However, I don’t know how to add a user to an exiting Group through REST.
    The following command FAILs.

    curl
    --request PUT
    --header "If-None-Match: *"
    --header "iPlanetDirectoryPro: AQIC5wM2LY4SfcymLNtM05fELmSuk3msXE7bEryLBsEY-OU.*AAJTSQACMDEAAlNLABM2NTM1ODUwMzk2MTAyMTE0ODAy*"
    --header "Content-Type: application/json"
    --data '{…
    [Read more]

  • Profile picture of Dhawal

    Dhawal replied to the topic REST API to create a Group and add a user to a Group through OpenAM in the forum Access Management 7 years, 4 months ago

    Got the Answer

    curl
    --request POST
    --header "iPlanetDirectoryPro: AQIC5wM2LY4SfcwGlIpYmVyK-PZooKvDUa7N19fQDM9w1G8.*AAJTSQACMDEAAlNLABQtNTI2NzkwMzEwNDM2MDg5MjUxMQ..*"
    --header "Content-Type: application/json"
    --data '{
    "username":"newGroup"
    }'…
    [Read more]

  • Profile picture of Dhawal

    Dhawal replied to the topic REST API to create a Group and add a user to a Group through OpenAM in the forum Access Management 7 years, 4 months ago

    Got the Answer

    curl
    --request POST
    --header "iPlanetDirectoryPro: AQIC5wM2LY4SfcwGlIpYmVyK-PZooKvDUa7N19fQDM9w1G8.*AAJTSQACMDEAAlNLABQtNTI2NzkwMzEwNDM2MDg5MjUxMQ..*"
    --header "Content-Type: application/json"
    --data '{
    "username":"newGroup"
    }'…
    [Read more]

  • Profile picture of Dhawal

    Dhawal started the topic REST API to create a Group and add a user to a Group through OpenAM in the forum Access Management 7 years, 4 months ago

    Hi,

    Is it possible to create a group in OpenDJ through OpenAM REST call ?
    If it is , then request anyone to Pls share the REST API to create a Group and then add an user to that Group. I can do it through OpenIDM but not through OpenAM.

    Command I used was:
    $ curl --header "Content-Type: application/json"
    --header "iplanetDirectoryPro:…
    [Read more]

  • Profile picture of Dhawal

    Dhawal replied to the topic Issue with Social Logon (Facebook) in the forum Access Management 7 years, 4 months ago

    Thanks Rogério. All the four use cases detailed are very useful and informative.

    I need to sit down with my development team to further understand what they want to do as I am a bit confused with their requirement.

  • Profile picture of Dhawal

    Dhawal started the topic Creating Random Username and Password through REST in the forum Identity Management 7 years, 4 months ago

    Hi All,

    Can we generate a random Username/Password while creating a user through REST through OpenIDM ?

    I can create a user as:

    curl
    –request PUT
    –header “iplanetDirectoryPro: AQIC5wM2LY4SfcxlE0JZaE106XuIengxJbRP6WD82U-e58U.*AAJTSQACMDEAAlNLABM1NzE4MDc5ODc0MjYwNjEwNjAx*”
    –header “Content-Type: application/json”
    –header…[Read more]

  • Profile picture of Dhawal

    Dhawal replied to the topic Creating Random Username and Password through REST in the forum Access Management 7 years, 4 months ago

    Does OpenIDM have anything in this regard ?

  • Profile picture of Dhawal

    Dhawal replied to the topic Creating Random Username and Password through REST in the forum Access Management 7 years, 4 months ago

    Thanks Victor.

  • Profile picture of Dhawal

    Dhawal started the topic Creating Random Username and Password through REST in the forum Access Management 7 years, 4 months ago

    Hi All,

    Can you Pls let me know how to generate a random Username/Password while creating a user through REST.

    I can create a user as:
    curl
    --request PUT
    --header "iplanetDirectoryPro: AQIC5wM2LY4SfcxlE0JZaE106XuIengxJbRP6WD82U-e58U.*AAJTSQACMDEAAlNLABM1NzE4MDc5ODc0MjYwNjEwNjAx*"
    --header "Content-Type: application/json"
    --header…
    [Read more]

  • Profile picture of Dhawal

    Dhawal started the topic Creating Random Username and Password through REST in the forum Access Management 7 years, 4 months ago

    Hi All,

    Can you Pls let me know how to generate a random Username/Password while creating a user through REST.

    I can create a user as:
    curl
    --request PUT
    --header "iplanetDirectoryPro: AQIC5wM2LY4SfcxlE0JZaE106XuIengxJbRP6WD82U-e58U.*AAJTSQACMDEAAlNLABM1NzE4MDc5ODc0MjYwNjEwNjAx*"
    --header "Content-Type: application/json"
    --header…
    [Read more]

  • Profile picture of Dhawal

    Dhawal started the topic Creating Random Username and Password through REST in the forum Access Management 7 years, 4 months ago

    Hi All,

    Can you Pls let me know how to generate a random Username/Password while creating a user through REST.

    I can create a user as:
    curl
    --request PUT
    --header "iplanetDirectoryPro: AQIC5wM2LY4SfcxlE0JZaE106XuIengxJbRP6WD82U-e58U.*AAJTSQACMDEAAlNLABM1NzE4MDc5ODc0MjYwNjEwNjAx*"
    --header "Content-Type: application/json"
    --header…
    [Read more]

  • Profile picture of Dhawal

    Dhawal replied to the topic RESTful API – identity Creation in Realm Issue in the forum Access Management 7 years, 4 months ago

    Hi,
    As I know, in you POST statement, you should be specifying the realm name as below:

    POST http://forgerock:8080/openam/json/REALM NAME/users/?_action=create HTTP/1.1

    I have already tested the above and it works as following
    "Content-Type: application/json" --data '{ "username": "dsingh", "userpassword": "secret12", "mail":…[Read more]

  • Profile picture of Dhawal

    Dhawal replied to the topic RESTful API – identity Creation in Realm Issue in the forum Access Management 7 years, 4 months ago

    Hi,
    As I know, in you POST statement, you should be specifying the realm name as below:

    POST http://forgerock:8080/openam/json/REALM NAME/users/?_action=create HTTP/1.1

    I have already tested the above and it works as following
    “Content-Type: application/json” –data ‘{ “username”: “dsingh”, “userpassword”: “secret12”, “mail”:…[Read more]

  • Load More
Profile Photo jhwang Profile Photo keisuke

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