颁发客户端ID-org.wso2.carbon.identity.oauth2.IdentityOAuth2Exception的访问令牌时发生错误

时间:2019-02-06 06:36:15

标签: wso2is

在生成JWT令牌时,我面临以下问题。 我已经在WSO2 ID Server上注册了该应用程序,并在identity.xml中进行了配置。我希望WSO2 IDP发出有效的访问令牌。

也请让我知道是否有任何REST API或SOAP服务,以便我可以从WSO2 IDP获得访问令牌。

当前,我正在运行来自提琴手的以下网址 https://localhost:9443/oauth2/token? 并提供grant_type =,username =,password =,client id =,client secret =,scope =

为客户端ID:abc,用户ID admin,范围:[openid]和授予类型:password颁发访问令牌时发生错误 org.wso2.carbon.identity.oauth2.IdentityOAuth2Exception:存储新的访问令牌时发生错误:eyuabctkenvlue         在org.wso2.carbon.identity.oauth2.token.handlers.grant.AbstractAuthorizationGrantHandler.storeAccessToken(AbstractAuthorizationGrantHandler.java:241)处         在org.wso2.carbon.identity.oauth2.token.handlers.grant.AbstractAuthorizationGrantHandler.persistAccessTokenInDB(AbstractAuthorizationGrantHandler.java:341)         在org.wso2.carbon.identity.oauth2.token.handlers.grant.AbstractAuthorizationGrantHandler.generateNewAccessTokenResponse(AbstractAuthorizationGrantHandler.java:272)

在此先感谢.. !!

0 个答案:

没有答案