How to embed the Auth0 popup into a new tab of the chrome extension?

My chrome extension project is based on React and its ecosystem.
I pop up the Auth0 login chrome window by loginWithPopup function of Auth0 node module.
Then, there are 2 popup chrome windows; my extension and Auth0 popup.
Is there any way to embed the Auth0 authentication into a new tab of chrome extension?