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
3 answers

Custom Identity Provider for OpenAM/OpenSSO

We are looking to use OpenAM/OpenSSO to act as a SSO provider. We need, however, to have OpenAM use our mongo datastore under the hood to manage its authentication needs. With this in mind, I found this:…
Owen
  • 6,992
  • 7
  • 44
  • 77
1
vote
1 answer

what is the impact of modifying openAM Authentication Settings (user Profile)

we use OpenAM version 13.0.0 what is the impact of modifying User Profile from required to Dynamic or Dynamic with an alias? realms->authentication->settings is this will affects SSO SAML or normal login for the admin user.
Bassem
  • 31
  • 4
1
vote
1 answer

How to get header attributes in OpenAM?

What did I do? 1) Installed OpenAM 6.5. 2) Created Webagent in OpenAM. 3) Installed Apache HTTP Server to route the request. 4) Installed Webagent over Apache HTTP Server. 5) Protected a test application and trying to access through Webagent and…
1
vote
2 answers

API Manager Analytics

We are working on a solution built on top of WSO2 APIM. Problem Statement: We want to add custom capability in existing APIM. Right now if we consume a single api endpoint it gives us meaningful statics some of them are: API Usage API API Usage…
Haris Qurashi
  • 2,104
  • 1
  • 13
  • 28
1
vote
1 answer

OpenAM OpenDJ dockerisation issue: Fails to redeploy using old data source

Facing a critical issue while the dockerization process of the OpenAM-OpenDJ) If the OpenAM container crashes or fails and we forced to redeploy OpenAM again, it will not connect to older OpenDJ, we need to reset OpenDJ again to make it functional…
Anish Varghese
  • 3,450
  • 5
  • 15
  • 25
1
vote
1 answer

How to retrieve client secret from the consumerKey(Client Name) in openAM

Is there is an endpoint in openAM which I can use to retrieve the client secret from the OpenAM. I'm using the OpenAM as the keymanager and I have used the below endpoint with parameters to create an application in…
Prakhash
  • 644
  • 2
  • 9
  • 20
1
vote
0 answers

Configure Thick Client (Empower Application) Application with Openam

My requirement is that I have to integrate Thick client application,Non-web based application with openam.Could you guys please tell me which protocol i have to use to do this job and could you please tell me the steps i have to do for the…
Manideep
  • 7
  • 2
1
vote
1 answer

Local maven dependencies for OpenAM 12

I need to compile OpenAM 12.0.0 from source code using maven, but since Forgerock has blocked access to maven.forgerock.org, the dependencies cannot be fetched online any more, and OpenAM won't compile :'( A solution would be to download the maven…
frogrock
  • 11
  • 2
1
vote
0 answers

Multi-value attribute in OpenAM IdP

To replicate the potential production scenario of an IdP initiated SAML request, I'm trying to set up a local (docker-based) version of OpenAM to serve as an IdP for an application (an SP) that I am developing. The application is written in Django…
Simeon Leyzerzon
  • 18,658
  • 9
  • 54
  • 82
1
vote
4 answers

tomcat not have write permission /usr/share/tomcat on RedHat 7

When I try to install OpenAM 12.0.0 on Tomcat 7 in (RedHat)RHEL 7 I get an error that says Configurator does not have write access to /usr/share/tomcat. I installed tomcat 7 through yum install tomcat and when the process finish it created a user…
kakashy
  • 714
  • 9
  • 24
1
vote
0 answers

Sending “Account is created” mail to the user after creating the account

I am looking for sending account created email to the user after he creates the account. I have enabled self service and user can create his account, I need to send the email to user once he successfully creates the account with openam. This is not…
Deepak
  • 21
  • 2
1
vote
0 answers

OpenAM /json/authenticate ReST api behaves differently on different servers

I am calling the OpenAM /json/authenticate api for a realm. The request details are as below. The issue is on one server the response received contains the tokenId directly and on other it gives the authId with callbacks. Both servers are exactly…
Drona
  • 6,886
  • 1
  • 29
  • 35
1
vote
2 answers

OpenAM for Drupal 8

I am trying to connect OpenAM with drupal 8 for user's authentication . Can we integrate OpenAM with Drupal 8 ? Is there any module available for drupal 8 of OpenAM . Please share .
1
vote
1 answer

How to parse OpenAM XACML using JVM?

We are using OpenAM as STS and its Policy Decision for ACL. I need the list of all url/methods for some task and I can retrieve XACML using OpenAM RESTful services. there are tons of XACMl libraries in JAVA ecosystem. Some of them are obsolete and…
Kamyar
  • 2,494
  • 2
  • 22
  • 33
1
vote
0 answers

Where to save user quota data? In LDAP or RDBMS?

We are developing a system using OpenAM as STS and OpenDJ Directory Service as storage. We have extended the schema for some more data about users and groups, which by changing OpenAM settings, it can easily work with them. We have also used OpenAM…
Kamyar
  • 2,494
  • 2
  • 22
  • 33