• Username Validation

    Hello, I am trying to integrate SugarCRM with my app and need to put Form validations on username (Local Login). Can someone please help with the validation rules. - Is there any minimum & maximum length of username - What characters are allowed - Can…
  • Does SugarCRM support standard OAuth2.0 flow?

    Hi, I'm new to SugarCRM, after a brief browsing, I only found a way to obtain the accessToken through username and password. Does SugarCRM support the authorization_code grant type? Also, I don't have permission to create a new app on the ' OAuth Keys…
  • 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…
  • does sugar log failed api requests for tokens?

    Does Sugar log failed requests for API tokens? I'd like to see if there were any token requests that failed the authentication step. thank you, Francesca
  • 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…
  • 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…
  • Oauth2 Authentication URL needed

    Hi, for an API connection with a third party system I need the Oauth2 Authentication URL. I tried /auth, /authentication and /token but with no success. Could you please tell me, which url to use?
  • access token expire immediately or valid for one time

    I am trying to fetch data from Sugar through API so after getting OAtuth token from sugar when I call an API e.g Accounts this works fine but after that, if I call another API with the same token it gives the error "invalid_grant" with a message "Your…
  • 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…
  • 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…
  • using client id/secret from a different account to authenticate/authorize the user

    Hello! I have two instances of SugarCRM running and in the first instance, as an Admin, I have created an OAuth key with client ID I1 and client secret S1. Now when I'm trying to generate an OAuth2 Access token for the second instance, I pass the Admin…
  • 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…