Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

[10:06:49 CST(-0600)] <dd__> hello

[10:07:03 CST(-0600)] <Arvids> hi

[10:07:29 CST(-0600)] <dd__> have a question about uportal redirecting after being idle

[10:08:13 CST(-0600)] <Arvids> not sure that i'll be able to help, but i can try (smile)

[10:08:33 CST(-0600)] <dd__> right now when you are signed in and it's idle for awhile, on reload it will redirect you to the default homepage with the sign in button, if you click sign in it takes you back to your signed in homepage

[10:08:49 CST(-0600)] <athena> yes - your session has expired

[10:08:55 CST(-0600)] <dd__> is there any way to log you out and redirect you back to CAS?

[10:10:26 CST(-0600)] <Arvids> I believe, that no... AFAIK

[10:11:01 CST(-0600)] <Arvids> ... but that should be easy doable with custom code

[10:11:52 CST(-0600)] <dd__> hmm, ok. i'll need to look into it

[10:11:56 CST(-0600)] <athena> probably depends on whether you want to have a guest mode viewable

[10:12:16 CST(-0600)] <athena> the portal can't easily distinguish at that point between users that just arrived, and users whose sessions expired

[10:12:48 CST(-0600)] <dd__> yeah, we're not doing guest mode, sign in through CAS takes you to your portal

[10:13:30 CST(-0600)] <Arvids> It reminds me that there was a discussion on user list about this behaviour

[10:14:23 CST(-0600)] <dd__> ok, i can search around

[10:14:25 CST(-0600)] <athena> in that case, yes, i think you could configure the portal to just always redirect to CAS for login

[10:14:31 CST(-0600)] <athena> that's a pretty common use case

[10:14:37 CST(-0600)] <Arvids> indeed

[10:14:53 CST(-0600)] <dd__> ok, great

[10:15:01 CST(-0600)] <athena> incidentally, there's a uPortal community call in 15 min for anyone that's interested in attending

[10:15:17 CST(-0600)] <athena> http://www.jasig.org/news/december-2011-uportal-community-call

[10:15:24 CST(-0600)] <Arvids> another way is to implement a custom IParameterProcessor

[10:15:56 CST(-0600)] <athena> (and you can connect via skype, too)

[10:16:29 CST(-0600)] <Arvids> it should be very easy to implement one checking whether user is guest or not... and sending back redirect to a login page if user turns out to be a guest

[10:17:03 CST(-0600)] <dd__> great, thanks

[10:17:37 CST(-0600)] <dd__> that covers that then. you would happen to have any experience with resource serving webapp, would you?

[10:17:39 CST(-0600)] <Arvids> hmm... i'm looking at IParameterProcessor and there's no servlet response available (sad)

[10:17:51 CST(-0600)] <dd__> i

[10:18:21 CST(-0600)] <Arvids> very little

[10:18:22 CST(-0600)] <dd__> i'm getting a weird error when it is starting up and i was talking with Eric Dalquist about it and even he was confused

[10:18:38 CST(-0600)] <dd__> http://pastebin.com/YTacGV9N

[10:18:40 CST(-0600)] <Arvids> haven't had any errors with it

[10:18:48 CST(-0600)] <dd__> i see that error in my log when i start tomcat

  • No labels