Can't get user information after login successfully in WSO2 Identity server
问题 After login successfully into WSO IS with service URL (https://localhost:9443/services/") I tried to get User Information as below : try { UserRealm realm = WSRealmBuilder.createWSRealm(serviceURL, authCookie, configCtx); UserStoreManager storeManager = realm.getUserStoreManager(); } catch (Exception e) { // TODO Auto-generated catch block e.printStackTrace(); } But I had exception relating to this as below image. I can't get any info. I tried and found out that the main error is I can't