On Fri, Dec 11, 2020 at 3:46 AM Hofner-Informatik <[email protected]> wrote:
> ... > Selecting a connection from the connection list won‘t call the auth > plug-in. So there is no preflight interaction with the target host to > refresh the SSO link there. > It will, actually - the webapp will recheck with the authentication extensions associated with the session each time the user navigates to a different part of the webapp. If they're already logged in, this will hit updateAuthenticatedUser() and updateUserContext() of each relevant AuthenticationProvider implementation. - Mike
