Skip to content

Upgrade process from 4.2 to 4.3

Jose edited this page Aug 18, 2021 · 2 revisions

oxd configuration change

In casa configuration (attribute oxConfApplication) add the following to section oxd_config: protocol: "https"

In other words:

{
...
   "oxd_config" {
   ...
      , "protocol": "https"
   }
}

ref issue: https://github.com/GluuFederation/casa/issues/139

update plugin jars

Update jars as usual: https://ox.gluu.org/maven/org/gluu/casa/plugins/<plugin-name>/4.3.0.Final ...

Use this table as a guide

2fa plugins settings change

If the following path exists in casa configuration plugins_settings > strong-authn-settings > basic_2fa_settings, add the following: "allowSelectPreferred":false

i.e:

{
...
   "plugins_settings" {
   ...
      "strong-authn-settings" {
      ...
         "basic_2fa_settings": {
            , "allowSelectPreferred" : false
         }
      }
   }
}