You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 6, 2022. It is now read-only.
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 :)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 :)
The text was updated successfully, but these errors were encountered: