• Error requesting access token API-REST

    Good Afternoon, Requesting your support with the following topic: We create an integration with SugaCRM through an API-REST. The detail is that we are trying to obtain an authentication token from SugarCRM with the endpoint /rest/v11/oauth2/token using…
  • Authorization Grant Types

    Hello, we're integrating Sugar CRM with our product to import and push data, we're planning on using the REST API. My question is that the authentication flow requires us to get the username and password from the user into our client(Password grant type…
  • How can I create OAuth token for the particular user

    How can I create OAuth keys for a particular user ? Please help me to find a solution to create OAuth key for an particular user
  • 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…
  • Using OAuth2.0 Swift authentication

    Hello All, I am developing an iOS application for crm. I am try to authentication using Oauth2.0. There are in bellow code. let oauthswift = OAuth2Swift ( consumerKey: client_id, consumerSecret: clientSecret, authorizeUrl: authURL, accessTokenUrl: accessURL…
  • Getting "invalid_grant" while navigation on SugarCRM

    Hi. I browse SugarCRM inside several iFrames in my Web Application. The SessionID is always the same. When I log in SugarCRM I can see a "/rest/v10/oauth2/token" with my credentials and I get the following reply: {"access_token":"tokenAccess","expires_in…