ruby on rails - Sign in with Yammer is using 'http' instead of 'https' so fails with 'Invalid Redirect URI' error -
yammer login works correctly when logging in using own yammer account our network. whenever use else in our network 'invalid redirect uri' error. there reason why work when logging in , not other people? redirect uri error purely yammer server side related?
i had set correctly in yammer created apps visiting production url using http
instead of https
. overriding redirect uri. fix changing url on invalid redirect_uri
page include s
, redirect correctly.
seems bug source url override http
part of yammer created apps redirect uri
.
Comments
Post a Comment