MobileFirst OAuth Logout, cached OAuth indentity

后端 未结 1 588
时光说笑
时光说笑 2021-01-23 12:40

This is a follow-on to a previous question about MobileFirst OAuth. The question being that a call to WL.Client.logout(\"SomeRealm\") does not remove the OAuth token for that Re

相关标签:
1条回答
  • 2021-01-23 13:12

    The logout is completed by calling

     WLAuthorizationManager.obtainAuthorizationHeader(); // no parameters
    

    My error was in thinking we could selectively be removed from a single Realm, instead we in effect remove our entire OAuth token.

    0 讨论(0)
提交回复
热议问题