Questions tagged [openam]

OpenAM is an open source access management, entitlements and federation server platform.

OpenAM is the open source authentication, authorization, entitlement and federation software derived from Sun Microsystem's OpenSSO.

OpenAM provides core identity services to simplify the implementation of transparent single sign-on (SSO) as a security component in a network infrastructure. OpenAM provides the foundation for integrating diverse web applications that might typically operate against a disparate set of identity repositories and are hosted on a variety of platforms such as web and application servers.

641 questions
0
votes
2 answers

How to script the install of openam

According to the above documentation, to create the initial configuration I need to open a web browser. This is sound really weird to me. I would like to script the deploy of OpenAM and it seems…
toutpt
  • 5,145
  • 5
  • 38
  • 45
0
votes
1 answer

Deleting iPlanetDirectoryPro cookie

I am trying to delete iPlanetDirectoryPro cookie in logout using following code. cookie.setMaxAge(0); cookie.setValue(""); response.addCookie(cookie); But still it is not getting deleted. What are other options to delete it?
manish
  • 61
  • 1
  • 1
  • 12
0
votes
1 answer

OpenAm: SSO implementation using RESTful API

I am a bit confused implementing SSO with RESTful API. So far, I have used RESTful API to authenticate and get a token-id. How should SSO can be implemented? To get a token validated, it must be saved somewhere as a cookie or something. Is there…
nebula
  • 3,932
  • 13
  • 53
  • 82
0
votes
1 answer

Liferay openam configuration using Ldap

I want to configure liferay with openam. I am able to login in liferay by ldap users but when i try to login via openam than in openam it will not allow to create user in it. And also want to know how to use ldap users in openam. I want to login…
0
votes
2 answers

How to disable or restrict access to opensso / openam identity services

I'm wondering how I could disable the access to /identityservices/* and to other opensso / openam servlets. The thing is that I wrote my own authentication module for strong authentication. The fact that /identityservices/* allows to obtain a…
morbac
  • 301
  • 4
  • 16
0
votes
2 answers

Prevent connection to Access Manager

GlassFish, Policy Agent, OpenAM, Portal on Spring: I have a task to prevent access to Access manager from some blocked users (users are blocked dynamically by using portal), so that they could not connect to it and overload AM. After some googleing…
yons88
  • 439
  • 2
  • 5
  • 20
0
votes
2 answers

Spring Security with OpenAM

Currently we have web app which uses spring Security for role based Authentication and Authorization. Since we want to use SSO I see this example to integrate Spring with Openam…
Reddymails
  • 793
  • 1
  • 10
  • 24
0
votes
1 answer

Get list of all Realms in OpenAM

How Can I get a list of all Realms with name and description using OpenAM API call?
Jake
  • 25,479
  • 31
  • 107
  • 168
0
votes
1 answer

What causes a com.sun.identity.agents.arch.AgentException with a message stating "invalid transport string" in a JBoss agent?

com.sun.identity.agents.arch.AgentException: Invalid transport string at com.sun.identity.agents.util.TransportToken.initializeFromString(TransportToken.java:135) at…
0
votes
1 answer

How to send more attributes in SAML response along with email Id

I am doing login to ADFS using fedlet created using openam. In fedlet i am getting saml response from ADFS in which I get only email address but I want other attributes like role,user name,user status,password .How I do get this attributes in my…
pbhle
  • 2,856
  • 13
  • 33
  • 40
0
votes
1 answer

simplesamlphp get attributes returns value not expected

I have setup OpenAM and SimpleSAMLPhp. I can auth via the OpenAM "Test Fed" and the "Auth" page in SimpleSAMLPhp so i believe its all working correctly. However, when i auth the user, and then print out: $attributes = $as->getAttributes(); $attrs =…
Gareth H
  • 103
  • 2
  • 14
0
votes
1 answer

facing issue in the adfs and fedlet fedration

I am also trying to explore the fedlet + adfs federation. What I have is: an adfs server installed on machine A. I have also added the fedlet as the relying part but when I enter the replying party federation metadata url and click on test url…
Mahesh More
  • 919
  • 2
  • 8
  • 20
0
votes
1 answer

openam auth - send extra parameters

I have setup OpenAM (SingleSignOn) and can login successfully. The next step (dont know if this is possible) is to send extra parameters with the auth request. i.e.:…
Gareth H
  • 103
  • 2
  • 14
0
votes
1 answer

Exception while testing the openam from adfs network

We had made all the necessary changes for the openam and adfs setup and used this link : https://wikis.forgerock.org/confluence/display/openam/OpenAM+and+ADFS2+configuration as our reference , but when we are testing our setup from…
Mahesh More
  • 919
  • 2
  • 8
  • 20
0
votes
2 answers

Exception while creating sp.xml using ssoadmin

I am facing this exception when I trying to create the sp.xml using the ssoadmin : com.sun.identity.cli.CLIException: AdminTokenAction: FATAL ERROR: Cannot obtain Application SSO token. Check AMConfig.properties for the following properties …
Mahesh More
  • 919
  • 2
  • 8
  • 20