-
Notifications
You must be signed in to change notification settings - Fork 7
Upgrade process from 4.2 to 4.3
Jose edited this page Aug 18, 2021
·
2 revisions
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 jars as usual:
https://ox.gluu.org/maven/org/gluu/casa/plugins/<plugin-name>/4.3.0.Final ...
Use this table as a guide
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
}
}
}
}