• Best way to log in a Sugar User from an in-house application via LDAP

    Premise: I don't understand the first thing about how authentication really works. We have our own in-house ERP application. ( https://sugarclub.sugarcrm.com/engage/it-operations/b/share-your-story/posts/ah-the-possibilities ) Our ERP users are a…
  • 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…
  • 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…
  • Authentication error need_login when using REST v10

    Sugar - v9.0 Enterprise running on localhost using PHP v7.1.35 Wordpress custom plugin running on localhost using PHP v7.1.35 Ive got a strange problem with my local instance of sugar. I have a local copy of my live cloud install to facilitate development…