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
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.