Hello,
I'm trying to access Sparkl2 demo application from external Ruby application made with Sinatra and ruby oauth2 library (https://github.com/intridea/oauth2). I can authorize user and grant access to the application, but all process seems to be a session bound. More exactly, when Spring Security redirect user back to ruby application, URL does not have jsessionid parameter neither Set-Cookie header, so servlet container fails to find session id, and authorization fails on code verfication stage.
It seems to be rather servlet container issue, but anyway, any help would be highly appreciated.


Reply With Quote
