Is browser flow being skipped when logging in with saml?

Hi,
In my flow users can log in with user/pass OR with an ADFS server as idp.

I have added a kind of tenant selector after the username/password form where users select something from a dropdown and then continue. Their choice is stored in their token.

When logging in with ADFS however it seems the user is redirected directly to the front end app after successfully logging in, and not continuing with the browser flow. So I cant show the tenant selector to those users.

Is this scenario possible at all? If so, how?

Thanks.