Intercept flows called even when in SSO session
Cantor, Scott
cantor.2 at osu.edu
Fri Aug 14 17:09:57 EDT 2015
On 8/14/15, 4:16 PM, "users on behalf of O'Dowd, Josh" <users-bounces at shibboleth.net on behalf of Josh.O'Dowd at mso.umt.edu> wrote:
>
>Yes. I am looking for something, at subflow entry time the tells me this is/is not SSO reuse. I can play do some context dissecting with debugging, if I need to. I was just hoping you knew of something easy to point me to.
I'm not sure it's foolproof in every bizarre configuration one could cook up, but generally, if authenticationContext.getAttemptedFlow() is null, that would mean SSO. The only exception to that would be some weird case where somebody's custom login flow did something unusual, but under any ordinary circumstances, reuse of a result would happen up front or not at all, and if it happens up front, that field never gets set.
-- Scott
More information about the users
mailing list