WSO2IS JWT access token
问题 I am trying get a JWT access token from WSO2 IS. I followed instructions from msf4j Oauth2 Security Sample, and managed to get a JWT acces token by resource owner password grant type. but I have problem authenticating the token externally. it seems that the token had not been signed by the default "wso2carbon.jks". also, my claim configurations in the "service providers" was not reflected in jwt content so my questions: how to config the JWT signing certificate in WSO2IS? and also: How to