How to insert detailed message in saml response
Cantor, Scott
cantor.2 at osu.edu
Tue Jul 5 12:49:26 EDT 2016
> i saw that indeed the NoPotentialFlows event is thrown, but Ldap user
> validation is throwing the InvalidCredentials event (for example), so how
> can i get the message of that event in the saml response and not the "No
> potential flows"
I don't believe you can.
> After digging in the flows xmls i saw that there is a transition to
> HandleErrorWithResponse which will eventually write the event details to
> the saml response. but don't know how to operate that for the events.
It's not the mechanics of generating an error, it's simply how authentication works. Events within a login method don't matter to the system, only the final one does. The final one is generally "there are no flows left that I can try". I would have to see if that can be changed, but even it would be a code change.
-- Scott
More information about the dev
mailing list