I am self-hosting the Okta sign-in widget in a VueJS page (SPA, pkce=true). I have set config.authParams.display
to “page” but the social logins (Google and LinkedIn) open up in a popup window. If I maximize the browser window, then the social login opens up in a tab in the same browser window. I see the same behavior with both Chrome and Safari on my Mac.
Isn’t config.authParams.display
the setting that determines if a popup or a page is used for external IdP authentication?
How can I get the social login to always open up on the same page or in a tab in the same window?
Thanks!