• Accessing Sugar Oauth Keys in PHP

    I am creating a dashlet to access Box files and folder in an Account record. I need to authenticate to Box's API in my php code, but I don't want to hardcode the credentials. What is the best way to secure my Box API credentials? I am using SugarCloud…
  • Refresh token expired within 4 hours. How I can create long term refresh token?

    Hello, community I used OAuth2 authentication and get refresh token but my refresh token expired within 4 hours. How I can create long term refresh token to generate a new access token and use REST API for future use? If I create access token before 4…
  • Client ID and Client Secret for production environment

    Hello, I have been using the client_id as "sugar" and no client_secret for connecting with SugarCRM during development. Can I use that for our production environment too? I see that there are options to add new client_id and client_secret, but I see that…
  • Where to change client_id and client_secret

    I am a freelance software developer trying to send data to the sugarCRM endpoint of a client. This is my first time interacting with sugarCRM and it is not the principal focus of my project for the company-client, so I really just need it to work. In…