[11:05:16 CDT(-0500)] <b-sure> hello uPortal devs. Are there URL's in uportal that cannont be accessed unless the user has authenticated? I"m trying to force a redirect to the login page by requesting a protected resource.
[11:05:59 CDT(-0500)] <EricDalquist> all new sessions should get /Login first
[11:06:09 CDT(-0500)] <EricDalquist> but there was a bug in 4.0.3 (maybe 4.0.4 too) that prevented that
[11:06:16 CDT(-0500)] <EricDalquist> one of the many little fixes I have to get pushed back
[11:08:22 CDT(-0500)] <b-sure> ok thanks EricDalquist. I"m just working on some uMobile authentication using ECP and it requires the client to attempt to access a shibb protected resource.
[11:11:52 CDT(-0500)] <EricDalquist> things are going better today
[11:12:02 CDT(-0500)] <EricDalquist> I should be able to start pulling local mods over into uPortal this afternoon
[11:12:08 CDT(-0500)] <EricDalquist> and hopefully in there are the fixes you need
[11:45:56 CDT(-0500)] <b-sure> cool. thanks EricDalquist
[13:18:15 CDT(-0500)] <b-sure> hello EricDalquist. Is there a url I can request in uPortal that will automatically redirect me to the login? I know there isn't anything in web.xml that says there are protected resources.
[13:18:33 CDT(-0500)] <EricDalquist> (2012-04-05 11:05:58) EricDalquist: all new sessions should get /Login first
[13:18:33 CDT(-0500)] <EricDalquist> (2012-04-05 11:06:09) EricDalquist: but there was a bug in 4.0.3 (maybe 4.0.4 too) that prevented that
[13:18:33 CDT(-0500)] <EricDalquist> (2012-04-05 11:06:15) EricDalquist: one of the many little fixes I have to get pushed back
[13:19:54 CDT(-0500)] <b-sure> ok but are you redirected to /Login no matter what url you hit within the portal? I'm just trying to see if we can shibb protect /Login or if we need to protect some other sub path.
[13:20:02 CDT(-0500)] <EricDalquist> yes
[13:20:26 CDT(-0500)] <EricDalquist> once the bug is fixed any first-time-session request should bounce you off /Login
[13:20:26 CDT(-0500)] <b-sure> hmm. that may be an issue for shibb users I think unless all paths in the portal are shibb protected
[13:20:56 CDT(-0500)] <b-sure> because currently we protect our whole portal with shibb which works fine under this scheme
[13:21:17 CDT(-0500)] <b-sure> but for umobile to work, we need to expose an unauthenticated view
[13:21:36 CDT(-0500)] <EricDalquist> that would be a question for the umobile
[13:21:37 CDT(-0500)] <EricDalquist> folks
[13:21:48 CDT(-0500)] <EricDalquist> to see if they can enumerate a set of urls needed by umobile