预装wso2 Identity server 5.0的wso2 api manager 1.10-令牌再生失败

预装wso2 Identity server 5.0的wso2 api manager 1.10-令牌再生失败,api,oauth,wso2,wso2is,wso2-am,Api,Oauth,Wso2,Wso2is,Wso2 Am,我正在使用预先打包的Identity server 5.0配置WSO2 API Manager 1.10 我们已经完成了所有步骤 我能够使用Identity server和API管理器执行SSO。我能够使用Identity server生成API令牌 尝试重新生成时失败,错误为-令牌吊销失败:HTTP错误代码:400 下面是Identity server的日志 [2016-06-16 06:26:19,875] ERROR {org.wso2.carbon.identity.oauth.endp

我正在使用预先打包的Identity server 5.0配置WSO2 API Manager 1.10

我们已经完成了所有步骤

我能够使用Identity server和API管理器执行
SSO
。我能够使用Identity server生成API令牌

尝试重新生成时失败,错误为-令牌吊销失败:HTTP错误代码:400

下面是Identity server的日志

[2016-06-16 06:26:19,875] ERROR {org.wso2.carbon.identity.oauth.endpoint.token.OAuth2TokenEndpoint} -  Error while creating the Carbon OAuth token request
OAuthProblemException{error='invalid_request', description='Missing grant_type parameter value', uri='null', state='null', scope='null', redirectUri='null', responseStatus=0, parameters={}}
        at org.apache.oltu.oauth2.common.exception.OAuthProblemException.error(OAuthProblemException.java:59)
        at org.apache.oltu.oauth2.common.utils.OAuthUtils.handleOAuthProblemException(OAuthUtils.java:167)
        at org.wso2.carbon.identity.oauth2.model.CarbonOAuthTokenRequest.initValidator(CarbonOAuthTokenRequest.java:91)
        at org.apache.oltu.oauth2.as.request.OAuthRequest.validate(OAuthRequest.java:60)
        at org.apache.oltu.oauth2.as.request.OAuthRequest.<init>(OAuthRequest.java:52)
        at org.apache.oltu.oauth2.as.request.AbstractOAuthTokenRequest.<init>(AbstractOAuthTokenRequest.java:34)
        at org.apache.oltu.oauth2.as.request.OAuthTokenRequest.<init>(OAuthTokenRequest.java:55)
        at org.wso2.carbon.identity.oauth2.model.CarbonOAuthTokenRequest.<init>(CarbonOAuthTokenRequest.java:58)
        at org.wso2.carbon.identity.oauth.endpoint.token.OAuth2TokenEndpoint.issueAccessToken(OAuth2TokenEndpoint.java:109)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[2016-06-16 06:26:19875]错误{org.wso2.carbon.identity.oauth.endpoint.token.OAuth2TokenEndpoint}-创建carbon oauth令牌请求时出错
OAuthProblemException{error='invalid_request',description='Missing grant_type参数值',uri='null',state='null',scope='null',redirectUri='null',responseStatus=0,parameters={}}
位于org.apache.oltu.oauth2.common.exception.OAuthProblemException.error(OAuthProblemException.java:59)
位于org.apache.oltu.oauth2.common.utils.OAuthUtils.handleOAuthProblemException(OAuthUtils.java:167)
位于org.wso2.carbon.identity.oauth2.model.CarbonOAuthTokenRequest.initValidator(CarbonOAuthTokenRequest.java:91)
在org.apache.oltu.oauth2.as.request.OAuthRequest.validate(OAuthRequest.java:60)上
位于org.apache.oltu.oauth2.as.request.OAuthRequest(OAuthRequest.java:52)
位于org.apache.oltu.oauth2.as.request.AbstractOAuthTokenRequest。(AbstractOAuthTokenRequest.java:34)
位于org.apache.oltu.oauth2.as.request.OAuthTokenRequest(OAuthTokenRequest.java:55)
位于org.wso2.carbon.identity.oauth2.model.CarbonOAuthTokenRequest。(CarbonOAuthTokenRequest.java:58)
位于org.wso2.carbon.identity.oauth.endpoint.token.OAuth2TokenEndpoint.issueAccessToken(OAuth2TokenEndpoint.java:109)
在sun.reflect.NativeMethodAccessorImpl.invoke0(本机方法)处
在sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)中

有人面临同样的问题吗?非常感谢您的帮助。

您如何通过UI或令牌API重新生成令牌?我当前正在通过UI进行测试您如何通过UI或令牌API重新生成令牌?我当前正在通过UI进行测试