Sunday, January 27, 2013

How can I specify an oauth2 token in JDBC call?

I know I can use the command-line tool to create a java prefs.xml file. 
My problem is that I have a multi-tenant SaaS applications (Explore Analytics) and I need to manage separate tokens for each user and use the right token when I create the JDBC connection for the user's instance. Is there a way of passing that token in the JDBC connect string?


--
 
 

No comments:

Post a Comment