I don't know of a tutorial per se. Do you keep up with some of hte
Sun Bloggers on OpenSSO. Pat Patterson has listed them out here:
Pat Patterson's Blog Entry
http://blogs.sun.com/superpat/entry/sun_opensso_am_bloggers
A couple of bloggers who might have info of use to you are:
Indira
http://blogs.sun.com/indira/
Dennis:
http://blogs.sun.com/indira/
Hello and thanks for the fast reply
i have great problem to understand how to configure the openSSO after installing it on servers
for simple sso scenario for instance , i cant find any help any where . the links are fine but i really
only like to know how to define simple SSO to 2 application that are on tomcat so when i enter
the first tomcat it will ask me for authentication and with it i could enter the second application .
ok i trying yet to understand i did something like this:
but i have problem to test the openfm and the tomcat agents
this is my basic simple case
i have
tomcat_1 = installed the policy agent the host and port http://127.0.0.1:8090/
-- i have installed simple webapps
sso1
sso2
tomcat_2 = installed the openfm server the host and port http://127.0.0.1:8080/
i configured simple policy with 2 roles
1.to allow get and post to sso1 web app
2.to deny get and post to sso2 web app
now when i try to browse to http://127.0.0.1:8090/sso1 im getting redirect to
http://127.0.0.1:8090/openfm-samples/UI/Login?goto=http%3A%2F%2F127.0.0.
1%3A8090%2Fopenf ........
as you can see its the wrong port .
why is that and how can i fix that ?
Just for the record, this issue was resolved via the users@opensso.dev.java.net alias (sign up at https://opensso.dev.java.net/servlets/ProjectMailingListList) and the OpenSSO IRC channel: #opensso on freenode.
The root cause was mismatch between the domain names (well, IP address on one side) between OpenSSO and the agent. The cookie set by OpenSSO was not visible to the agent.
Cheers,
Pat
Hello,
I'm a beginner on this forum.
I just try to use opensso and i don't understand how to set-up the openfm-samples. My problem is when i click on the federate link on sp page, my idp return a blank page instead of the idp's login page. i have set up my sp and my idp on different PC... I'm a little lost and i need help to be sure that i've the good parameters
Thanx
Hi,
In order to test WSC sample (from openfm-client-clientsamples.zip) I :
1- deploy and configure the WSC at the same machine as the service provider.
2-Enable interaction for IDPP query and modify service.
3- etablish a SSO
the problem is that WSC crashes when executing the following line in /wsc/index.jsp :
LibertyManagerClient lmc = new LibertyManagerClient();
ResourceOffering offering = lmc.getDiscoveryResourceOffering(
sessionObj, providerID).
Would you help me please to solve this problem.
Thanks in advance
Houssem