Display=popup is ignored

When my SPA is sending an authentication request including display=popup parameter, apparently that parameter is ignored. Auth0 shows the login dialog in the same window as the requesting SPA (effectively “leaving” the SPA). How to make display=popup work in the way described in the OpenID Connect specification?

1 Like

I would kindly ask an Auth0 professional to answer my question. Thanks a lot.

Hello @mkarg!

I understand the display=popup is not working as expected. I found some docs that suggest another configuration.

Using redirect = false when using Lock should prevent the redirect and use the popup instead.

I hope this helps!

Best,
Alex

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.