我正在Xamarin应用程序中使用Adal,我想知道如何在调用AcquireTokenAsync之前确定用户是否已经在缓存中。
我需要这样做,因为当设备没有互联网,缓存中没有用户时,我将被重定向到Azure登录页面,这将由于缺乏internet访问而失败。
在这种情况下,当用户在失去internet访问之前登录时,登录将不会重定向到Azure登录页面。
我想避免丑陋的网页时,互联网是不可用的。
我已经试过了
AuthenticationContext ac = new AuthenticationContext("https://login.microsoftonline.com/x.
好吧,我来处理这个案子。我在angular.js上建立了这个应用程序,在node.js上有一个后端构建.它工作得很好。
客户和互联网连接得很糟糕。它不时地在线和离线。我需要做的是一个例程,让我的服务器检查它上的连接。如果失败,我需要切换到其他东西(比如: google.com),这样我就可以检查两件事情:
1.-我的服务器在线(或不在线)2。-客户端没有互联网连接。
使用以下例程,Ping到server运行良好:
function hostReachable(host) { // Handle IE and more capable browsers
var xhr = new (
我遵循以下步骤:
在命令行中运行swank-js。
运行emacs。
M黏液连接。
主机: 127.0.0.1;端口: 4005
打开火狐中的http://localhost:8009/swank-js/test.html。
接收:“远程附加:(浏览器) Firefox14.0”在emacs REPL中。
在REPL中运行"document“命令。
此时,我收到错误:
ReferenceError: document is not defined
at repl:1:1
at DefaultRemote.evaluate (/usr/
我试图使用amazon的ses服务发送电子邮件:
String username = "&&&&&&"; // Replace with your SMTP username.
String password = "&&&&&&&"; // Replace with your SMTP password.
String host = "xxxxxxxx";
int port = 25;