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
2
votes
1 answer

OpenAM error 500 "Unable to do Single Sign On or Federation" when browser loads successURL

I just installed OpenAM 13.0.0, created an hosted IDP, and registered a remote SP. Within the remote SP (a product called Questetra), I configured the entityID, login URL, logout URL, and certificate using values found in the XML at…
Nicolas Raoul
  • 58,567
  • 58
  • 222
  • 373
2
votes
1 answer

How to debug OpenAM "SAML Request is invalid response"

I'm trying to debug the "SAML Request is invalid response" from OpenAM. I use the example from the book 'A guide to OpenSAML v3' and modified it to try the SSO on the OpenSAML instance, that I have running in a local tomcat container. The Request…
Rob Audenaerde
  • 19,195
  • 10
  • 76
  • 121
2
votes
3 answers

Java REST API that uses OpenAM token to determine user?

I am having trouble being able to validate a users token with OpenAM. Particularly what type of Agent I should create. Is there anyone that can recommend a solution? Essentially the REST API will read the users OpenAM tokenid and validate the token…
iam10k
  • 822
  • 1
  • 8
  • 11
2
votes
1 answer

Why do I get old SAML assertion even I updated data in IDP(OpenAM 12)?(cleaned cached data from browser)

Scenario: 1) Browser(User) requests resource from Service Provider (SP). 2) SP Redirects (with SAML Request) to Identity Provider (IdP). 3) Since it is first login, User gives the (IdP) his/her valid credentials. 4) IdP then redirects Browser (with…
Umesh Rajani
  • 139
  • 2
  • 13
2
votes
1 answer

Forgerock - OpenAM - retrieving all valid sessions for a specific user

How would I retrieve all valid sessions for a specific user? For example, if the user is logged in from multiple devices and decides to change password, or reset password. I need to be able to expire all active sessions and log the user out of all…
Sarah A
  • 1,185
  • 12
  • 27
2
votes
1 answer

Apiman (RedHat) and OpenAM (forgerock)

Is it possible to use Apiman over OpenAM infrastructure with OAuth2. Apiman is working with keycloak (RedHat) authentication solution, but can we replace kaycloak with OpenAM ?
Mr_Thorynque
  • 1,749
  • 1
  • 20
  • 31
2
votes
1 answer

Spring Oauth 2 SSO, Zuul and OpenAM integration

Introduction, Requirements: right now i am writing a Single Page Application with AngularJS which talks to a Spring REST API. For security purposes I would like to setup a reverse proxy with zuul which proxies every request to the API and verifies…
2
votes
1 answer

Powershell to Federate Office 365 domain

I am attempting to Federate office 365 and use it as a Service Provider, but I can't seem to change the SigningCertificate information in the FederationSettings. I am trying to use this powershell command: Set-MsolDomainAuthentication -IssuerUri…
Andrew Arias
  • 213
  • 4
  • 11
2
votes
1 answer

Search for users by Forgerock ClientSDK tools

All. I'm trying to search for the users using ClientSDK tools of Forgerock OpenAM-12.0.0 by sunIdentityServerPPCommonNameSN. Look my code. I found out that I can search the users by AMIdentityRepository.searchIdentities of the filter…
Kensuke Sato
  • 183
  • 1
  • 13
2
votes
1 answer

OpenAM Authentication - logout

I'm beginner with OpenAM, I'm working on an existing project. I use this documentation to improve our authentication service: http://docs.forgerock.org/en/openam/10.0.0/dev-guide/index/chap-authentication.html The login works fine, I receive my…
Guymage
  • 1,524
  • 1
  • 14
  • 21
2
votes
1 answer

OpenAM + Spring Security SAML getting SAML Request is invalid response

I'm facing a problem when using OpenAM with Spring security saml2 example. I have followed this tutorial to configure the Spring saml2 sample as well as OpenAM. Now I'm getting error after selecting http://localhost:8080/OpenAM-12.0.0 and click…
Janith
  • 580
  • 1
  • 7
  • 14
2
votes
1 answer

Access an API endpoint which requires OpenAM authentication

I want to access an API endpoint which requires OpenAM authentication. If I am trying to directly access this API endpoint, it will redirect (302) to OpenAM Auth page. I am able to get a valid OpenAM token using…
2
votes
1 answer

OpenAM and ArcGIS

I would like to log to my Arcgis Portal with Open AM. I have follow the arcgis documentation : http://doc.arcgis.com/en/arcgis-online/reference/configure-openam.htm when the SSORedirect i have the folling error : libSAML2:11/14/2014 05:14:52:570…
g3r4n
  • 105
  • 1
  • 9
2
votes
3 answers

Install-OpenAM 11.0

I'm trying to install OpenAM in CentOS and I am following the documentation http://docs.forgerock.org/en/openam/11.0.0/OpenAM-11.0.0-Getting-Started.pdf But, in step 1.4, the installation process freezes. And the following message…
2
votes
1 answer

Setting up monitoring authentication file.AMSetupServlet.processRequest: > errorjava.lang.NullPointerException

I get error when I install openam from existing deployment on command line. Environment:jdk 1.7.0_60+OpenAM11 My configuration file…
yskyj
  • 141
  • 1
  • 12