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 have a custom oAuth2 configuration for linkedIn that worked fine until recently.
The oAuth2 redirect url doesn't get handled anymore.
Anyone else ran into that problem?
Found what caused it. iOS >= 11.2 breaks Universal Links. 😡
Work around was to use a UIWebView with a local url scheme instead of SFSafariViewController.
Thought I post this here in case anybody else runs into this issue.
Issue Description
I have a custom oAuth2 configuration for linkedIn that worked fine until recently.
The oAuth2 redirect url doesn't get handled anymore.
Anyone else ran into that problem?
Expected Results
redirect to the custom oAuth2 handler
Actual Outcome
displays "Cannot get /oauth/linkedin"
Environment Setup
config file:
The text was updated successfully, but these errors were encountered: