Questions tagged [opensso]

OpenSSO is an open source access management and federation server platform.

OpenSSO is an open source access management and federation server platform.

Oracle completed their acquisition of Sun Microsystems in February 2010 and announced that OpenSSO would no longer be their strategic product. OpenSSO will continue to be developed and supported by ForgeRock under the name of OpenAM.

145 questions
1
vote
1 answer

OpenSSO sample applications?

Do you know any good sample applications to demonstrate how a webapplication is added to use OpenSSO?
mjgirl
  • 1,214
  • 7
  • 24
  • 42
1
vote
1 answer

How to parse OpenAM XACML using JVM?

We are using OpenAM as STS and its Policy Decision for ACL. I need the list of all url/methods for some task and I can retrieve XACML using OpenAM RESTful services. there are tons of XACMl libraries in JAVA ecosystem. Some of them are obsolete and…
Kamyar
  • 2,494
  • 2
  • 22
  • 33
1
vote
0 answers

Where to save user quota data? In LDAP or RDBMS?

We are developing a system using OpenAM as STS and OpenDJ Directory Service as storage. We have extended the schema for some more data about users and groups, which by changing OpenAM settings, it can easily work with them. We have also used OpenAM…
Kamyar
  • 2,494
  • 2
  • 22
  • 33
1
vote
0 answers

How to configure Oracle OpenSSO Fedlet with multiple service providers in ASP.Net?

We have an application (service provider) which is already set up to use SSO. The user is authenticated using an identity provider and IDP sends the request to the service provider with a few attributes which are retrieved and used at the service…
Sravani
  • 11
  • 1
1
vote
0 answers

ColdFusion 302 ISAPI interfering with other modules

I've got a legacy ColdFusion app that I tasked with integrating with OpenSSO using their Policy Agent. The Policy Agent is a native HTTP module that essentially acts as a filter (Not in my authentication cache? Redirect to this URL with a returnUrl…
Michael Hallock
  • 1,413
  • 1
  • 11
  • 17
1
vote
2 answers

Why is kerberos commonly used with Openam?

For a school project we must bind Wildfly with Kerberos and OpenAM over the SAML connection together. I was searching on the internet and had read that kerberos and openAM are commonly used together. I don't understand why. kerberos and openAM are…
jurh
  • 420
  • 1
  • 4
  • 17
1
vote
4 answers

Is there a way to make OpenSSO/OpenAM talk to Database for its authentication and authorization?

We want to use OpenSSO for our authentication and authorization needs but would prefer it talking to database instead of the default LDAP datastore. We found that there is an experimental Database datastore present in the OpenAM 9.0 release.…
Saasira
  • 739
  • 8
  • 14
1
vote
2 answers

OpenSSO and tomcat

I am new to opensso(openam). I want to protect my webapplications deployed in tomcat using SSO. I have basic questions to clarify. What are the basic software components required to get my work done like tomcat,opensso.war etc... How many policy…
James
  • 11
  • 1
  • 3
1
vote
0 answers

OpenAM detect LDAP password expiration

I'm using OpenAM 10.0.1 connected to my LDAP and i would like to detect when the password has expired. If i set the attribute pwdLastSet = 0 on my user in active directory, when i log in with openAM the reason of the error is…
Denis Cucchietti
  • 201
  • 6
  • 16
1
vote
1 answer

PHP OpenSSO Authentication

We are currently implementing a new OpenSSO Server. The server is on a different server from the web server and I am having trouble getting authentication to occur on our PHP Web server. The cookie set with the openSSO Token is called…
CogitoErgoSum
  • 2,879
  • 5
  • 32
  • 45
1
vote
0 answers

How to download opensso-springsecurity-0.3 jar (maven dependency and repo url)

1)opensso-springsecurity jar is needed to integrate opensso with spring security-3 web project but either repository url has changed or jar is not available. I tried to checkout code base from svn repository and build it. But built jar is not…
1
vote
1 answer

openam ssoadm setup error: Cannot locate system configuration. Directory Server may be down or configuration directory is invalid

When we run ssoadm setup script ./setup with SSL(HTTPS) enabled as: ./setup --path /configdir/openam --log /configdir/openam/log --acceptLicense /configdir/openam/debug -v ssoadm fails with the following error message: Cannot locate system…
aazeem
  • 844
  • 1
  • 12
  • 23
1
vote
1 answer

OpenAM - Is there a way to disable new organisation message while switching between realms?

In our OpenAM implementation, we have two realms with different relying parties configured in it. Both the realms authenticate against the same LDAP source. We adopted this configuration to avoid certain edge cases. Now, whenever we switch between…
Karthik
  • 3,075
  • 3
  • 31
  • 61
1
vote
1 answer

OpenAM : How to create the profile on login dynamically

I developed a custom authentication module in OpenAM, and when user logins with this module. I have to set "User Profile" to be ignored for a successful login. Otherwise it fails with error User Requires Profile to Login OpenAM is correct because…
Mr.Wang from Next Door
  • 13,670
  • 12
  • 64
  • 97
1
vote
1 answer

Setting Parent Site in Server using ssoadm

I have created a site in OpenAM. ./ssoadm create-site -s "Site1" -i http://localhost:8080/opensso -u amadmin -f password-file I would like to set this Site as a Parent Site in this server. I can do this easily using the Admin Console, but my…
paperclip
  • 650
  • 2
  • 8
  • 23
1 2
3
9 10