1st login with SSO with 2FA enabled fails

Hi, I have setup 2FA and SSO following docs for backoffice Users, they work fine separately but when both are enabled for user - on first SSO login (if I clear [umbracoExternalLogin] table) I get this:

{"message":"The registered Umbraco.Cms.Web.BackOffice.Security.IBackOfficeTwoFactorOptions of type Umbraco.Cms.Web.BackOffice.Security.DefaultBackOfficeTwoFactorOptions did not return a view for two factor auth "}

Instead of getting redirected to backoffice, if I refresh I get into backoffice and all sequent logins with SSO works, so basically if user has 2FA setup and he tries login using SSO for first time it will result in this, is there way to avoid this?