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 ...
4
votes
1answer
85 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 ...
2
votes
1answer
134 views
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 ...
2
votes
1answer
136 views
No longer able to access Tomcat Manager after OpenAM J2EE Policy Agent installation
I have installed a tomcat 6 server with a j2ee openam policy agent. After the installation I am unable to access it, I always get redirected to manager/amlogin.html.
This did not previously happen ...
1
vote
0answers
77 views
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 ...
1
vote
2answers
91 views
Securing webservices with OPENAM
I am attempting to create a secure, and possibly metered web-service in Java.
In my research I turned up a lot of information about OpenSSO and thought that it was my solution until I discovered that ...
1
vote
0answers
21 views
Is amserver.jar required to create ploicy in OpenAM?
We have a requirement of creating policies and groups pro grammatically and I was able to create policies and groups successfully using clientsdk.jar and amserver.jar.
I tried creating policy without ...
1
vote
6answers
582 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 ...
1
vote
2answers
249 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
1answer
158 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
2answers
615 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 ...
0
votes
0answers
2 views
How to retrieve SAML assertion(response) using API?
In my scenario OpenAM and SalesForce are in SSO. Here OpenAM act as IDP and SalesForce is SP.
I manage to retrieve Security Token from OpenAM with OpenAM-Client SDK. This token is generated using ...
0
votes
1answer
58 views
How to retrieve SAML Response from OpenAM for SalesForce
I got SAML assertion from TrustAuthorityClient API. with below Public API code
securityToken = client.getSecurityToken("default", endpointURL, mexEndpointURL,
(java.lang.Object)ssoToken, ...
0
votes
0answers
12 views
WS-Federation in OpenSSO
Is anybody was managed to configuring WebService federation in opensso?
As I understand ws-fed should work like on this image http://i.msdn.microsoft.com/dynimg/IC150926.gif. But who should manage ...
0
votes
0answers
18 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 ...
0
votes
2answers
130 views
SalesForce initiated SSO using openAM
We are implementing SSO for SalesForce using OpenAM.
We followed the steps @ http://blogs.oracle.com/rangal/entry/saml2_salesforce_com
There are two scenarios
1. Idp (OpenAM) initiated SSO.
2. ...
0
votes
0answers
47 views
SalesForce & OpenAM integration issue
I am doing integration of SalesForce and OpenSSO with SAML. I have implemented steps mentioned on site
http://wiki.developerforce.com/page/Single_Sign-On_with_SAML_on_Force.com
There are two ...
0
votes
0answers
65 views
How to use OpenAM to authenticate using WS-Federation
I'm trying to create an authentication mechanism using a WS-Fed installation. I've seen a public API by OpenAM, but the documentation seems to be missing. Can anybody guide me where I can find some ...
0
votes
1answer
51 views
Why is OpenAM is not updating with OpenLDAP information?
OK so I have checked and all caching is off in Open-AM. Everything works fine if you login to open-AM and change your information, it appears in LDAP and Open-AM correctly. But, if you change any ...
0
votes
0answers
81 views
How secure a web application with OpenAM
I have installed OpenAM (OpenSSO) to work with my liferay portal. So authentication for liferay is going now through the openam server. This works fine.
But now I want to secure my own application ...
0
votes
0answers
192 views
BasicAuth and SSO through OpenAM
Is it possible to use BasicAuth protection and SSO (Single Sign-On) at the same time? We use cross domain single sign-on (CDSSO), want to hide our staging server from the public through BasicAuth, and ...
0
votes
1answer
43 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
65 views
Will OpenAM work if cookies are disabled?
Will OpenAM work if cookies are disabled?
I have a Flex application and on some browsers (Chrome, Firefox), when a file upload is attempted, the flash player will not pass the OpenAM cookie. I need ...
0
votes
1answer
135 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
1answer
262 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
0answers
153 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
2answers
50 views
Access to OpenAM svn server
I have a problem accessing OpenAM SVN repository using Subclipse and was hoping that someone could give me a clue what can be wrong here. From documentation (link) I copied a link ...
0
votes
1answer
251 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
52 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
399 views
How to use openAM with openDS for data authentication
How openDS and openAM can be configured together to authenticate data.... ?
Is this possible that openDS is installed on some other machine on network and openAM is using it and if yes then how?
...