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

Spring Security SAML HTTP Post error with OpenAM

I am having an issue with the Spring Security demo by Vladimir. When I change the binding and assertion consumer service to HTTP-POST by default, I get the following error... IDPSSOFederate.doSSOFederate: Unable to do sso or…
lukeharg
  • 113
  • 7
3
votes
3 answers

Centralized Authentication Server OpenAM vs FreeRadius

The basic requirement is to centralize the authentication and authorization of multiple SaaS applications to ease development (each SaaS application using minimal code to authenticate against a single source) and when necessary provide SSO. The…
Nitin Sanghi
  • 31
  • 1
  • 3
3
votes
1 answer

OpenAM as OAuth 2.0 provider and java client example

I am trying out OpenAM as an OAuth 2.0 provider and would like to find an example of setting up OpenAM for this purpose and a client code in Java. Can anyone help please? Thank you
elector
  • 1,327
  • 4
  • 26
  • 43
3
votes
1 answer

Integrating an ASP.NET MVC application with OpenAM

Does anyone have or know of any example of integrating an ASP.NET MVC application with OpenAM? I have an application deployed with ASP.NET MVC 2 where the authentication is perforned using forms authentication, and I need to change into…
nescampos
  • 31
  • 1
  • 2
3
votes
1 answer

Issues with openam federation (with apacheds as data store)

Please help me out with this: I am trying to setup federation with one idp and one sp in openam. Data store being used is ApacheDS. I am trying to follow the following tutorial for the…
Apoorve
  • 165
  • 3
  • 9
2
votes
1 answer

SP initiated SSO from OpenAM & SalesForce using Custom Authentication

I did SP initiated SSO for SalesForce and OpenAM successfully. In SalesForce SSO setting I used Identity Provider Login URL : http://localhost:8080/opensso/SSOPOST/metaAlias/idp This URL accept SAML request and created SAML Assertion for SalesForce…
Deepak Mule
  • 437
  • 5
  • 21
2
votes
2 answers

Spring and Open AM security

All, We are building a J2EE application with Spring security, want to use Open AM for generating security tokens. Please suggest the best practices/approach for this. Appreciate if you can provide any links and code samples.
Chakri
  • 1,013
  • 1
  • 11
  • 14
2
votes
1 answer

Composing a SAML2 AuthnRequest for OpenAM

I am trying to compose a SAML2 AuthnRequest for OpenAM. I have a URL that I can perform a get against that works, but am having problems composing this into the XHTML post form. The working URL with query string…
stjohnroe
  • 3,168
  • 1
  • 27
  • 27
2
votes
2 answers

OpenSSO (OpenAM) : Turn off URL enforcement

We're using OpenAM to manage sessions on our application. The problem is everytime we're trying to pass a parameters with the GET method, the ressource is blocked (error 403 - forbidden). If no parameter is set, everything is…
esylvestre
  • 1,850
  • 4
  • 21
  • 30
2
votes
0 answers

Can I use OpenAM Push Notification Service without AWS?

I am following this tutorial https://backstage.forgerock.com/knowledge/kb/book/b12434442 Is there a way to use another push notification service other than AWS?
dewijones92
  • 1,319
  • 2
  • 24
  • 45
2
votes
1 answer

OIDC with Gluu 3.1.3 and OpenAM 6

INSIGHT: Gluu supports Bearer Authentication for token introspection (accepts bearer token as an authentication header). OpenAM supports Basic Authentication (accepts base64 encoded clientId:ClientSecret as a authentication header) QUESTION: How…
Anand Jain
  • 603
  • 7
  • 20
2
votes
0 answers

OpenAM OpenID .net MVC 5 Configuration

I cannot find any good documentation on using Microsoft.Owin.Security.OpenIdConnect but I did find a few examples of others Startup.Auth.cs. Note that I am very much a amateur with .net MVC. I am using: .Net 4.6.1 w/ MVC 5 I started a brand new…
Joshua Fellers
  • 111
  • 3
  • 11
2
votes
1 answer

How to take backup of users created in openam and reuse them in another instance?

is it possible to take a backup of all the users created in openam, so that I could use the backup to configure a new instance of openam. I am using the embedded datasource for the storage.
Akhil
  • 23
  • 1
  • 4
2
votes
1 answer

Add claims to a JWT token in OpenAM?

I’m using openAM access token end point to get a refresh token and id_token. But jti claim is missing in my id_token. How can I include this into id_token? My id_token claims are as following, { “at_hash”: “kZVRzMbiEVbhH9cn1NlPTw”, “sub”:…
Sameera Kumarasingha
  • 2,908
  • 3
  • 25
  • 41
2
votes
1 answer

How to get a JWT token from openAM

We would like to get a JWT access token. Indeed, when I call /openam/oauth2/access_token the default behavior of open am is to deliver an access_token that looks like “aaaaa-bbbb-ccccc-ddddd” Thanks Gyan
1 2
3
42 43