Hi devs,

In the Identity Server at the moment "retryAuthenticationEnabled" method in
the authenticators decide whether the user is allowed to retry the
authentication with that particular authenticator. Based on the result from
this method, authenticator itself triggers the retry flow.

Because of this we have a main disadvantage for the implementation of
adaptive authentication. If retry is enabled, fail call back function in
JavaScript is not triggered.

So we are planning to change this behavior and send the authentication
retry flow through the authentication framework. Below is the planned
behavior.

   - Authenticator will retry to authenticate by default.
   - If the fail callback function has other steps to execute,
   authenticator will not retry to authenticate.
   - Developers can disable retry for a authentication sequence by setting
   a parameter in the context.

Please provide us with feedback what need to be changed from the above
mentioned behavior.

Thanks,
-- 
Maduranga Siriwardena
Senior Software Engineer
WSO2 Inc; http://wso2.com/

Email: [email protected]
Mobile: +94718990591
Blog: *https://madurangasiriwardena.wordpress.com/
<https://madurangasiriwardena.wordpress.com/>*
<http://wso2.com/signature>
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to