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

openam + adfs test fedration fails

I referred this site : https://wikis.forgerock.org/confluence/display/openam/OpenAM+and+ADFS2+configuration for the setup of openam + adfs and followed all the steps from the document but when test it using the link: (link similar to my…
Mahesh More
  • 919
  • 2
  • 8
  • 20
0
votes
3 answers

Cross domain SSO using openAM

I have a requirement where I need to to do cross domain SSO using openAM. The SP server has a different cookie than the IDP. I need to access the IDP cookie to retrieve the IDP datastore user details. The SP uses a anonymous user.
Soumyajit Swain
  • 1,298
  • 1
  • 21
  • 35
0
votes
1 answer

Exception with Federation Connectivity Test

When I am trying to run the Federation Connectivity Test from my openam with the ADFS server configured am getting the following exception: HTTP Status 500 - type Exception report message description The server encountered an internal error () that…
Mahesh More
  • 919
  • 2
  • 8
  • 20
0
votes
1 answer

How to get SAML assertion from OpenAM (using Java)?

I'm in the midst of finding some means (preferably through Java code) that will enable me to get the SAML assertion from the IDP (i.e. ForgeRock's OpenAM) for a Service Provider (SP) via SSO Login. The SP have already been configured to interact…
0
votes
1 answer

OpenAM overall comprehension and SAML

I'm implementing a SSO solution with SAML using OpenAM. I'm a very beginner on theses technologies and I need some clarifications. My progress For the moment, I have installed a Tomcat hosting OpenAM as an IdP. Another Tomcat fits as my SP. The…
MTranchant
  • 485
  • 1
  • 7
  • 23
0
votes
1 answer

OpenAM Tomcat J2EE Agent Configuration For Authorization

I'd like to configure authorization into a test webapp staged in Tomcat 6 using OpenAM. The ultimate goal/use case would something like: user bob belongs to group employee user john belongs to group manager only employees and managers can access…
0
votes
1 answer

import sp.xml file on service provider or identity provider

I am doing adfs+openam federation where openam server is my service provider and adfs server is identity provider .In that I have created sp.xml and sp-extend.xml file on openam server. and idp.xml and idp-extend.xml on adfs server. But where to…
pbhle
  • 2,856
  • 13
  • 33
  • 40
0
votes
1 answer

Liferay cannot get user by screenname

I'm writing an autologin hook for liferay, which tries to get the user by screenname. I'm using following code to get the user, which mainly is a variation of OpenSSOAutoLogin: User user = UserLocalServiceUtil.getUserByScreenName(companyId,…
morbac
  • 301
  • 4
  • 16
0
votes
1 answer

Setting up OpenSSO (OpenAM) for Identity Provider scenario

We have an OpenSSO (OpenAM) instance set up at our end to work as a Service Provider (SP). It's been working well so far in an SP Initiated SSO scenario, however, I recently had to set it up for an IDP initiated scenario and am unable to get it to…
legendofawesomeness
  • 2,901
  • 2
  • 19
  • 32
0
votes
2 answers

Custom URL parameters lost after OpenAM login redirection

I'm using OpenAM for authentication on my application. I access to my app using such URL: http://my.company.com/appfolder/appservlet?lang=EN&user=test On first access, OpenAM agent catches the URL and redirect my browser to the authentication page…
morbac
  • 301
  • 4
  • 16
0
votes
3 answers

OpenAM: RESTFUL API - Encrypt/Encode Password

We are using the Open AM Restful API to perform authentication. Our restful call has the following format: http://OpenAM_Host:Port/deploy_uri/identity/authenticate?username=scott&password=tiger How can we send the password in an encrypted/encoded…
-1
votes
1 answer

How to implement Forgerock AM with Spring security with Authentication and Autherization?

I want to secure my Spring boot rest api using Forgerock OpenAm with Spring Security. But I am not able to find any resources for that. If anyone has any clarity on this. Help me with any demo project.
Sawan Kumar
  • 75
  • 1
  • 9
-1
votes
1 answer

Azure AD to forge rock user sync

I want to sync users from Azure AD to Forgerock open. Whenever users are created/deleted in Azure AD. I want the users to be created/deleted in forge rock open. I have established the SAML federation between forge rock and Azure AD. Any…
-1
votes
1 answer

OpenAM and Yii2 single sign on

I’m looking for a way to properly implement SSO with Yii2. So i found out about OpenAM and wonder if it can work with Yii2. Please provide some advice or documents about this cause i can't find it anywhere. I'm using Yii2 basic app. Thank you!
Sao Ho
  • 139
  • 2
  • 22
-1
votes
2 answers

"No class def found" error when using OpenAM SDK via Kotin

I am trying to use OpenAM SDK for some task. When using any of SDK classes, I get "No class def found" error! I have checked and confirmed gradle.build and made sure I have correct external jar (Client SDK). What can be the problem? buildscript…
Kamyar
  • 2,494
  • 2
  • 22
  • 33
1 2 3
42
43