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

Obtain HTTP Header in Python

I have set up OpenAm as authentication module for my python server. In front of my python server is Apache http server working as reverse proxy. OPenAM agent was installed on the Apache http server. Every call to the Apache http server was first…
Bigyellowbee
  • 123
  • 1
  • 12
2
votes
0 answers

How to secure a Rest web service with OpenAM as OAuth2 provider

I developed a Rest web service with Play! Framework. I aim to secure access to this WS. I'm discovering OAuth2 and it seems to be a good solution in my case. However, instead of using an external OAuth2 provider, I prefer to manage this part myself.…
2
votes
1 answer

Difference between OAUTH authorization and OpenAM authorization

I am new to security domain, so don't know whether this question is valid to be asked here. I am currently using OpenAM for the security of my web application with J2ee agent, now I find that OpenAM can do authorization with OAUTH as well as on the…
Phalguni
  • 61
  • 1
  • 9
2
votes
2 answers

Cross domain sso with OpenAM with SAML 2.0

I have a requirement for cross domain sso. So, i chose OpenAM with SAML. I have two applications hosted in different servers and host for which i need to implement SSO. Now i read about OpenAM with SAML but could get the core idea about the setup.…
nebula
  • 3,932
  • 13
  • 53
  • 82
2
votes
1 answer

Re-post HTML form after OpenAM/OpenSSO authentication

The default process when authenticating user on OpenAM/OpenSSO works with a 302 http redirection, opening OpenAM/OpenSSO authentication formular. The original URL is stored into "goto" parameter, which allows OpenAM/OpenSSO to redirect the user back…
morbac
  • 301
  • 4
  • 16
2
votes
0 answers

OpenAM webagent for JBoss AS 7.x

Need a compatible openAM web agent for Jboss7. Or what can be done with existing version to make it compatible with JBoss AS 7? jboss_v42_agent asks for the config path of Jboss while configuring and it does not accept any of the config paths in…
2
votes
4 answers

SAML2 SSO Assertion Consumer

I have a customer who wants to implement SSO using SAML2 assertion based approach. The customer will be the Identity Provider (IDP) and my application will effectively be the Service Provider (SP). In the past I've implemented SSO solutions where…
lee_mcmullen
  • 2,801
  • 32
  • 39
2
votes
1 answer

How can I make a name request in OpenIG?

I have been trying this OpenIG Identity Gateway from the ForgeRock guys to integrate some legacy systems in this case in particular I'm using it with OpenACS+.LRN a project, from Ars Digita and different institutions. Here's the problem: Using the…
2
votes
1 answer

Enabling Web Service Security With OpenAM WSS Agent

I am struggling with setting up the Web service security with OpenAM. Here is what I have done so far: I looked up openam documentation but I could nto find anything significant which points to web service security implementation details. However…
Apoorve
  • 165
  • 3
  • 9
2
votes
1 answer

How to get User Name in SAML Assertion (OpenAM)

This is my SAML assertion from OpenAM IDP /81OhgvXhHdM/+STdnPlhgkVJzDo
user1386958
  • 61
  • 1
  • 2
2
votes
1 answer

Login to adfs through openam using java application

I have configured adfs as identity provider and openam as service provider but how to test whether login is working fine with adfs throght openam. Can anyone help me to do login to adfs server through openam using java application. Thanks,
pbhle
  • 2,856
  • 13
  • 33
  • 40
2
votes
1 answer

com.iplanet.services.comm.client.SendRequestException: sun.security.validator.ValidatorException: PKIX path building failed:

I did with following steps but its throwing exception: 1.I have installed openam 10.0.0 on windows server 2003. 2.Configured tomcat with ssl on the same windows server machine. 3.It is configured correctly and openam url is accessible with…
pbhle
  • 2,856
  • 13
  • 33
  • 40
2
votes
4 answers

Use OpenIDM as data user source for OpenAM

Can you tell me if we can use OpenIDM as data store for OpenAM instead of OpenDJ ? I search on internet and i found nothing. If is it possible do you have a documentation page that can help me ? If not what is the best practice to manage user…
Goran
  • 21
  • 1
  • 3
1
vote
3 answers

Authentication with Windows Identity Foundation and ADFS+3rd party

I'm currently assessing ways to impelement authentication&authorzation in a .NET SOA environment(ASP.NET MVC, WCF). I have concluded that using Windows Identity Foundation with a STS should fullfill our criteria. I'm having hard time finding any…
Fdr
  • 3,726
  • 5
  • 27
  • 41
1
vote
1 answer

Signature Invalid/Configured Certificate Mismatch for SSO with SFDC

I did SSO of OpenAM and SalesForce.com (SFDC) I have installed OpenAM-Client SDK to retrieve SAML Assertion from OpenAM. I used this assertion data to generate SAML response required for SalesForce. When I pass this data to SFDC. I got error…
Deepak Mule
  • 437
  • 5
  • 21