I'm trying to modify the iphone_index.jsp page on the stproxy server to accept login by token as opposed to username and password but with litle luck var stproxyConfig = { server: "", isConnectClient: false, tokenLogin: true, isStandAloneWebClient: true, plugins: [] } Setting these values does in fact login me on as it will kick me off my desktop client but the ui fails to render. I will get a js error stproxy.uiControl.addOnInit is not a function Any help or direction would be appreciated.