SugarCRM Mobile. How can I prevent our users to access using Sugar version

Hello!

We are developing a customized version of SugarCRM mobile and we would like to be able to force users to use this app, not the one Sugar provides us.

Is this possible?

thanks!!

Parents
  • Perhaps you can update in app.json the attribute jsConfig.clientID to some value other than "sugar".

    In the Sugar server side you can create a custom version of SugarOAuth2StorageMobile (custom/include/SugarOAuth2/SugarOAuth2StorageMobile) and override the method checkUserCredentials in order to evaluate if provided $client_id is "sugar", so you can refuse access.

    Regards

    André Lopes
    Lampada Global
    Skype: andre.lampada
  • I also like this one! it seems I would have to touch less code... I'll also give it a try!

    Thanks!

Reply Children
No Data