How to Configure OpenAM Data Store Decision Node Tree In this article, we will discuss How to Configure OpenAM Data Store Decision Node Tree. OpenAM having a different type of authentication mechanism to achieve the authentication process. In which one of the mechanisms is Tree. The tree is the combination of different types of nodes. […]
Tag: openam
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 […]
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 sharing the most important and frequently asking OpenAM Interview Questions and Answers. In another article, OpenIDM and OpenDJ interview questions and answers also shared. Along with answers required reference links also added for each and every question so you can go through it […]
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 […]