Site icon Narayana Tutorial

OpenAM Interview Questions and Answers

openam interview questions and answers

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 go through it in detail. Before going to the interview, you can go through it and refresh your knowledge.

 

What is Single Sign-On(SSO)?

Single sign-on (SSO) is a way for users to be authenticated for multiple applications and services at once. With SSO, a user signs in at a single login screen and can then use a number of apps. Users do not need to confirm their identity with every single service they use.

What is the difference between authentication and authorization

Ans:

Authentication: It is confirming an identity. Ex: Confirming Use successfully logged in.

Authorization: It is determining whether to grant access to someone who is valid

What is the software required to set up OpenAM?

 

What is the default session cookie name in OpenAM?

Ans:

iPlanetDirectoryPro

 

openam-default-cookie-name-iPlanetDirectoryPro

 

What is the default load balancer cookie name in OpenAM?

Ans:

amlbcookie

openam-default-cookie-name-iPlanetDirectoryPro

 

What are the grant types supported by OpenAM?

  1. Authorization Code Flow
  2. Implicit Grant Flow
  3. Resource Owner Password Credentials
  4. Client Credentials
  5. Refresh Token
  6. UMA
  7. Device Code
  8. SAML
  9. Back Channel Request
  10. JWT Bearer

openam-openid-connect-provider-grant-types

 

 

 

What are the parameters required for Session Upgrade in OpenAM?

Here ForceAuth is case-sensitive. So please make sure ForceAuth=true. if we will give like forceAuth=true then the given parameter will be ignored and the session token id will be changed in the second chain authentication

 

We collected ForgeRock OpenAM interview questions and answers and summarized them here. You can go through them  before going to the interview

OpenAM-Interview-Questions-and-Answers

 

 

Reference

FAQ Cookies

OpenAM Session Token Upgrade