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
1
vote
1 answer

OpenAM agent redirects to default login url

I'm trying to install OpenAM 12.0.2 using Quick Start Guide. Everything works fine, except redirecting unauthenticated user to OpenAM login page. In Agent config login URL is set as com.sun.identity.agents.config.login.url[0] =…
rebelraven
  • 93
  • 9
1
vote
1 answer

OpenAM and Spring Security 4 Integration

I am building a Spring-MVC-Hibernate back-end with dozens of RESTful web-services. The front-end will probably be an HTML5, CSS3, and JQuery web-app that utilizes back-end web-services I am developing. We have an OpenAM 10.x SSO system on a Tomcat…
tjholmes66
  • 1,850
  • 4
  • 37
  • 73
1
vote
0 answers

Integration OpenAM - OAuth2 with iOS

I am developing an application for iOS and need to integrate with OAuth 2.0 and OpenAM. I'm in doubt how to delegate the refresh token for KeyChain.
1
vote
1 answer

OpenAM - Is there a way to disable new organisation message while switching between realms?

In our OpenAM implementation, we have two realms with different relying parties configured in it. Both the realms authenticate against the same LDAP source. We adopted this configuration to avoid certain edge cases. Now, whenever we switch between…
Karthik
  • 3,075
  • 3
  • 31
  • 61
1
vote
1 answer

Can I reset "Time Remaining" in openam session

I am configuring SingleSignOn(SSO) using OpenAm server and opendj ldap. OpenAm is providing a Max Session time as 120 minutes. that means a user cannot access application for more than 2 hours. This is contradict to our application usage. we don't…
1
vote
0 answers

How do I validate certificates using OpenAM-12.0

I have the following use case: A client sends its certificate to my portal. My portal needs to authenticate the client based on the certificate. The certificate sent by the client could be signed by a known Certificate Authority or could be signed…
sunsin1985
  • 2,437
  • 5
  • 22
  • 27
1
vote
0 answers

get ObjectGUID (Active Directory) from OpenAM as String/Json

I have a short question. I use OpenAM to authenticate users against an Active Directory. The OpenAM is configured as an OAuth2 provider with a OAuth2 Client. What I want is, to get the objectGUID of the user that is authenticated via the…
JuHarm89
  • 847
  • 3
  • 12
  • 26
1
vote
1 answer

OpenAM : How to create the profile on login dynamically

I developed a custom authentication module in OpenAM, and when user logins with this module. I have to set "User Profile" to be ignored for a successful login. Otherwise it fails with error User Requires Profile to Login OpenAM is correct because…
Mr.Wang from Next Door
  • 13,670
  • 12
  • 64
  • 97
1
vote
1 answer

OpenAM, OpenId, REST API, In-House applications: how do I connect them all?

I'm having trouble tying all of this together. Partially due to lack of understanding, and partially because I've not use OpenAM before. I'm trying to implement Single Sign-on. Here are the players. OpenAm.…
Tony Evans
  • 163
  • 2
  • 10
1
vote
1 answer

openam installation error: Rebuilding OpenDJ indexes...Failed 1

I'm trying to install openam 10 using a TomcatV6 and a JVM6. When the opensso configuration wizard is show, I select the "New Configuration" option. Everything seems to work fine, but when the wizard starts with the last step of the installation I…
1
vote
1 answer

Setting Parent Site in Server using ssoadm

I have created a site in OpenAM. ./ssoadm create-site -s "Site1" -i http://localhost:8080/opensso -u amadmin -f password-file I would like to set this Site as a Parent Site in this server. I can do this easily using the Admin Console, but my…
paperclip
  • 650
  • 2
  • 8
  • 23
1
vote
2 answers

How to get existing user data from one datastore to newly connected datastore in Openam

I am using Openam12 , I have following scenario: install openam12 with with embedded or external openDJ. add some users/groups on this data store. Add new AD LDS datastore, using ADAM configuration load openam schema to AD LDS. I can view existing…
Indrani Sen
  • 287
  • 4
  • 19
1
vote
1 answer

Openam - Unable to get Application SSO Token

I am trying to bring up my tomcat server on which OpenAM is installed but the server fails on startup because the Policy Agent installed on the same server is trying to access a naming service on the same server. I am just in the middle of a proof…
sunsin1985
  • 2,437
  • 5
  • 22
  • 27
1
vote
1 answer

OpenAM J2EE agent installation bringing down tomcat

OpenAM version -12 , Agent version 3.5 and 3.3 , tomcat version 7 I have tried to follow the link https://forums.alfresco.com/forum/installation-upgrades-configuration-integration/authentication-ldap-sso/sso-openam-06052012 to set up my J2EE Agent.…
R-JANA
  • 1,138
  • 2
  • 14
  • 30
1
vote
0 answers

OpenAM: How to restrict users to a realm

We have concept of Operators(Employees, Merchants, Billers) and Subscribers in our applications. We have installed OpenAM 12.0 with default configuration to test the setup. We are thinking of setting up realms hierarchy /Top Level Realm …
Deepak N
  • 2,561
  • 2
  • 30
  • 44