-
Sep 24th, 2012, 05:03 PM
#1
OAuth2 token persistence in the Tonr application
We have pulled the sparklr and tonr applications and then deploayed them on a local server. The first pass goes fine:
- login to tonr
- click on sparklr link
- login to tonr
- authorize tonr from sparklr
And everything goes as expected. If we completely close the browser session (leaving the application server running) the tonr application asks the user to reauthenticate, though the authorization server side is preserved.
Why is the sparklr application requestng authentication in the new browser session?
-
Sep 25th, 2012, 01:00 AM
#2
Sparklr stores authentication information (but not access tokens or user approvals) in a normal session governed by a browser cookie. If the broser doesn't send the cookie it will prompt for authentication, just like any Spring Security application.
I think your third bullet is "login to sparklr"?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules