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
122
votes
4 answers

Differences between SP initiated SSO and IDP initiated SSO

Can anyone explain to me what the main differences between SP initiated SSO and IDP initiated SSO are, including which would be the better solution for implementing single sign on in conjunction with ADFS + OpenAM Federation?
pbhle
  • 2,856
  • 13
  • 33
  • 40
69
votes
3 answers

AdminTokenAction: FATAL ERROR: Cannot obtain Application SSO token

I was trying to install openam 12 war with apache tomcat agent as configured sso.But tried more than fifty times but am getting only error. If I change below property value as amAdmin from webagent,while calling the protected application in tomcat…
sunleo
  • 10,589
  • 35
  • 116
  • 196
36
votes
7 answers

OpenSSO/OpenAM alternatives

Warning! I'm on a bit of a fishing trip here, and I'm not even sure if the questions that I'm asking entirely make sense. Please be kind with your responses! :) I recently took over a project that is currently based on a Java + Linux + Tomcat +…
David S
  • 12,967
  • 12
  • 55
  • 93
9
votes
3 answers

An error occurred while attempting to decode the Jwt: Signed JWT rejected: Another algorithm expected, or no matching key(s) found

I am trying setup OAuth2-OpenID Connect with ForgeRock OpenAM integrated with spring security and am getting the following error 2019-06-17 15:01:42.576 DEBUG 62255 --- [nio-8090-exec-2] .o.s.r.w.BearerTokenAuthenticationFilter : Authentication…
Adnan Mamajiwala
  • 578
  • 3
  • 9
  • 21
9
votes
2 answers

What is the difference between OpenDS, OpenDJ and OpenAM?

Hie Please explain which to use when, OpenDS OpenDJ OpenAM. Thanks.
Santosh Mondal
  • 319
  • 1
  • 6
  • 12
9
votes
4 answers

forgerock Identity Management Solution Vs WSO2 Identity Server

I'm trying to choose one of forgerock identity management solution (openAM, openIDM) and wso2 identity server for implementing Identity and Access Management solution. I'm interested in using following features: Single Sign-On (SSO) Policy based…
Abdul
  • 694
  • 4
  • 14
  • 29
8
votes
2 answers

How to implement openAM SSO to my existing web applications

I'm try to implementing SSO in my existing web applications with using OpenAM by refer following link http://fczaja.blogspot.com/2012/06/idp-initiated-sso-and-identity_21.html PS. my web applications have their own login page already Now what is got…
AKZap
  • 1,181
  • 6
  • 17
  • 31
7
votes
1 answer

Spring security SAML OpenAM

I'm trying to develop a web application using a frontend with angular2 and a REST backend with spring boot. I need to manage with 3 types of authentification : - basic login/password matching againts database - ldap authentification - sso…
user2485349
  • 139
  • 2
  • 5
6
votes
3 answers

Is OpenDJ, OpenAM and OpenIAM free software

What has been the experience of folks who have already been using OpenDJ and OpenAM? Older versions seem free to use but the new releases don't seem to be free for use. How do they compare to the existing commercial offerings? They look like a…
R-JANA
  • 1,138
  • 2
  • 14
  • 30
5
votes
1 answer

Send information from one page to another with OpenSSO/AM and the get method

I have a web site protected by an OpenAm Server and accessing pages, after authentication, works fine. But when I try to redirect to a page and pass information with the get method, I obtain a forbidden access message. Is there a way to pass my…
Mike
5
votes
1 answer

Forgerock - Forgeops - util - building with RHEL?

I am trying to take this Dockerfile here - https://github.com/ForgeRock/forgeops/blob/release/6.5.0/docker/util/Dockerfile And change the old version which is Alpine linux (seen below): FROM alpine:3.7 ... RUN apk add --update ca-certificates \ …
Mike K.
  • 543
  • 3
  • 14
  • 46
5
votes
1 answer

Is it possible to authenticate against a Keycloak's Identity Provider (OpenAM) without using the Login screen?

Please note I am new to the applications I am mentioning so I might use the terminology incorrectly. I've added a few diagrams to explain myself as best I could. I am trying to setup a web service authentication policy in APIMAN (which uses Keycloak…
Gankbanger
  • 103
  • 1
  • 7
5
votes
5 answers

configurator.embsetupopendsfailed, refer to install.log openam installation

I'am facing the following error in installing OpenAM via Web GUI. configurator.embsetupopendsfailed, refer to install.log under /usr/share/tomcat7/openam for more information. In install.log it says: AMSetupServlet.processRequest: …
Pawan Sharma
  • 61
  • 1
  • 4
5
votes
2 answers

how to Configure openam as Identity provider(IdP) to test SAML based SSO

I am trying to configure openam as Identity provider to test my SAML based service provider application. I have searched a lot and saw documentation of openam. There are lots of thing supported by openam which probably I do not need at this moment.…
hridayesh
  • 1,123
  • 1
  • 14
  • 36
4
votes
2 answers

Securing webservices with OPENAM

I am attempting to create a secure, and possibly metered web-service in Java. In my research I turned up a lot of information about OpenSSO and thought that it was my solution until I discovered that OpenAM had taken over the reins and that OpenSSO…
jordan.baucke
  • 4,308
  • 10
  • 54
  • 77
1
2 3
42 43