Hello,
I am experimenting with the tonr2 & sparklr2 libraries :: I created the following setup
- Created an app similar to sparklr2, deployed on machine A under tomcat with a self signed cert.
- Tonr2 still same but now has a tab that points to new app. Tonr2 sits on a different machine.
When I use http everything works fine. When i switch the URLs inside tonr2 to https and the tonr2 hits this line
Going through the debugger i see the followingCode:InputStream photosXML = new ByteArrayInputStream(getSparklrRestTemplate().getForObject(URI.create(getSparklrPhotoListURL()), byte[].class));
I don't see any exceptions being thrown in tonr2 console. Am I missing anything ?Code:org.springframework.security.oauth2.consumer.OAuth2AccessTokenRequiredException: No OAuth 2 security context has been established. Unable to access resource 'app'. The resource object contains accessTokenUri:https://192.168.15.100:8443/app/oauth/authorize
Thank you


Reply With Quote