function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
ProlayProlay 

Permission errors while authenticating with Microsoft Translator API by setting up the Auth. Provider

Dear Developer Community,

I am running into Authentication error while setting up the Auth. Providers for Microsoft Access Control Service . I followed every step mentioned in the help article https://help.salesforce.com/HTViewHelpDoc?id=sso_provider_microsoft.htm&language=en_US and created the MicrosoftTranslatorAPIFreeAuth configuration in my Salesforce Developer Org.

The Authorization sequence for Microsoft Translator API is described in the following link https://msdn.microsoft.com/en-us/library/azure/gg193416.aspx#UserConsent. I have already created my account in the Azure Data Market and also published the App to get the client_id and the client_secret.

The error I am getting after the successful login using this URL is "http://ap1.salesforce.com/_nc_external/identity/sso/ui/AuthorizationError?ErrorCode=Remote_Error&ErrorDescription=invalid_permissions&ProviderId=0SO90000000CbEH "

I would appreciate any help to sort out this Authorization error.

Thank you in advance!