Re: Allow Unauthenticated

2011-08-04 Thread daviesd
Henry, Ya, even if I put the SocialApiGuiceModule before the PropertiesModule I still see the constructor for AnonymousAuthenticationHandler getting injected with the value of TRUE for allowUnauthenticated, even though I have shindig.allowUnauthenticated=false In my shindig.properties. Is this

Re: Allow Unauthenticated

2011-08-04 Thread daviesd
Argh! Has anyone else worked around this issue? I'll see about providing a patch. doug On 8/3/11 5:05 PM, "Henry Saputra" wrote: > Ah yes, looks like issue SHINDIG-1454 =( > I was trying it with REST call, sorry. > > However as issue SHINDIG-1455 mentioned, turning off Anonymous ST will > mak

Re: Review Request: Please make the decrypt method in BlobCrypterSecurityToken public so it can be used from external callers.

2011-08-04 Thread Jesse Ciancetta
> On 2011-08-04 01:03:39, Ryan Baxter wrote: > > Is there a reason why you can't use BlobCrypterSecurityTokenCodec as the > > comment suggests? > > Jesse Ciancetta wrote: > I did look at using the BlobCrypterSecurityTokenCodec as the existing > comment suggests, but the problem is that it'

Re: Review Request: Please make the decrypt method in BlobCrypterSecurityToken public so it can be used from external callers.

2011-08-04 Thread Jesse Ciancetta
> On 2011-08-04 01:03:39, Ryan Baxter wrote: > > Is there a reason why you can't use BlobCrypterSecurityTokenCodec as the > > comment suggests? I did look at using the BlobCrypterSecurityTokenCodec as the existing comment suggests, but the problem is that it's fairly Shindig specific and I'm u