<div dir="ltr">Working in push android demo, I found 2 problems<br><br>1) We do not have a way to change the login name parameter sent to the server and on push the parameter name is different from what we have in api<br>- I changed this in code to test it [2]<br>
<br>2) The Authentication API today is only to use in Pipeline<br>- I moved it to the HttpRestProvider class which is also used by the Pipeline [3]<br><br>Summers and I worked on it yesterday night, but still could not find the problem.<br>
<br>Apparently it logs in successful[y4], but when trying to register, the server responds: &quot;No authentication challenges found&quot;<br><br>The same authentication works perfectly in TODO but not in server push. This is blocking me.<br>
<br>[1] <a href="http://aerogear-dev.1069024.n5.nabble.com/aerogear-dev-Push-Authentication-tt3382.html">http://aerogear-dev.1069024.n5.nabble.com/aerogear-dev-Push-Authentication-tt3382.html</a><br>[2] <a href="https://github.com/danielpassos/aerogear-android/commit/8f867f8d4a43eb47873a5eecd708780a062620c3">https://github.com/danielpassos/aerogear-android/commit/8f867f8d4a43eb47873a5eecd708780a062620c3</a><br>
[3] <a href="https://github.com/danielpassos/aerogear-android/commit/4636e51a4bd2590599c01e3a01ad472434b275a7">https://github.com/danielpassos/aerogear-android/commit/4636e51a4bd2590599c01e3a01ad472434b275a7</a><br>[4] <a href="http://cl.ly/image/2q442B0N0Q40">http://cl.ly/image/2q442B0N0Q40</a><br>
</div>