Hi @sreenu539 Its not recommended to store the client id/ secret in client side because it can be easily exploitable and extracted from dev tools. My suggestion would be a two step approach where you have a BE call a servlet that can inturn fetch you the oauth token using the ID and secret stored in...