Hello,
I have a use-case where I want to handle interaction_required error in my application using check-sso.
From my testing, the check-sso iframe silently catch all errors and returns unauthenticated. So interaction_required errors are also ignored.
It allows me to catch error in my application by implementing "onAuthError" callback, and call "kc.login()" when error interaction_required is found to force my users to execute required actions.
Could you please tell me if it makes sense ? Is it a bug/enhancement to js adapter which may be fix/added or does it create other issues ?
Thank you for you feedback