Upgrade instructions to 4.3 - GluuFederation/scim GitHub Wiki
Before 4.3, oxTrustConfApplication attribute under ou=oxtrust,ou=configuration,o=gluu looked like:
{
...
"scimTestMode":boolean,
"ScimProperties":{"maxCount":integer}
...
}
now it must look this way:
{
...
"ScimProperties":{
"maxCount":integer,
"protectionMode":string
}
...
}
protectionMode can take 3 values: OAUTH, TEST, UMA. So:
-
if
scimTestModewas false,protectionModewill take the value UMA; else,protectionModewill take the value TEST -
scimTestModenow disappears fromoxTrustConfApplication
I already changed this template so that in a new installation, OAUTH is used as the default value for protectionMode