Local SSO integration with IdP 5.1.1

Christopher Bongaarts cab at umn.edu
Wed Apr 17 13:32:41 UTC 2024


On 4/16/2024 6:36 PM, Cantor, Scott wrote:
>> I'd  like to suppress this message in this case, but not sure the best way to
>> accomplish that.
> Nothing obvious, other than something hacky like creating a ScratchContext value, checking for it, and then clearing it, to guard the logic.
>
> I'd probably go back and change my External servlet and have it signal a custom event by relying an exception or error message and mapping that with the classified messages feature into an event to signal so that it doesn't end up signaling NoCredentials.
>
> Password is awkward because it has to loop, so it can't really tell when it's displaying for the first time or not.

How about an entry in the transition map from authn/External to catch 
NoCredentials (which for me is the "usual" case of no special SSO 
cookies present) that runs a next flow strategy function that 
clears/overwrites whatever is getting passed to Password 
(AuthenticationError/WarningContext?  Spring event?)?

-- 
%%  Christopher A. Bongaarts   %%  cab at umn.edu          %%
%%  OIT - Identity Management  %%  http://umn.edu/~cab  %%
%%  University of Minnesota    %%  +1 (612) 625-1809    %%



More information about the dev mailing list