In this session, am explained How to Enable Email Validation In OpenIDM. This means that while user registration we can validate the entered email address correct or not by sending the account activation link to entered email address then the user should open the inbox and then click on the account activation link to an […]
Tag: openidm
OpenIDM 7.1 Installation
OpenIDM 7.1 Installation This article explained how to installation OpenIDM 7.1. Which is the latest version and there is no much difference in the installation process between the old version (6.5) and the new version (7.1). OpenIDM not having any .exe or .rpm file to install and which means that we need to start the […]
ForgeRock e-Learning Videos
Here we are providing ForgeRock e-Learning videos for OpenAM, OpenDJ, and OpenIDM for beginners, intermediate, and experts. All videos created with real-time configuration with the explanation. By seeing the videos you can easily understand the ForgeRock products stack. You can fill the below form and submit it by selecting the course. We will […]
How to integrate OpenIDM with OpenDJ
How to integrate OpenIDM with OpenDJ In this post, I am going to show How to integrate OpenIDM with OpenDJ. Before going to integration OpenDJ installed in the system and get the connection properties that are required to access it from OpenIDM. Pre-Requisites 1. Java 1.8 2. OpenDJ Installation 3. OpenIDM Installation OpenDJ […]
How to decode Id Token in java
How to decode Id Token in java Id Token generated by the authorization server which contains the user information and authorization server details. Here I am sharing the java example program to decode the Id Token. Pre-Requisites java 1.8 Eclipse Create java maven project in eclipse the add the following pom.xml and java file into […]
How to start and stop OpenIDM
How to start and stop OpenIDM In this post, I am going to show How to start and stop OpenIDM? By default, you start and stop OpenIDM in interactive mode. There are two startup files in which one for Windows and another one for Linux. startup.sh –> UNIX statup.bat –> WINDOWS Start OpenIDM Open windows […]
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 […]
OpenIDM Social Google OAuth2 Login
OpenIDM Social Google OAuth2 Login In this article, I am going to show the OpenIDM Social Google OAuth2 Login. In the previous article explained about OpenIDM User Self Service. Here we are showing how to login into OpenIDM by using Google account. Here Google acting as an identity provider to OpenIDM. Nowadays most of […]
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 […]