opensso

Custom Identity Provider for OpenAM/OpenSSO

别说谁变了你拦得住时间么 提交于 2021-02-07 10:30:15
问题 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 this: http://www.badgers-in-foil.co.uk/notes/installing_a_custom_opensso_identity_repository/ which looks promising. Apparently, this should allow me to add an "Access Manager Repository plugin", but I have since read this: The Access Manager Repository plugin is also called amSDK or legacy SDK as

Custom Identity Provider for OpenAM/OpenSSO

人走茶凉 提交于 2021-02-07 10:27:04
问题 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 this: http://www.badgers-in-foil.co.uk/notes/installing_a_custom_opensso_identity_repository/ which looks promising. Apparently, this should allow me to add an "Access Manager Repository plugin", but I have since read this: The Access Manager Repository plugin is also called amSDK or legacy SDK as

OpenSSO/OpenAM alternatives

橙三吉。 提交于 2021-02-05 12:37:49
问题 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 is currently based on a Java + Linux + Tomcat + MySQL. Right now, the system is basically just a website with a few cron jobs in the back-ground to move some data around, etc. In working with the product manager to develop a prioritized backlog, it’s clear from what he wants to do that I need to

OpenSSO/OpenAM alternatives

流过昼夜 提交于 2021-02-05 12:36:37
问题 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 is currently based on a Java + Linux + Tomcat + MySQL. Right now, the system is basically just a website with a few cron jobs in the back-ground to move some data around, etc. In working with the product manager to develop a prioritized backlog, it’s clear from what he wants to do that I need to

OpenSSO/OpenAM alternatives

浪子不回头ぞ 提交于 2021-02-05 12:36:35
问题 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 is currently based on a Java + Linux + Tomcat + MySQL. Right now, the system is basically just a website with a few cron jobs in the back-ground to move some data around, etc. In working with the product manager to develop a prioritized backlog, it’s clear from what he wants to do that I need to

What is the correct way for a java heavy client to authenticate with an OpenAM protected servlet?

非 Y 不嫁゛ 提交于 2019-12-25 13:26:51
问题 What is the correct way for a java heavy client to authenticate with an OpenAM protected servlet? Java openAM sdk exists, which I have used and it does provide access to the SSO Token. Where things break down is when this same heavy Java client attempts to send serialized objects to a protected tomcat 7 (tomee+) servlet using this SSO Token id as a cookie . The OpenAM filter uses redirection with an embedded / hidden form containing credentials. This breaks the serialized object

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

我怕爱的太早我们不能终老 提交于 2019-12-24 10:57:04
问题 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. However, it seems to be just concerned with authentication and user lifecycle management. There is no provision for storing entitlements information in the database datastore. We would want to keep the entire authentication and authorization info in

Not able to configure J2ee agent on adding my customized data store for users

别来无恙 提交于 2019-12-13 07:46:42
问题 I am getting the problem in configuring j2ee agent and not able to figure out what is going wrong,if someone can help me out of this proble, my problem is I have configured openam 11 in domain 1 in tomcat server and agentapp in domain2 in tomcat server, now when I create a J2ee agent with Datastore as "OpenDj", I am able to configure my j2ee agent to it, but when I am adding my customized Datastore plugin class which is fetching data from postgre sql, I am able to see the my users and group

OpenAM / OpenSSO HttpServletRequest.login(user, pass) fails with “Invalid transport string”. What does this mean?

可紊 提交于 2019-12-12 02:40:09
问题 I have two tomcat servers, one with OpenAM 12, one with the main web applications. Known: HTML pages authenticate without issue, programmatic login using the OpenAM java SDK works from within a servlet. What fails is a call to HttpServletRequest.login(username, password) This is the entry I have within the TomEE+ server: <Realm className="com.sun.identity.agents.tomcat.v6.AmTomcatRealm" debug="99"/> Here is the error I see within the AM J2EEAgent debug log: amRealm:01/29/2014 02:29:47:497 PM

OpenAM J2EE agent installation bringing down tomcat

谁说胖子不能爱 提交于 2019-12-11 11:16:32
问题 OpenAM version -12 , Agent version 3.5 and 3.3 , tomcat version 7 I have tried to follow the link https://forums.alfresco.com/forum/installation-upgrades-configuration-integration/authentication-ldap-sso/sso-openam-06052012 to set up my J2EE Agent. Let me paste the steps after asking the question(see at the end) but I am getting the error as asked below Not able to configure J2ee agent on adding my customized data store for users I have tried to use 3.5 version installed and uninstalled