Lambdo - deflate/zlib

Hi there,

i'm integrating a difficult SSO solution on Xano. Unfortunatly we can't switch to auth0 for this client.

We're almost there but in creating in the SAML message we need to deflate and base64 encode it. Base64 is not an issue.

The most common way to deflate the message is using the ZLIB library that is not available in the Lambda stack. I can't seem to find a similar function in the crypto or CryptoJS libaraties.

Anyone know of a solution for this?

5 replies