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!!
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!!
I believe that in this scenario (SSO) the client_id is defined by the Identity Provider thanks to configured metadata.
Having that said I would suggest to extends the class SugarOAuth2Storage located at include/SugarOAuth2 in order to override the given client_id based on arguments $uri and $inputData in the method checkGrantExtension.
We had done something similar for implementing SAML authentication on Self Service Portal.