Skip to content
This repository has been archived by the owner on Jan 6, 2022. It is now read-only.

Multi-tenancy support doesn't work #19

Open
yurykuchmel opened this issue May 31, 2013 · 0 comments
Open

Multi-tenancy support doesn't work #19

yurykuchmel opened this issue May 31, 2013 · 0 comments

Comments

@yurykuchmel
Copy link

Hi, I need to use multi-tenancy (in this case, provide opportunity to more than 1 user be logged in and being able to invoke methods of Facebook Connector) but it doesn't work for me. I don't know how and where to store accessTokenId in order to use it in separate flows.
In the provided demo, accessTokenId attribute is empty therefore I think that demo doesn't show behavior of the connector in multi-tenant application. Please either adjust demo flow config file or give concrete working example.
My understanding is to keep accessTokenId in session. I tried to set-session-variable accessTokenId after calling facebook:authorize and it works. However, this session variable is not available at all when I try to get this session variable in another flow to pass it to Facebook connector method.
In general, this approach works fine if I hardcode accessTokenId and it doesn't work if I save it to session. Object store is also not a solution because it is shared among the other users and I doubt whether it is correct approach to keep accessTokenId variable in object store because all users will use the same accessTokenId and this is against multi-tenant approach.
Please feel free to contact me directly to speed up this investigation.
Best regards,
Yury
PS: Jose, you know my email :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant