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

learn more… | top users | synonyms

0
votes
2answers
35 views

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 ...
0
votes
1answer
58 views

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 ...
0
votes
1answer
31 views

OpenSSO remote SP and Password as Authentication Context

I use OpenSSO and I've created remote SP based on metadata file. I'd like to use Password as an Authentication Context for this SP but don't know how to tell OpenSSO to do that. OpenSSO gives me ...
0
votes
0answers
60 views

OpenSSO console Attribute Mapper and FriendlyName

Is there any way to instruct/configure Attribute Mapper ( Assertion Processing tab -> Attribute Mapper section -> Attribute Map) for remote SP to use FriendlyName in generated assertion. I know the ...
0
votes
1answer
32 views

OpenSSO SP and Attribute Mapper with static values

I want to configure attribute mapper form my SP. By default the mapper is com.sun.identity.saml2.plugins.DefaultSPAttributeMapper class. My problem is that I need to put there also a static value. It ...
0
votes
1answer
155 views

OpenAM: How to share SSO token to tenant website using OAuth2.0 authentication module

We are developing a multi-tenant based REST API secured by OpenAM. Our system also involves managing users within each client. We intend to use OAuth client authentication module in OpenAM to allow ...
0
votes
1answer
112 views

OpenAM: create user within Realm fails using REST API

I am a newbie and playing around with OpenAM. Am using OpenAM 10.1 with embedded OpenDS. I am not able to create user (within a REALM) using REST API as in curl -X POST -H "iplanetDirectoryPro: ...
1
vote
1answer
54 views

Where to find issuer certificate

I'm using OpenSSO 8 which I haven't configured myself. It's fully configured and without any problems. My problem is that I need to find the issuer certificate used to validate digital signatures on ...
0
votes
1answer
59 views

Spring template connect to OpenSSO/JAAS secure endpoint

I'm trying to access a REST service via a server-to-server GET request that is secured by OpenSSO/Spring Security and am unable to. It's like my Spring Rest Template client is not stateful to hold ...
0
votes
1answer
172 views

OpenAm: SSO implementation using RESTful API

I am a bit confused implementing SSO with RESTful API. So far, I have used RESTful API to authenticate and get a token-id. How should SSO can be implemented? To get a token validated, it must be ...
0
votes
1answer
99 views

How to disable or restrict access to opensso / openam identity services

I'm wondering how I could disable the access to /identityservices/* and to other opensso / openam servlets. The thing is that I wrote my own authentication module for strong authentication. The fact ...
0
votes
0answers
88 views

Customized privilege on OpenAM

OpenAM allows the users to have different levels of privileges so the administration activities can be delegated to more than one person to ease the administration duties. The default privileges are ...
1
vote
1answer
57 views

Oracle OpenSSO Fedlet .NET Home Folder could not be found

I am trying to use the Oracle Open SSO Fedlet, I have successfully connected to the IDP using the sample app supplied with the fedlet, but then when I drop the dll in the bin dir of my app and add the ...
0
votes
3answers
346 views

SSO cookie not working when using persitent cookie in openam/opensso

I have started maintain a number of websites that are all authenticated using openam SSO. However when one of our users sets a persistant cookie (DProPCookie) it doesn't always work. Repro scenario ...
0
votes
1answer
164 views

Orbeon, OpenSSO and session expiration

We are using Orbeon 3.9 in separate deployment (cross context), application security is with OpenSSO, server is glassfish. Note: Orbeon submissions (backrequests) is handled with another ...
1
vote
1answer
227 views

Liferay openAM configuration error

I'm using openAM to configure openSSO on Liferay, after i changed everything inside Liferay backend and in the portal-ext.properties i'm getting this error in the console Exception in thread ...
0
votes
2answers
450 views

Make openam/opensso return role name instead of role universal id

I'm using OpenAM 9.5.2 for authenticating users on an application. The authentication works well but I'm having issues to get user memberships from final application. I've defined the group ...
1
vote
1answer
77 views

Get a Session variable's value that was set in Open SSO inside a ColdFusion App

We have a session variable that is set in the Open SSO application when the user logs in. I need to access this variable from a ColdFusion application. Is there any way to do it? I've tried ...
0
votes
1answer
433 views

OpenAM Tomcat J2EE Agent Configuration For Authorization

I'd like to configure authorization into a test webapp staged in Tomcat 6 using OpenAM. The ultimate goal/use case would something like: user bob belongs to group employee user john belongs to ...
0
votes
1answer
404 views

Liferay cannot get user by screenname

I'm writing an autologin hook for liferay, which tries to get the user by screenname. I'm using following code to get the user, which mainly is a variation of OpenSSOAutoLogin: User user = ...
1
vote
0answers
307 views

openam client sdk session id invalid

iam using openam with tomcat 7 the following lines always produce exception SSOTokenManager manager = SSOTokenManager.getInstance(); SSOToken ssoToken = ...
0
votes
0answers
93 views

how do I import shibboleth SP entity ID with dash in Opensso

I have a client using "Sun GlassFish Enterprise Server v2.1.1 Patch06" with OpenSSO as an IDP and I have a shibboleth SP installed on my Solaris 10 server. The EntityID I have for my SP contains a ...
0
votes
0answers
113 views

Upgrade openSSO 8 to openAM 10

I have read the following documentation (http://bit.ly/NuT07j) along with many other articles online but haven't had much luck upgrading my existing openSSO implementation to the latest openAM. My ...
3
votes
2answers
1k views

OpenAM/OpenSSO agent for JBoss EAP 6 / JBoss AS 7

I'd like to add the OpenAM/OpenSSO SSO feature to JBoss EAP 6 or JBoss AS 7. This means I must install an SSO Java EE agent on JBoss. Forgerock's OpenAM download page gives the opportunity to get ...
0
votes
0answers
51 views

OpenSSO 8.0 SAMLv1 Assertion Failover

I've found some resources on SAMLv2 Assertion failover when using OpenSSO in HA mode, but is there such a guide for SAMLv1 at all? I'm working on a platform at the moment where SSO works fine in HA ...
2
votes
2answers
967 views

OpenID, OpenSSO and OAuth

My understanding of OpenID is that it provides a way to have one site contain all your identity & peripheral info, but to let other OpenID-compliant (and user-trusted) sites re-use that info for ...
0
votes
0answers
138 views

How to create policy in OpenAM?

I know I can create a policy with com.sun.identity.policy.Policy.Instance a Policy,and add Rules,Subjects,Conditions. But when i was Instancing a Policy,I need to get a PolicyManager instance.And a ...
-9
votes
1answer
412 views

What ever happened to OpenSSO? [closed]

OpenSSO is referenced in a lot of JBoss and Sun/Oracle documentation, but the project appears to have vanished. Even the Wikipedia OpenSSO page links to dead home pages. What ever happened to the ...
0
votes
1answer
2k views

How to get username from openSSO/openAM system?

I'm currently using openAM to protect a small webapp of mine using a Java EE web agent. Someone tries to access the app, they get redirected to the openAM instance, they login, they go to the app. ...
0
votes
0answers
507 views

Redirect loop when liferay integrated with OpenSSO

My softwares are: Liferay 6.0.6 with Tomocat 6.0.29, OpenSSO 9.5.2_RC1 Build 563 with tomcat 6.0.35, CentOS 6.2 Operating system Setup: I have setup both liferay and opensso on the same CenOS machine, ...
0
votes
1answer
121 views

Does openSSO need to be on a separate server as my webapp?

I'm new to web programming - I apologize for any unclear or incorrectly used terms. I'm trying to protect a simple GWT app with a login/pass system with openSSO. I was under the impression that I ...
2
votes
1answer
736 views

Creating a WS-Federation Identity provider using OpenAM

We are trying to implement SSO for our .NET application deployed on Azure. We have been mandated to use openAM as the Idp. I am following instructions @ ...
0
votes
1answer
903 views

Tutorial / understanding on OpenSSO/AM & Fedlet

Is there a good tutorial (besides the Oracle ones) easy to follow on how to integrate OpenSSO/AM fedlet and stuff into a servlet (no jsp, just plain servlet stuff)? I can't figure to really find an ...
1
vote
1answer
406 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 ...
0
votes
1answer
164 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
1answer
1k 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 ...
8
votes
6answers
5k 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
2answers
268 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 ...
1
vote
1answer
286 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
1k 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 ...
5
votes
1answer
216 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
929 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
118 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 ...
1
vote
2answers
554 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
135 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 ...
2
votes
1answer
774 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, ...
0
votes
1answer
324 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 ...
1
vote
3answers
2k 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 ...
2
votes
1answer
3k 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 ...
1
vote
1answer
580 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 2