How to Install The OpenAM Admin Tool ssoadm In this article, I am going to sharing How to Install the OpenAM Admin Tool ssoadm. ssoadm tool is a command-line tool using to configure OpenAM instead of using the console. Due to this, we can save a lot of time while configuring the OpenAM and […]
Tag: forgerock
How to create a Realm in OpenAM
How to create a Realm in OpenAM In this post, I am going to sharing how to create a realm in OpenAM. Realm is used to group and organize the information and configuration parameters. Its like isolation of the parameters and configuration for a particular realm. You can create a project/channel-wise realm. So if one […]
OpenAM Interview Questions and Answers
OpenAM Interview Questions and Answers In this article, I am going to share the most important and frequently asked OpenAM Interview Questions and Answers. In another article, OpenIDM and OpenDJ interview questions and answers were also shared. Along with the answers required reference links are also added for each and every question so you can […]
How to change Web Agent Session Cookie Name in OpenAM
How to change Web Agent Session Cookie Name in OpenAM In this article, I am going to sharing How to change the Web Agent session cookie name in OpenAM. Generally OpenAM the default session cookie name is iPlanetDirectoryPro. Its store session details and recommended that you change it for security reasons. Once you have […]
How to change Java Agent Session Cookie Name in OpenAM
How to change Java Agent Session Cookie Name in OpenAM In this article, I am going to sharing How to change the Java Agent session cookie name in OpenAM. OpenAM, the default session cookie name is iPlanetDirectoryPro. Its store session details and recommended that you change it for security reasons. Once you have changed […]
How to change the default session cookie name in OpenAM
How to change the default session cookie name in OpenAM In this article, I am going to sharing How to change the default session cookie name in OpenAM. Generally OpenAM the default session cookie name is iPlanetDirectoryPro. Its store session details and recommended that you change it for security reasons. Post OpenAM 13 and […]
Google oAuth2 Provider Details
Google oAuth2 Provider Details In this article, I am going to show Google oAuth2 Provider Details. OAuth 2.0 (Open Authorization), an open protocol for token-based authorization on the internet. The process for obtaining the token is called an authorization flow. OAuth 2.0 provides users with the ability to grant third-party application access to web resources […]
OpenIDM User Self-Service
OpenIDM User Self-Service In this article, going to explaining how to enable to OpenIDM User Self Service. The user himself able to do profile activity operations such as Create an Account, forgotten username, forgotten password, change password, update profile, update security questions, update subscriptions, social login, etc.. Before this, we need to install OpenIDM. […]
OpenIDM Interview Questions and Answers
OpenIDM Interview Questions and Answers What is the default admin user name and password? Username : openidm-admin Password : openidm-admin What is the default back-end database in Pre-OpenIDM 4.0? OrientDB What is the default back-end database in above OpenIDM 5? LDAP ( OpenDJ ) What is the OpenIDM Admin URL? http://<hostname>:<port>/admin http://127.0.0.1:8080/ or http://localhost:8080/admin […]
OpenIDM 4.0 Default Installation Summary
OpenIDM 4.0 Default Installation Summary OpenIDM installation explained in the previous article. Here I am summarizing the details of OpenIDM default installation. Host / IP localhost or 127.0.0.1 HTTP Port 8080 HTTPS Port 8443 Admin Portal URL Admin URL: http://localhost:8080/admin OR http://127.0.0.1:8080/admin Default Admin Username: openidm-admin Default Admin Password: openidm-admin Self-Service Portal URL you […]