Question about externalLoginKey for multitenant

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Question about externalLoginKey for multitenant

Gaddiel
Hi all!

I have an ofbiz running with the multitenant demo, and I would like to know if is there anything like the externalLoginKey (changes between web apps) to change between database instances without loging in again.

I have found no documentation about this, one idea I have is to implement a function in the LoginWorker class that somehow changes the currentDelegatorTenantId.

But I would like to hear opinions and ideas about how secure is that and if is there any better way.

I m relative new to Ofbiz, (have beeing working with it for about 2 months) and I'd really apreciate any help.