Looking for simple openSSO tutorial

Hello allim trying to implement simple configuration that consists 2 tomcats with and on each tomcat will be policy agent controlled with access manager , the help file is to hard to understand is there somekind of kick start tutorial ?
[271 byte] By [Meirya] at [2007-11-26 21:19:45]
# 1

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/

John_Da at 2007-7-10 2:58:52 > top of Java-index,Web & Directory Servers,Directory Servers...
# 2

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 .

Meirya at 2007-7-10 2:58:52 > top of Java-index,Web & Directory Servers,Directory Servers...
# 3

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 ?

Meirya at 2007-7-10 2:58:52 > top of Java-index,Web & Directory Servers,Directory Servers...
# 4
sorry its 8080 in the server someone?
Meirya at 2007-7-10 2:58:52 > top of Java-index,Web & Directory Servers,Directory Servers...
# 5

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

superpata at 2007-7-10 2:58:52 > top of Java-index,Web & Directory Servers,Directory Servers...
# 6

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

maxpayne91a at 2007-7-10 2:58:53 > top of Java-index,Web & Directory Servers,Directory Servers...
# 7

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

houssema at 2007-7-10 2:58:53 > top of Java-index,Web & Directory Servers,Directory Servers...