OpenIDM Interview Questions and Answers

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

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 […]

ForgeRock OpenAM Custom Configuration Installation on Windows

ForgeRock OpenAM Installation on Windows

In this article, I am going to sharing ForgeRock OpenAM Custom Configuration Installation on Windows. OpenAM installation on Windows and Linux is almost similar so mentioned required changes wherever required according OS dependency, But in this article OpenAM installation showing on Windows system. Here there are two ways of OpenAM installation they are 1. OpenAM […]

Microsoft Office365 SMTP, POP3 and IMAP Settings

Office365-Server-Details

Microsoft Office365 SMTP, POP3 and IMAP settings   Here I am going to sharing Microsoft Office365 SMTP, POP3 and IMAP Settings to connect from any programming language to send email and fetch email from inbox by using different type of protocol   SMTP Settings To send emails by using Microsoft Office365 exchange SMTP server SMTP […]

Forgerock OpenAM Default Configuration Installation

OpenAM Default Installation

Forgerock OpenAM Default Configuration Installation   In this article, I am going to sharing how to installation OpenAM with Default Configuration means that OpenAM uses embedded OpenDS to store configuration details. You can find the OpenAM installation steps in the below. Before ForgeRock installation, you can go through the ForgeRock OpenAM Prerequisites Setup. In this […]

How to build a release in MVN in Linux

Navigate to project location where you should see pom.xml, assume source code is in SVN. Step#1 $svn update –username=<username> Step#2 $mvn clean Step#3 $mvn release:clean Step#4 (This is an optional step) $mvn -Ddry-run=true release:prepare -DscmCommentPrefix=”provide release information” Step#5 <Now Do the proper prepare> $mvn release:prepare -DscmCommentPrefix=”provide release information” First input: You need to provide release […]