我正在使用AppAuth-iOS庫https://github.com/openid/AppAuth-iOS通過WSO2服務器進行授權。我試圖做撤銷令牌,但是這並沒有做任何事情,同樣的android庫撤銷只是做這項工作。我需要如何正確註銷用戶?WSO2 OAuth2:如何使用AppAuth註銷iOS
我試過:
- 要清除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庫不起作用,執行時不執行任何操作。