Interoperability between web3auth and torus wallet

I read the interoperability document and checked Allow user's private key usage in given wallets:.

I generated the address in my app built with web3auth.
However, when I logged into torus wallet, my address created by web3auth was not shown.

Now, your user can use their Web3Auth private key from your application to sign transactions within Torus Wallet.

What exactly does this mean?

My expectation is that when I log into torus wallet, the address created by web3auth is linked.

Is there any way to achieve this?

I checked discussion and my question was not resolved.
https://github.com/orgs/Web3Auth/discussions/374



Originally posted by: yusakapon

Check the discussion at: https://github.com/orgs/Web3Auth/discussions/464

Hey @yusakapon

Did you see this option when using https://app.tor.us?



Originally posted by: shahbaz17

Hello!
I have the same issue: nothing is showing up despite enabling the interoperable flow option and login at least once into the dapp.
I used the quickstart from the integration builder, checked the Plug and play EVM based chain option (using Polygon Mumbai), logged with my Google Account and I didn't see any other address in my wallet when using https://app.tor.us/.
Any idea why?



Originally posted by: loydoo

Hey @loydoo and @yusakapon are your apps published or you are looking at localhost applications and testing them for interoperability? Please note that localhost applications are having testnet verifiers, which means that you cannot use the interoperability while being on testnet. Once you have published your app, even on a test server somewhere, while using the mainnet or cyan verifiers, you can utlilise the interoperability flows.



Originally posted by: yashovardhan

That's exactly what happens. You get multiple accounts when you login to torus wallet.
The catch is that the user has to do atleast one login into your dapp



Originally posted by: chaitanyapotti