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

How to retrieve SAML Response from OpenAM for SalesForce

I got SAML assertion from TrustAuthorityClient API. with below Public API code securityToken = client.getSecurityToken("default", endpointURL, mexEndpointURL, (java.lang.Object)ssoToken, SecurityMechanism.STS_SECURITY_URI, …
Deepak Mule
  • 437
  • 5
  • 21
1
vote
2 answers

SalesForce initiated SSO using openAM

We are implementing SSO for SalesForce using OpenAM. We followed the steps @ http://blogs.oracle.com/rangal/entry/saml2_salesforce_com There are two scenarios 1. Idp (OpenAM) initiated SSO. 2. Service provider (salesForce) initiated SSO. Scenario 1…
user179056
  • 604
  • 19
  • 36
1
vote
1 answer

Is amserver.jar required to create policy in OpenAM?

We have a requirement of creating policies and groups programmatically and I was able to create policies and groups successfully using clientsdk.jar and amserver.jar. I tried creating policy without using amserver.jar but got…
1
vote
1 answer

Will OpenAM work if cookies are disabled?

Will OpenAM work if cookies are disabled? I have a Flex application and on some browsers (Chrome, Firefox), when a file upload is attempted, the flash player will not pass the OpenAM cookie. I need to find another way to do this. Is there any way…
Vinnie
  • 12,400
  • 15
  • 59
  • 80
1
vote
1 answer

Setting Client_Secret white fetching tokens using ForgeRock Javascript SDK

I am trying to fetch tokens after completing an authentication flow (username and password based) using OpenAM central login. In my callback url, I receive the auth code and state, which in turn I should call the getTokens function available in the…
Yash Patil
  • 84
  • 8
1
vote
1 answer

How to I add validation for user not present in the database after open AM Authentication

class OpenAMStrategy < Base def valid? puts("*************** CHECKING OPEN AM VALID ABXXXAB ********") request.headers['uid'].present? return true end Here i need to add…
invisible
  • 11
  • 4
1
vote
1 answer

ForgeRock OpenAM 5.5 Sign-in Sticky Session

I have a question about ForgeRock OpenAM 5.5 SSO login. Currently I have installed one AM server. I want to add one more AM server so that both AM servers can manage traffic. Single sign on has following 3 steps; Authenticate which return ID…
Jason Nanay
  • 115
  • 1
  • 12
1
vote
2 answers

Openam realm creation using ssoadm - set-realm-svc-attrs failing

I am attempting to create a new realm within openam using the ssoadm tool from the command line and am unable to complete the operation. The problem is that I cannot cannot configure the "Organization Authentication Configuration" and "Administrator…
stjohnroe
  • 3,168
  • 1
  • 27
  • 27
1
vote
0 answers

OpenAM reset password email sending to old email id

I am using Forgerock OpenAM 13.0.0 as an identity provider. I have tried email Id change and resetting the password through REST API. But when I tried to reset the password it is sending Email to the old email. I didn't see any reference to old…
Abdul
  • 321
  • 4
  • 22
1
vote
1 answer

How to use openAM with openDS for data authentication

How openDS and openAM can be configured together to authenticate data.... ? Is this possible that openDS is installed on some other machine on network and openAM is using it and if yes then how? What is the use of LDAP here? What is the use web…
sagar
  • 11
  • 1
  • 2
1
vote
1 answer

forgerock AM 7.1 with embedded DS setup fails

I am completely new to openam. Facing issue with am7.1 setup. Followed steps from this doc for installation, https://backstage.forgerock.com/docs/am/7.1/eval-guide/ issue: After login to openam, It fails with 'Create Default…
1
vote
1 answer

OpenAM ITfoxtec Saml2 invalid signature response?

I'm trying to integrate OpenAM Saml SSO to my .net 5 application. ITfoxtec.Saml2 is used to handle the authentication on the SP. When trying to login, a valid post samlResponse is send. But when validating the response, I get following…
CSam
  • 25
  • 1
  • 5
1
vote
1 answer

OAuth2 authorization code flow: spring-security does not accept the issued access_token

I am learning the OAuth2 authorization code flow. I have my own Authorization Server (AS) which is OpenAM 7.1. The Client is a simple Spring-Boot web application with a static HTML page, I use Spring-Security to protect the HTML page and control…
zappee
  • 20,148
  • 14
  • 73
  • 129
1
vote
1 answer

WSO2 ApiManager 3.2 - Adaptive Authentication function assignUserRoles is not defined

I am trying to using an openAM external identity provider to authenticate users of the WSO2 developer portal. To do that I need to dynamically add the role Internal/subscriber to user authenticated via openAM because we don't have roles in…
Davide Lorenzo MARINO
  • 26,420
  • 4
  • 39
  • 56
1
vote
1 answer

OpenAM install cannot create default configuration, error in OpenDS

Have installed OpenAM 14.5.4 on Tomcat and CentOs7 with a few basic Ansible steps. Just building a proper Ansible playbook step by step. However 'Create default configuration' from the WebUI keeps on failing at OpenDJ, and our Forgerock developer…
erikdr
  • 11
  • 2