OAuth 2.0 プレイグラウンド (プレイグラウンド) は、WSO2 Identity Server (WSO2-IS) 用の OAuth クライアント サンプル アプリです。WSO2-IS v4.0.0m3 ではプレイグラウンドを実行できますが、WSO2-IS v4.0.0m9 ではクラッシュします (以下のような例外メッセージ)。Playground は IS v4.0.0m9 用に既に更新されていますか? 遊び場のサンプルを更新/修正するには?
--- HTTP500 ---
java.lang.NullPointerException
org.wso2.carbon.identity.oauth.ui.client.OAuth2ServiceClient._validateClient(OAuth2ServiceClient.java:113)
org.wso2.carbon.identity.oauth.ui.client.OAuth2ServiceClient.validateClient(OAuth2ServiceClient.java:107)
org.wso2.carbon.identity.oauth.ui.endpoints.authz.OAuth2AuthzEndpoint.validateClient(OAuth2AuthzEndpoint.java:171)
org.wso2.carbon.identity.oauth.ui.endpoints.authz.OAuth2AuthzEndpoint.handleOAuthAuthorizationRequest(OAuth2AuthzEndpoint.java:106)
org.wso2.carbon.identity.oauth.ui.endpoints.authz.OAuth2AuthzEndpoint.service(OAuth2AuthzEndpoint.java:70)