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'm seeing the "Allow/Deny" prompt on the linkedin side, even when I have previously authenticated, and am currently logged into linkedin.
I notice this is happening only with an older linkedin app (4 years old?), and is NOT happening with a freshly created linkedin app.
I've seen similar issues with other oauth2 circles. Google, for example has an option to force the dialog prompt, as well as a way to pass a "allow_prompt=auto" param/value to bypass it if the user has previously authenticated and is logged in.
After looking at the linkedin api info, I haven't come across a param for this.
This issue is more so on Linkedin's side (not this gem), as I'm assuming our older linkedin app is maybe some sort of "legacy" app.
Has anyone dealt with this?
The text was updated successfully, but these errors were encountered:
@jayswain, did you ever find any more information about this? I've tried creating a new Linkedin app and switching the client/secret in my code base, but that just invalidates all the previously created identities. I'm guessing oauth uids are not the same across apps.
I'm seeing the "Allow/Deny" prompt on the linkedin side, even when I have previously authenticated, and am currently logged into linkedin.
I notice this is happening only with an older linkedin app (4 years old?), and is NOT happening with a freshly created linkedin app.
I've seen similar issues with other oauth2 circles. Google, for example has an option to force the dialog prompt, as well as a way to pass a "allow_prompt=auto" param/value to bypass it if the user has previously authenticated and is logged in.
After looking at the linkedin api info, I haven't come across a param for this.
This issue is more so on Linkedin's side (not this gem), as I'm assuming our older linkedin app is maybe some sort of "legacy" app.
Has anyone dealt with this?
The text was updated successfully, but these errors were encountered: