-
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 !
-
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 !
-
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]
-
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]
-
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.
-
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.
-
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.
-
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
[Read more]
--request PUT
--header "If-None-Match: *"
--header "iPlanetDirectoryPro: AQIC5wM2LY4SfcymLNtM05fELmSuk3msXE7bEryLBsEY-OU.*AAJTSQACMDEAAlNLABM2NTM1ODUwMzk2MTAyMTE0ODAy*"
--header "Content-Type: application/json"
--data '{… -
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
[Read more]
--request POST
--header "iPlanetDirectoryPro: AQIC5wM2LY4SfcwGlIpYmVyK-PZooKvDUa7N19fQDM9w1G8.*AAJTSQACMDEAAlNLABQtNTI2NzkwMzEwNDM2MDg5MjUxMQ..*"
--header "Content-Type: application/json"
--data '{
"username":"newGroup"
}'… -
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
[Read more]
--request POST
--header "iPlanetDirectoryPro: AQIC5wM2LY4SfcwGlIpYmVyK-PZooKvDUa7N19fQDM9w1G8.*AAJTSQACMDEAAlNLABQtNTI2NzkwMzEwNDM2MDg5MjUxMQ..*"
--header "Content-Type: application/json"
--data '{
"username":"newGroup"
}'… -
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"
[Read more]
--header "iplanetDirectoryPro:… -
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.
-
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] -
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 ?
-
Dhawal replied to the topic Creating Random Username and Password through REST in the forum Access Management 7 years, 4 months ago
Thanks Victor.
-
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
[Read more]
--request PUT
--header "iplanetDirectoryPro: AQIC5wM2LY4SfcxlE0JZaE106XuIengxJbRP6WD82U-e58U.*AAJTSQACMDEAAlNLABM1NzE4MDc5ODc0MjYwNjEwNjAx*"
--header "Content-Type: application/json"
--header… -
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
[Read more]
--request PUT
--header "iplanetDirectoryPro: AQIC5wM2LY4SfcxlE0JZaE106XuIengxJbRP6WD82U-e58U.*AAJTSQACMDEAAlNLABM1NzE4MDc5ODc0MjYwNjEwNjAx*"
--header "Content-Type: application/json"
--header… -
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
[Read more]
--request PUT
--header "iplanetDirectoryPro: AQIC5wM2LY4SfcxlE0JZaE106XuIengxJbRP6WD82U-e58U.*AAJTSQACMDEAAlNLABM1NzE4MDc5ODc0MjYwNjEwNjAx*"
--header "Content-Type: application/json"
--header… -
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] -
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