Tagged Questions

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

learn more… | top users | synonyms

27
votes
6answers
9k views

Which SSO Framework to use?

I've used OpenSSO (which is very powerful but complicated) and JOSSO (very simple but lacking many features). I've also looked at the CAS framework. My question is: What is your recommendation & ...
4
votes
1answer
72 views

Send information from one page to another with OpenSSO/AM and the get method

I have a web site protected by an OpenAm Server and accessing pages, after authentication, works fine. But when I try to redirect to a page and pass information with the get method, I obtain a ...
4
votes
4answers
2k views

Glassfish OpenSSO instructions (where to download OpenSSO)?

According to the tutorial, I should go to OpenSSO and download an "express build". However, the download links on the OpenSSO site for the "Express Build 7" appear to require logging in via an ...
2
votes
1answer
569 views

How can I use OpenLDAP as the store for OpenAM under Ubuntu?

I realize there are a number of sources on how to get OpenLDAP set up under Ubuntu, or how to configure data stores for OpenAM (formerly OpenSSO). Some that seem most useful to me are: ...
2
votes
1answer
764 views

Signature Validation issues using OpenSAML & OpenSSO

We are using OpenSAML on the Service Provider Site to provide SSO for our clients. Our client(ID Provider) is using OpenSSO on their end. The SAML Response being posted by OpenSSO is a little ...
2
votes
2answers
1k views

OpenSSO SSOToken to SAML assertion and back

I'm considering securing a whole JEE software platform with OpenAM (prev. Sun OpenSSO). Applications - running on WebLogic AS - would be secured by a JEE Policy Agent and web services with WS-Security ...
2
votes
1answer
550 views

OpenSSO Fedlet with PHP

Is it possible to use the OpenSSO fedlets with PHP (or tech. other than Java or .Net) to Enable to enable Identity Federation? Is there any examples of using fedlets implementing with PHP?
1
vote
0answers
40 views

openam with database

I have a requirement that openam should access users and groups from a MySQL database. In the openam GUI for New Data Store -> Database Repository (Early Access), I could see some configurations ...
1
vote
1answer
96 views

Encrypted Authentication request on an OpenSSO Server from ASP.NET

I have an ASP.NET website that take care of the way the login process occurs and I want to redirect to a site that is protected by an OpenSSO server. So when the user is authenticated in the ASP.NET ...
1
vote
2answers
205 views

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 ...
1
vote
0answers
128 views

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 ...
1
vote
0answers
62 views

OpenAM with IWA

I have a OpenAM server setup, I need to have the OpenAM server securely connect to an IIS 7 server that will grab the a users desktop credentials using IWA. Would I need to set up a custom ...
1
vote
1answer
193 views

Integration tests for single sign-on pages

How do you test pages with single sign-on (SSO) login during integration tests (for instance by using caybara or cucumber)? For a normal login, you would write a method which visits the login page, ...
1
vote
2answers
554 views

Custom Identity Provider for OpenAM/OpenSSO

We are looking to use OpenAM/OpenSSO to act as a SSO provider. We need, however, to have OpenAM use our mongo datastore under the hood to manage its authentication needs. With this in mind, I found ...
1
vote
1answer
215 views

Excluding URLs from OpenAM Tomcat Agent Filter Mapping

The default web.xml configuration for OpenAM provides a filter-mapping that includes all URI's within a site: <filter> <filter-name>Agent</filter-name> ...
1
vote
1answer
348 views

Best practice for authentication and authorization for spring based java application

In our organization we are developing an ldap based Authentication, and Authorization with Single Sign On on feature. Upon developing this generic module, there will be tens of other modules which ...
1
vote
0answers
109 views

OpenERP and OpenSSO

I need to make an OpenSSO authentication module for OpenERP, I'm currently checking the users_ldap module, and I want to check if this is the right way. In this module there is reference to a ...
1
vote
1answer
2k views

How do I get the OpenSSO/OpenAM Fedlet working w/ ADFS 2.0?

I'm trying to get the OpenSSO(OpenAM) fedlet up and running against an ADFS2.0 server. I've gotten imported their metadata (idp.xml) and exchanged certificates with the ADFS server. I had to remove ...
1
vote
1answer
286 views

OpenSSO sample applications?

Do you know any good sample applications to demonstrate how a webapplication is added to use OpenSSO?
1
vote
0answers
72 views

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 ...
1
vote
2answers
902 views

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 ...
1
vote
1answer
625 views

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 ...
1
vote
1answer
327 views

Can I use Sun's OpenSSO Apache WebAgent to integrate to a CA SiteMinder Policy Server?

The official Web Agents user documentation does not state what version of SAML is supported. I am trying to integrate this with a Policy Server that is not running Sun's OpenSSO policy server, so my ...
1
vote
1answer
750 views

Problem Setting Cookie w/ PHP

I'm working locally across two "domains". I have enterprise.local and application.local virtual hosts on my machine and I need to set a domain cookie for "local" or ".local" I'm having some trouble ...
1
vote
1answer
380 views

OpenSSO Entitlements

The roadmap for OpenSSO said entitlements would be out summer09. Anyone know whether it will be able to solve data level security, for example "userA can only enter <500 in this field on the ...
0
votes
1answer
31 views

retreiving user infomation from OpemAM

i have successfully setup OpenAM and j2ee policy agent to do my sso, authentication and authorization. Now want my java appication thats being protected to have the ability to access information of ...
0
votes
0answers
90 views

OpenSSO Client SDK documentation - properties to context

Any good OpenSSO client SDK documentaion/tutorial/book? I'm using OpenAM server for the authentication in a J2EE web application and I want to use the client SDK to set/get custom properties ...
0
votes
0answers
72 views

How do I get openSSO/openAM fedlet working with pingfederate?

our customer is using Ping Federate for SAML-based single sign-on.We need to integrate our application with ping federeate. Can I use openSSO/AM fedlet to integrate our applicaiton wtih pingfederate ...
0
votes
1answer
200 views

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 ...
0
votes
6answers
456 views

OpenSSO/OpenAM alternatives

Warning! I'm on a bit of a fishing trip here, and I'm not even sure if the questions that I'm asking entirely make sense. Please be kind with your responses! :) I recently took over a project that ...
0
votes
0answers
130 views

Configuring Active directory in OpenAm/OpenSSO [closed]

i am currently trying to get OpenAm to pull users from a Microsoft Active directory. basically i want the users to appear in the OpenAm Subjects page. so far i managed to get the Openam to access the ...
0
votes
1answer
39 views

Password Reset policy in OpenSSO

I had to implement Password Reset policy....For which I had OpenSSO deployed on Glassfish server and OpenDS as the Data Store...I followed Indira's blog... Password Reset With OpenDS And executed ...
0
votes
0answers
17 views

Cannot see HOTP option in OpenSSO

When I log into OpenSSO using "amadmin" ...After Selecting the Configuration-> Authentication Tab, I can see various options such as Active Directory,Anonymous,Certificate,Core,Data ...
0
votes
0answers
32 views

Send information from one page to another with OpenSSO/AM and the get method

I have a web site protected by an OpenAm Server and accessing pages, after authentication, works fine. But when I try to redirect to a page and pass information with the get method, I obtain a ...
0
votes
1answer
204 views

Opensso running behind reverse proxy redirect issue

We are using opensso to authenticate users in our applications. Each application lives behind reverse proxy so as OpenSSO and when user authenticated, username from SSO used to create user session in ...
0
votes
1answer
44 views

List arguments for ssoadm

Can anyone tell me how to separate list arguments in an openam ssoadm call? For example how do i list multiple trusted providers in the create-cot call? ssoadm -u amadmin -f conf/pwd -e myRealm -t ...
0
votes
1answer
132 views

What is the difference between local and centralized web agents?

For the OpenSSO/OpenAM server, two types of Agents exist: J2EE agents and web policy agents. A web agent protects the entire set of resources available on the web server, while J2EE agents only ...
0
votes
1answer
678 views

Redirect Loop Problem for Web Policy Agent?

I followed the installation guide for an Apache Web Policy Agent, but it always results in an endless redirect loop between web and application server. Firefox says "The page isn't redirecting ...
0
votes
2answers
129 views

Administration console of OpenAM cannot be reached

I have trouble reaching the Administration console of the OpenAM server for a second time after a restart of the JBoss applicationserver on Windows 2008 Server R2 Datacenter. I deploy OpenAM 9.5.2 ...
0
votes
1answer
130 views

OpenAM: Is there a way way to programmatically modify maxSessionTime attribute?

I've tried researching about custom authentication modules and authentication post processing, but didn't find anything.
0
votes
0answers
92 views

Single Sign On using openSSO [closed]

Possible Duplicate: Single Sign On using openSSO i have a two web applications running in java wih weblogic server, both the applications have same user name and password, so i decided to ...
0
votes
1answer
162 views

Single Sign On using openSSO

i have a two web applications running in java wih weblogic server, both the applications have same user name and password, so i decided to use single sign on machanism for sharing the session. Apart ...
0
votes
0answers
45 views

opensso switch from anonymous to normal user

We use anonymous module to authenticate new user requests to the site. Certain URLs are protected by the URL Policy agent. e.g. http://my.site.com/docs - is public http://my.site.com/account - is ...
0
votes
1answer
386 views

Parsing a SAML Response object using OpenSSO

I'm trying to do something that seems rather simple but am getting unexpected results. I'm using the OpenSSO library to parse a SAML 1.1 Response, provided as a String of XML. Since I have a sample ...
0
votes
0answers
347 views

IllegalStateException while trying to install opensso on glassfishserver 3.1

[#|2011-04-21T21:27:02.788+0530|SEVERE|oracle-glassfish3.1|com.sun.xml.ws.wspolicy.jaxws.PolicyWSDLParserExtension|_ThreadID=23;_ThreadName=Thread-1;|WSP1007: Policy exception occured when finishing ...
0
votes
0answers
179 views

OpenSSO: remote IDP + remote SP

I wonder if there posibility to setup opensso in following way: We have one IDP which uses SourceID IDFF, one SP with uses SAML2, and another SP with uses IDFF. Any of them are not Opensso ...
0
votes
1answer
451 views

How are attributes mapped between .NET (ADFS / WIF) and Java (Federation)

Assume there are two companies: A.NET which is a .NET shop and B.Java which is a Java shop. Users in each company need to access the other company's web sites so the two companies set up Federation ...
0
votes
1answer
116 views

Is there possibilty to federate SAML2 (or SAML1) IdP with ID-FF SP using openSSO (openAM)

Is yes, could you provide some tutorial or desciption how can I achieve it?
0
votes
2answers
424 views

SAML 2.0 AuthnRequest AudienceRestriction

During a AuthnRequest, is there a case where the AudienceRestriction <saml:AudienceRestriction> <saml:Audience>http://serviceprovider.com/</saml:Audience> ...
0
votes
1answer
150 views

installing j2ee Agent on Windows 7

I'm trying to install j2ee Agent 3 for Tomcat in Windows 7. I try to open agentadmin batch file to start the installation, but the program only flashes on the screen and disappears with no impact. Is ...

1 2