我可以传递给https://oauth.live.com/authorize的参数会强制用户再次登录吗?
问题是如果用户已登录,即使用户想要使用其他Windows Live帐户,它也会透明地重定向回我的网站。
Twitter的OAuth API接受“force_redirect = true”,Facebook接受“auth_type = reauthenticate”,但我找不到一个用于Windows Live。
答案 0 :(得分:2)
首先将您的用户重定向到:
https://login.live.com/oauth20_logout.srf?client_id={$Client_Id}&redirect_uri={$Redirect_URI}
它会将其记录下来,然后继续编码!