Upgrade process from 3.1.3 to 3.1.4 - GluuFederation/gluu-passport GitHub Wiki
-
update oxauth and oxtrust
-
Update/Replace
/opt/gluu/node/passportusing tgz at https://ox.gluu.org/npm/passport/ -
Update custom scripts:
passport_socialshould 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=secretpassport_samlshould update script contents (oxScript) and add a configuration property:behaviour=saml. Also thekey_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
stateparameter 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