opensso

OpenAm agent for tomcat can not read authservice url?

折月煮酒 提交于 2019-12-11 10:42:17
问题 amAuthContext:02/12/2014 04:58:20:946 下午 CST: Thread[main,5,main] ERROR: Failed to obtain auth service url from server: null://null:null I found it in "C:\tomcat_v6_agent\Agent_001\logs\debug" And I'm sure the url that can read and visit, Hers is the setting in OpenSSOAgentConfiguration.properties com.iplanet.am.server.protocol=http com.iplanet.am.server.host=gordon.demo.com com.iplanet.am.server.port=8080 It already setup in my dns config. Now I can't start my app tomcat , but openam was in

mule 3.4.0 spring security with OpenAM

浪子不回头ぞ 提交于 2019-12-11 09:06:31
问题 How do I secure a http endpoint in mule using Spring Security with OpenAM as Authentication Provider? I used <http:inbound-endpoint host="somehost" port="someport" path="myHttp" exchange-pattern="request-response"> <mule-ss:http-security-filter realm="mule-realm"/> </http:inbound-endpoint> but the issue I face is that Mule uses DefaultMuleAuthentication whose getCredentials() returns a String while OpenAM is looking for com.iplanet.sso.SSOToken and I get java.lang.String cannot be cast to com

OpenSSO (OpenAM) : Turn off URL enforcement

一曲冷凌霜 提交于 2019-12-11 01:37:51
问题 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 parameter is set, everything is wirking. EX: http://mysite.com/logo.jpg ----> Works. http://mysite.com/logo.jpg?foo=bar ----> ERROR ! For images or css, it's normal to do not have parameters, but all links with using the GET method aren't working. How could we solve our problem? Actually, disabling

http://localhost:8080 not redirecting to opensso login page

跟風遠走 提交于 2019-12-01 14:40:53
I have my Tomcat server of Liferay running on port 8080. When I am trying to access the application from server by typing url http://localhost:8080 , it is not redirecting to the Login page but giving me the error: The Connection to abc.xyz.com was interrupted while the page was loading. Here abc.xyz.com is the URL of my Opensso Login page. No errors are logged in stdout.log and catalina.log. But when I am typing the URL the login page is coming. Tried this in different IE and Mozilla but facing the same issue. 来源: https://stackoverflow.com/questions/16880454/http-localhost8080-not-redirecting

http://localhost:8080 not redirecting to opensso login page

浪尽此生 提交于 2019-12-01 12:34:35
问题 I have my Tomcat server of Liferay running on port 8080. When I am trying to access the application from server by typing url http://localhost:8080 , it is not redirecting to the Login page but giving me the error: The Connection to abc.xyz.com was interrupted while the page was loading. Here abc.xyz.com is the URL of my Opensso Login page. No errors are logged in stdout.log and catalina.log. But when I am typing the URL the login page is coming. Tried this in different IE and Mozilla but