The problem is that the encoding is base64url encoding rather than normal base64, which makes sense depending on where it's coming from.
If you convert it to normal base64, it should work now, but I'll patch SN to support base64url soon too.
reply