3

WSO2 version: WSO2IS-5.7.0

I am doing proof of concept on WSO2 identity server and my goal is to achieve single sign on for the applications. I generated the JWT token from WSO2 using OAUTH2 token API. I used the revoke API to revoke the token and i got 200 response. Again i invoked introspect token API and i got response as active:true but i suppose to get active:false.

Community
  • 1
  • 1
  • " I generated the JWT token from WSO2 using OAUTH2 token API." what do you mean by JWT ? self contained JWT access token or id_token ? – Gayan Apr 22 '19 at 17:46
  • During service provider creation, I have enabled option "JWT" – user2771680 Apr 23 '19 at 08:15
  • Can you share more details? For example are you trying this on a single node or a cluster. Requests you send and response you get? – farasath Apr 24 '19 at 15:02

1 Answers1

1

This is a known issue in WSO2 Identity Server 5.7.0. It has been reported here and will be fixed in 5.8.0 GA release.

Sajith
  • 1,240
  • 8
  • 15