Hi
We are doing a FIORI Implementation project and using SAML2 ADFS Authentication set up .
Our front end server is a Gateway server in the DMZ which is redirecting the request to the AD server for authentication.
Currently the SSO is working fine .
However when we are connected to the Corporate WIFI ( internal office network) and access the Launch pad from the FIORI APP within the Tablet or Android Phone - the screen hangs . We get the screen to input the AD data , but after that it just hangs.
The Error message which comes in the log is : No Authentication Challenges Found.
This message is coming when we are accessing via the FIORI APP. While accessing via the browser in the Corporate WIFI , it works fine.
We are using the FIORI APP Version downloaded from the Play Store .
2015-03-13 15:11:10:011+1100 SMP_CACHE_MANAGER ERROR cannot read from cachebuster list due to: java.io.FileNotFoundException: /data/data/com.sap.fiori.client/www/cache/fiori/keb_cachebusterlist.txt: open failed: ENOENT (No such file or directory)
2015-03-13 15:11:10:011+1100 SMP_I18N ERROR android.content.res.AssetManager.openAsset(Native Method)
2015-03-13 15:11:10:011+1100 SMP_I18N ERROR android.content.res.AssetManager.open(AssetManager.java:316)
2015-03-13 15:11:10:011+1100 SMP_I18N ERROR android.content.res.AssetManager.open(AssetManager.java:290)
2015-03-13 15:11:10:011+1100 SMP_I18N ERROR com.sap.mp.cordova.plugins.i18n.I18N.readJSONFile(I18N.java:68)
2015-03-13 15:11:10:011+1100 SMP_I18N ERROR com.sap.mp.cordova.plugins.i18n.I18N.execute(I18N.java:39)
2015-03-13 15:11:10:011+1100 SMP_I18N ERROR org.apache.cordova.CordovaPlugin.execute(CordovaPlugin.java:93)
2015-03-13 15:11:10:011+1100 SMP_I18N ERROR org.apache.cordova.PluginManager.exec(PluginManager.java:147)
2015-03-13 15:11:10:011+1100 SMP_I18N ERROR org.apache.cordova.CordovaBridge.jsExec(CordovaBridge.java:64)
2015-03-13 15:11:10:011+1100 SMP_I18N ERROR org.apache.cordova.ExposedJsApi.exec(ExposedJsApi.java:39)
2015-03-13 15:11:10:011+1100 SMP_I18N ERROR org.chromium.base.SystemMessageHandler.nativeDoRunLoopOnce(Native Method)
2015-03-13 15:11:10:011+1100 SMP_I18N ERROR org.chromium.base.SystemMessageHandler.handleMessage(SystemMessageHandler.java:48)
2015-03-13 15:11:10:011+1100 SMP_I18N ERROR android.os.Handler.dispatchMessage(Handler.java:99)
2015-03-13 15:11:10:011+1100 SMP_I18N ERROR android.os.Looper.loop(Looper.java:137)
2015-03-13 15:11:10:011+1100 SMP_I18N ERROR android.os.HandlerThread.run(HandlerThread.java:61)
2015-03-13 15:11:14:011+1100 SMP_AUTH_PROXY ERROR IOException sending request: java.io.IOException: No authentication challenges found
2015-03-13 15:11:14:011+1100 SMP_AUTH_PROXY ERROR libcore.net.http.HttpURLConnectionImpl.getAuthorizationCredentials(HttpURLConnectionImpl.java:438)
2015-03-13 15:11:14:011+1100 SMP_AUTH_PROXY ERROR libcore.net.http.HttpURLConnectionImpl.processAuthHeader(HttpURLConnectionImpl.java:418)
2015-03-13 15:11:14:011+1100 SMP_AUTH_PROXY ERROR libcore.net.http.HttpURLConnectionImpl.processResponseHeaders(HttpURLConnectionImpl.java:367)
2015-03-13 15:11:14:011+1100 SMP_AUTH_PROXY ERROR libcore.net.http.HttpURLConnectionImpl.getResponse(HttpURLConnectionImpl.java:301)
2015-03-13 15:11:14:011+1100 SMP_AUTH_PROXY ERROR libcore.net.http.HttpURLConnectionImpl.getResponseCode(HttpURLConnectionImpl.java:497)
2015-03-13 15:11:14:011+1100 SMP_AUTH_PROXY ERROR libcore.net.http.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:134)
2015-03-13 15:11:14:011+1100 SMP_AUTH_PROXY ERROR com.sap.mp.cordova.plugins.authProxy.HttpsConnection.getResponse(HttpsConnection.java:299)
2015-03-13 15:11:14:011+1100 SMP_AUTH_PROXY ERROR com.sap.mp.cordova.plugins.authProxy.HttpsConnection.getResponse(HttpsConnection.java:218)
2015-03-13 15:11:14:011+1100 SMP_AUTH_PROXY ERROR com.sap.mp.cordova.plugins.authProxy.RequestWorker.makeRequestWithAuthProxy(RequestWorker.java:269)
2015-03-13 15:11:14:011+1100 SMP_AUTH_PROXY ERROR com.sap.mp.cordova.plugins.authProxy.RequestWorker.processData(RequestWorker.java:40)
2015-03-13 15:11:14:011+1100 SMP_AUTH_PROXY ERROR com.sap.mp.cordova.plugins.authProxy.RequestRedirector$1.run(RequestRedirector.java:321)
2015-03-13 15:11:14:011+1100 SMP_AUTH_PROXY ERROR java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1080)
2015-03-13 15:11:14:011+1100 SMP_AUTH_PROXY ERROR java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:573)
2015-03-13 15:11:14:011+1100 SMP_AUTH_PROXY ERROR java.lang.Thread.run(Thread.java:841)
2015-03-13 15:11:14:011+1100 SMP_AUTH_PROXY ERROR AuthProxyException: Unknown Error. Details : No authentication challenges found.
Please let me know for any other information . We have also raised SAP Message but not getting any hints till now . Waiting for expert help !!
Thanks and regards
Rishi