How can I revoke an access token obtained from an implicit grant ?
The API POST https://localhost:9443/oauth2/revoke requires the authentication header with both client_id/client_secret https://docs.wso2.com/display/IS520/OAuth2+Token+Revocation
But for client logged in using implicit grant, they don't have client_secret and they should be able to revoke the accessToken
Is there another way to revoke access token from implicit in WSO2IS
Regards,