Is there a way to pass the authentication token that was received via a custom auth flow to a custom retool component?

We are using a custom authentication flow that uses amazon cognito behind the scenes, I want to add some external chat widget with custom component, I need to pass the access token from the resource to the component is there an easy way of doing it? is it even possible?

Not directly, but I’ve implemented “some” auth in app via linking API queries. Danger is any “secrets” become accessible to any who can edit the app.

Hey @Yoni_Hodefi ! As @mawdo81 mentioned this isn't directly available. You can replicate the auth flow from inside of the app, and then use the token received. I have also created a FR to allow this natively. I'll update here when we get any additional information to share. Thanks!