-
In TUI, when I try to add a SCIM config, I get the following error.
It displays the error on the console, followed by
When IU hit return it goes back to TUI with displayed in red. There is no way I can find to enter SCIM config in TUI. I'll try CLI or API (CURL) . But I'd like to get TUI working. Any ideas? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
If I run form CLI, I get
Now it works from TUI. So trunning './config-cli.py --operation-id get-scim-config' seems tio have fixed something. |
Beta Was this translation helpful? Give feedback.
-
Maybe @devrimyatar has an idea... |
Beta Was this translation helpful? Give feedback.
-
Resolved. DO not use OpenDJ. No longer supported; use MySQL |
Beta Was this translation helpful? Give feedback.
If I run form CLI,
I get
{
"baseDN": "o=jans",
"applicationUrl": "https://[FQDN]",
"baseEndpoint": "https://[FQDN]"/jans-scim/restv1",
"personCustomObjectClass": "jansCustomPerson",
"oxAuthIssuer": "https://[FQDN]"",
+"maxCount": 200,
"bulkMaxOperations": 30,
"bulkMaxPayloadSize": 3072000,
"userExtensionSchemaURI": "urn:ietf:params:scim:schemas:extension:gluu:2.0:User","metricReporterInterval": 300,
"metricReporterKeepDataDays": 15,
"metricReporterEnabled": true,
"disableJdkLogger": true,
"useLocalCache": true
}
Now it works from TUI. So trunning './config-cli.py --operation-id get-scim-config' seems tio have fixed something.