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

ForgeRock OpenIG Sample (WordPressLogin.json) not working

I follow the setup guide and when browse to http://demo.forgerock.com:8080/wordpress/ I face below error, seem like the sample ip is no working. Any help? HTTP ERROR 500 Problem accessing /wordpress/. Reason: Connection to…
songjing
  • 545
  • 4
  • 22
0
votes
2 answers

OpenAM Policy Enforcement

My test environment is comprised of openam 10.0.1, j2ee policy agent 3.1.0. When I set up a policy with a rule as follows: host.example.com/testapp/* Using URI Policy Agent, the rule gets enforced correctly (note the wild char * at the end). When I…
0
votes
1 answer

Customize openAM login page using client-name

From this article: http://openam.forgerock.org/openam-documentation/openam-doc-source/doc/install-guide/index.html#chap-custom-ui It seem we also can have customize page based on client-name (defualt is html):…
songjing
  • 545
  • 4
  • 22
0
votes
1 answer

OpenAM Conditional Login Url

I'm using openAM 10.0.0 and the admin guide mention it support conditional login (just no on console): com.forgerock.agents.conditional.login.url Then I configure agent as local config: com.forgerock.agents.conditional.login.url[0]=…
songjing
  • 545
  • 4
  • 22
0
votes
2 answers

Disabling OpenSSO default Web Services

How can i disable OpenSSO Web Services which are provided by default? Currently my application's OpenSSO can be accessed by the following…
Sayan
  • 145
  • 2
  • 15
0
votes
2 answers

Unable to create users in OpenAM console

I am unable to create the user using OpenAM console. I am using Active Directory as User profile Data store. I can able to view the users and Groups present in AD but can't able to create Users in console. In log file I am getting error like, In…
user1537056
  • 45
  • 1
  • 6
0
votes
3 answers

Checking saml responses in OpenAM

I'm new to OpenAM. i have configured openAM as SP and federated it with a remote IDP using SAML. everything works fine but i wonder where can i check the SAML responses that comes from the IDP. I verified all the logs but nothing found . Any ideas ?
Sads
  • 557
  • 6
  • 20
0
votes
1 answer

OpenAm (as IdP): SSO login returning NoAuthnContext (unable to login with SSO)

Below is the metadata file for IdP at OpenAm
hridayesh
  • 1,123
  • 1
  • 14
  • 36
0
votes
1 answer

How to get Certificate used in Identity Provider in openam

We are service provider and support SAML based single signon. We want our customers to register us as Service provider in their OpenAm. When they register us as remote SP, they need to provide us the Signing certificate. How can they easily get…
hridayesh
  • 1,123
  • 1
  • 14
  • 36
0
votes
1 answer

OpenAM weblogic Policy Agent Installation

I have installed Weblogic Policy Agent in OpenAM. Followed the URL “http://openam.forgerock.org/openam-documentation/openam-doc-source/doc/agent-install-guide/index/chap-weblogic.html” to install the policy Agent. I am using Oracle Weblogic server…
user1537056
  • 45
  • 1
  • 6
0
votes
2 answers

Configuring OpenAM with Tomcat Agent

I have a basic question in OpenAM while creating Agent profile for J2EE before we install and Configure the Tomcat Agent. In Agent profile we have "Agent URL". What does Agent URL mean here? The syntax given in Agent profile page is…
user1537056
  • 45
  • 1
  • 6
0
votes
1 answer

OpenAM : Cross Domain HTTP Status 404 - / appagent / sunwCDSSORedirectURI

I deployed OpenAM with cross domain but when I tried to view has sample application agent tomcat, after authenticating the server OpenAM he returns 404 error: HTTP Status 404 - / appagent / sunwCDSSORedirectURI Status report types message / appagent…
0
votes
1 answer

Using openAm as an IDP and another service provider throws Exception with Name ID Format

I am trying to configure SSO for my application using OpenAm as IDP and application itself as service provider. Folowing is the metadata of the IDP and Service Provider:
Sowmiya
  • 313
  • 2
  • 12
0
votes
1 answer

Apache Web Server , policy agent , openAM

We have Liferay server and from the login page which is public page configured using policy agent which is on Apache web server ,the authentication process of the user is been done via openAM. after succesful validation the user has to be…
Abhi
  • 386
  • 2
  • 5
  • 21
0
votes
1 answer

Spring Security SAML extension with OPENAM

So here is the scenario. I have my web app <==> IDP Proxy <==> IDP. Where both IDP proxy and IDP are openam instances. The ideas is we may add our additional IDPs (From other clients) so we want a proxy to shield the complexity. So here IDP Prxy is…
Reddymails
  • 793
  • 1
  • 10
  • 24