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 […]
Month: April 2020
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 […]
List of Commands ssoadm OpenAM
List of Commands ssoadm OpenAM In this post, I am going show List of Commands ssoadm OpenAM. Its command-line tool for OpenAM Configuration. Without using OpenAM console, we can configure OpenAM like creation of realms, creation of agent, the configuration of global parameters, find server configuration, etc… Go to the ssoadm installed folder and execute […]
How to Install The OpenAM Admin Tool ssoadm
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 […]
The server time zone value unknown is unrecognized or represents more than one time zone
The server time zone value ‘unknown’ is unrecognized or represents more than one time zone SQL Exception while inserting data into table: The server time zone value ‘unknown’ is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the serverTimezone configuration property) to use a more […]