【发布时间】:2017-02-11 15:14:09
【问题描述】:
我正在使用 AppAuth-iOS 库 https://github.com/openid/AppAuth-iOS 通过 WSO2 服务器进行授权。我尝试过撤销令牌,但这并没有做任何事情,使用相同的 android 库 revoke 就可以完成这项工作。我需要如何正确注销用户?
我已经尝试过:
- 要清除 cookie commonAuthId,但我什至无法以编程方式列出该 cookie
- 遵循此解决方案https://stackoverflow.com/a/32351144/978352 并输入类似https://localhost:9443/commonauth?commonAuthLogout=true&type=oidc&commonAuthCallerPath=http://localhost:8080/openidconnect/oauth2client&relyingParty=OpenidConnectWebapp 的类似内容,当我尝试使用nodejs 应用程序但使用AppAuth-iOS 库时它不起作用,执行时什么也不做。
【问题讨论】:
标签: ios wso2 logout openid-connect