idp login issue connecting to ldap
Cantor, Scott
cantor.2 at osu.edu
Mon Aug 3 16:55:54 EDT 2015
On 8/3/15, 4:47 PM, "users on behalf of Jason Separovic" <users-bounces at shibboleth.net on behalf of jseppa01 at gmail.com> wrote:
>By blank I mean it's as if the page is just refreshed.
>
>Try it and see:
>
>https://docs.google.com/a/jseppa.com/
>
>I have not modified anything except the config files previously mentioned.
Note that when you POST, the result that comes back doesn't change the URL. That's not how SWF works. When you do a POST, it advances the flow and actually returns a 302 that updates the query parameter (the 's' value specifically) and then it fetches that URL to render the view again.
In your case it never advances, and basically never does anything, which is why it keeps replaying the same initial view. I have no insight into what could cause that, it isn't possible AFAIK.
I don't know that it would show anything, but the logging needed here would be very low level, probably the org.springframework.webflow categories to start with.
-- Scott
More information about the users
mailing list