LinkedIn Organization Text Post – Incorrect OAuth scopes requested by Make

Very simple use case, make an organization text post. The developer application is configured. I receive an error during the oauth connection process.

{
  "message": "The request failed due to failure of a previous request.",
  "code": "SC424",
  "suberrors": [
    {
      "message": "[unauthorized_scope_error] Scope "r_liteprofile" is not authorized for your application",
      "name": "InvalidConfigurationError"
    }
  ]
}

Reading Microsofts documentation on LinkedIn, this scope is deprecated as of 8/1/2023. Sign In with LinkedIn - LinkedIn | Microsoft Learn.

Please advise on a workaround or when this integration is slated to be fixed. I attempted to add the new scopes that are required, but the r_liteprofile scope appears to be a fixed scope requested by the integration.

The new scopes using OIDC are ‘openid profile email’ as listed in the documentation from Microsoft.

Thank you!

Welcome to the Make community!

For technical issues or bugs like this, directly contacting support can often lead to a faster resolution. They have access to your specific account details, scenario and scenario logs, server-side logs, and internal tools and resources, which allows them to investigate more thoroughly than what you have access to. Additionally, sharing sensitive information about your account or scenario might not be suitable for an open forum discussion.

You can open a new ticket here, or if you are unable to login for some reason, you can create another new free account to access the ticketing system (which is only available to logged-in users). Alternatively, you should be able to send an email to helpdesk@make.com and support@make.com and it should create a ticket. After submitting a new ticket, you will receive an automatic confirmation email with the subject “Ticket Created” in the subject. If you do not receive this, try sending the ticket again.

If you manage to get your issue resolved with support, we’d still love to hear about it! Sharing your solution on the forum can help others facing similar problems.