You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just got the email below from LinkedIn, and was wondering whether 'default' means something different in their context than it does in the context of your Readme. Ie, if we haven't configured the scope option in our Rails project, will the project still work come September?
LinkedIn email:
Dear LinkedIn Developers,
What's happening?
As of September 15, 2019, we will no longer be supporting default scopes. Default scopes allow apps to make calls to /oauth/v2/authorization without explicitly requesting scopes in the scope parameter. If your apps rely on default scopes, they must now request scopes explicitly in their OAuth flow.
Additionally, requests to v1 specific scopes will not be permitted after September 15, 2019. The set of v1 scopes includes:
r_basicprofile (only permitted if your app has been granted v2 Basic Profile)
w_share
rw_company_admin
What you'll need to do:
Determine if your app is using default scopes by inspecting your code. If your call to request an authorization code includes a scope parameter explicitly requesting permissions, your app is not using default scopes and you do not need to take any action. Important: If your call does not include a scope parameter, proceed with the rest of the steps below.
Initiate OAuth flow from your app as a user.
Proceed to the LinkedIn authentication screen describing what access is being requested
Map the access request descriptions to their corresponding scopes using the table in our migration guide.
Timeframe:
You will need to complete the migration steps above by September 15, in order to prevent any interruption of your access. Requests to obtain an access token while using default scopes after this date will return an HTTP 400 error from our API.
Resources:
For further assistance, please reference our migration guide.
If you need additional support while migrating your default scopes, or have general questions regarding these updates you can open a support ticket here.
Thank you,
LinkedIn Developers Program Team
--
The text was updated successfully, but these errors were encountered:
Hi all,
I just got the email below from LinkedIn, and was wondering whether 'default' means something different in their context than it does in the context of your Readme. Ie, if we haven't configured the scope option in our Rails project, will the project still work come September?
LinkedIn email:
Dear LinkedIn Developers,
What's happening?
As of September 15, 2019, we will no longer be supporting default scopes. Default scopes allow apps to make calls to /oauth/v2/authorization without explicitly requesting scopes in the scope parameter. If your apps rely on default scopes, they must now request scopes explicitly in their OAuth flow.
Additionally, requests to v1 specific scopes will not be permitted after September 15, 2019. The set of v1 scopes includes:
What you'll need to do:
Timeframe:
You will need to complete the migration steps above by September 15, in order to prevent any interruption of your access. Requests to obtain an access token while using default scopes after this date will return an HTTP 400 error from our API.
Resources:
For further assistance, please reference our migration guide.
If you need additional support while migrating your default scopes, or have general questions regarding these updates you can open a support ticket here.
Thank you,
LinkedIn Developers Program Team
--
The text was updated successfully, but these errors were encountered: