Best practice MFA IdP3.3.1
Cantor, Scott
cantor.2 at osu.edu
Wed Sep 13 18:56:51 EDT 2017
On 9/13/17, 4:36 PM, "users on behalf of O'Dowd, Josh" <users-bounces at shibboleth.net on behalf of Josh.O'Dowd at mso.umt.edu> wrote:
> Per your suggestion, I have a postAuthenticationFlow interceptor that prompts the user 2 choices(employee or student) in a
> view-state. Once the user selects and I have an event to transition on, can I send along the user's selection via action-state, such
> that the attribute-filter can then use that selection as predicate/conditional in release policy?
Same answer as before, there's no instrinsic way to do this without creating a Java BaseContext-inheriting class to attach to the context tree or using some kind of webflow variable with low level Spring calls.
The internals of the IdP use the context tree to communicate state to each other. There isn't any built-in way to do that beyond creating your own objects in the tree.
-- Scott
More information about the users
mailing list