Re: [Resteasy-users] Skeleton Key programmatically authenticate a user for an App setup with SSO

2013-06-26 Thread Doug Schnelzer
Basically, I'm trying to find a way to let a protected web app use Skeleton Key for authentication, but do it without the user having to see the auth-server login page. I could pretty easily do this with a JavaScript function on an unprotected page from the protected app. The XHR or $.ajax (jQuer

Re: [Resteasy-users] Skeleton Key programmatically authenticate a user for an App setup with SSO

2013-06-26 Thread Bill Burke
I'm not sure I understand what you want. If you don't redirect the browser to the Auth Server, the Auth Server will not set up the appropriate cookies with the browser and browser SSO will not work. You'd have to use a bearer token for everything in that case. On 6/26/2013 5:46 PM, Doug Schne