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
Is there any way to not redirect to an URL after logging in with linkedin? On android, the default flow works fine. But on iOS, ensureValidToken() and login() methods' returned promise never gets resolved and after logging in on linkedin, Im redirected to the specified page on the property redirecturi
The text was updated successfully, but these errors were encountered:
I have the same issue with salesforce. Using standard redirect URI https://login.salesforce.com/services/oauth2/success.
Login seems to be successful and I am correctly redirected to the given Url, but I am not sure how I can't get the token as promise seems to not resolve as well.
Hello,
Is there any way to not redirect to an URL after logging in with linkedin? On android, the default flow works fine. But on iOS,
ensureValidToken()
andlogin()
methods' returned promise never gets resolved and after logging in on linkedin, Im redirected to the specified page on the propertyredirecturi
The text was updated successfully, but these errors were encountered: