Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Not A Bug
-
3.5.0
-
Ionic framwork
Description
I am trying Yammer client side OAuth Authentication. i am using the URL of format:
https://www.yammer.com/dialog/oauth?client_id=xxxxxxxxxxx&redirect_uri=https://localhost/callback?type=mobile&response_type=token
In InAppBrowser its showing Yammer login page, when i entered my email id, its trying to take me to my organizations login page. here its failing, i mean its not redirecting from yammer login page. its showing activity indicator and stuck there.
when i open the same url in mobile browser its redirecting and working fine. so, the issue is with InAppBrowser.
Any idea on how to resolve it?
ref: clinet-side flow in https://developer.yammer.com/v1.0/docs/oauth-2