• 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
  • 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…