Skip to content

Upgrade process from 3.1.3 to 3.1.4

Jose edited this page Aug 30, 2018 · 3 revisions
  • update oxauth and oxtrust

  • Update/Replace /opt/gluu/node/passport using tgz at https://ox.gluu.org/npm/passport/

  • Update custom scripts:

    • passport_social should update script contents (oxScript) and add a configuration property: behaviour=social, also this couple: key_store_file=/etc/certs/passport-rp.jks, key_store_password=secret
    • passport_saml should update script contents (oxScript) and add a configuration property: behaviour=saml. Also the key_store_file=/etc/certs/passport-rp.jks, key_store_password=secret
  • Integration of SAML providers must adjust their apps if they are passing an IDP value via state parameter in authorization request. Here is how it should work now.

  • (Optional) In /etc/gluu/conf/passport-config.json add a property "logLevel", example:

    "logLevel": "info",

  • restart passport