uPortal IRC Logs-2012-03-29
[09:32:03 CDT(-0500)] <mtfk> hello
[09:32:15 CDT(-0500)] <mtfk> any one know if there is some channel about CAS ?
[09:32:32 CDT(-0500)] <mtfk> because this one I found on jasig website
[09:32:48 CDT(-0500)] <mtfk> so myabe it is somehow related with this topic
[09:33:18 CDT(-0500)] <mtfk> because I just have one question regarding CAS authorization proces for diffrent apps
[09:33:29 CDT(-0500)] <Arvids> I´m guessing, but if there´s no IRC channel, then lists would be thre right place where to ask
[09:34:29 CDT(-0500)] <mtfk> my scenario is website A, website B, I go to website A (redirect to cas login get ticket, set cookie, back to webstie A) user is login
[09:34:32 CDT(-0500)] <mtfk> then user go to website B
[09:34:45 CDT(-0500)] <mtfk> and how to authorize this user base on CAS ?
[09:37:12 CDT(-0500)] <mtfk> just by this cookie right ?
[09:37:29 CDT(-0500)] <Arvids> we´re using OpenAM, hence i´m not familiar with CAS... but it is important - what hostnames ar for those sites
[09:37:42 CDT(-0500)] <mtfk> two diffrents
[09:37:56 CDT(-0500)] <mtfk> for example website.org and webstie2.org
[09:37:58 CDT(-0500)] <athena> mtfk: there are a number of client libraries, depending on the language you're coding in
[09:38:07 CDT(-0500)] <athena> spring-security also has cas support on the client side
[09:38:16 CDT(-0500)] <Arvids> emm... OpenAM provides cross-domain SSO capabilities... i´m not sure about CAS
[09:38:21 CDT(-0500)] <mtfk> I use right now rubycas-client
[09:38:41 CDT(-0500)] <athena> and cas does not have an IRC chatroom
[09:38:43 CDT(-0500)] <mtfk> but I do not understand the process what should happen in this sistuation
[09:39:08 CDT(-0500)] <mtfk> because I found some information about proxing but this pattern do not fit in this scenario
[09:39:15 CDT(-0500)] <athena> i'd recommend checking out the cas IRC chatroom, or if there's no one there, contacting the cas-user email list
[09:40:08 CDT(-0500)] <mtfk> btw OpenAm has ruby implementation or rails ?
[09:40:19 CDT(-0500)] <mtfk> thanks for advice I will do that for sure
[09:40:32 CDT(-0500)] <mtfk> it just hard to find answer for so simple question
[09:40:43 CDT(-0500)] <mtfk> and I thought that maybe someone on irc could explain that
[09:40:46 CDT(-0500)] <Arvids> here´s how it works for OpenAM: http://docs.oracle.com/cd/E19575-01/820-3746/gipjl/index.html
[09:41:34 CDT(-0500)] <Arvids> if a cookie with ticket is used for CAS, then CDSSO should be something very similar to that... another question - whether such option exists for CAS at all
[09:42:53 CDT(-0500)] <mtfk> I will try to ask on cas mailing list
[09:43:27 CDT(-0500)] <mtfk> ok thanks and bye
[10:28:42 CDT(-0500)] <EricDalquist> grr
[10:28:54 CDT(-0500)] <EricDalquist> just realized that we missed adding data-export for the subscribable tabs feature
[14:50:34 CDT(-0500)] <b-sure> hello uPortal devs. this jira from the list today https://issues.jasig.org/browse/UP-3375. I've run into this today on a fresh 4.0.4 build from maven central. I"d like to try this patch https://issues.jasig.org/browse/UP-3359 but I"m not sure if that is the right route to take.
[14:51:26 CDT(-0500)] <b-sure> im interested to know how the fix for https://issues.jasig.org/browse/UP-3375 was completed by EricDalquist
[14:51:51 CDT(-0500)] <EricDalquist> click the Commits tab on the jira page
[14:52:02 CDT(-0500)] <EricDalquist> you can see all of the commits that reference that jira issue id
[14:53:28 CDT(-0500)] <b-sure> I see them now but I im still getting INFO 2012-03-29 14:29:01,993 [RemoteUserSecurityContext.authenticate(ln:96)] - Authentication failed. REMOTE_USER not set for(null). in the logs and not logged in.
[14:54:04 CDT(-0500)] <b-sure> in personDirectoryContext, we have remoteUserAttribute set to be username and I see in the logs...
[14:58:46 CDT(-0500)] <b-sure> remoteUserAttribute is set to the value of "username" but that isn't an actual header coming in from the headers.