On Mar 30, 2007, at 11:47 AM, MikeCrosby wrote:


I discovered the error of my ways....

I looked at the source code for SSOIFramePortlet and realized that in the portlet.xml, I had to define the username and password parameter names. So
under the "sso.type" preference, I added the following:

            <preference>
                <name>sso.url.Principal</name>
                <value>username</value>
            </preference>
            <preference>
                <name>sso.url.Credential</name>
                <value>password</value>
            </preference>

This looks like it resolved the issue I was encountering. I'm still not sure why it's not pulling these from the SSO datastore, but I'm not going to question it as long as this works. Maybe this will help someone else in the
future.

That sounds about right
The SSO IFrame portlet needs some reviewing and improvements
I've created a JIRA Issue for the 2.1.1 release to "cleanup and test" this portlet
Thanks for the input

http://issues.apache.org/jira/browse/JS2-671





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to