function encode()

in functions/saml-backend/index.js [89:91]


function encode(uri) {
    return encodeURIComponent(uri).replace(/'/g, "%27").replace(/"/g, "%22");
}