WSO2 Identity Server - Oauth 2.0 - Sign-off Example for Java
问题 I wrote a Java based sign-off routine (token revocation) for an Oauth2 authentication flow. See below the code implementation following the cURL protocol instructions in the manual described [ here ]. The program code compiles and works without error message, but after the log-off the user accounts still remains in a connected state under the WSO2 dashboard query. See below the Servlet class that triggers the log-off function: class SignoffServlet extends HttpServlet { @Override protected