Hello,

I am currently working on a Metadata and DataAdapter for my project, but am running into a slight problem.

When a user authenticates with LS, it is hitting NotifyUser in my Metadata Adapter, where I am validating their token. All good so far.

However, in our DataAdapter, the way that our event subscription works is that I need to pass in a UserId in order to create a subscription. This UserId is available in the token itself.

Is there a way for the Metadata Adapter to pass information to the DataAdapter for use? Or is there a better way to do this?

Thanks,
Tanner