|
Running scim cli to create a group with members as the payload below or to update a group with members or to do any operation that passes Example payload that failed : {
"schemas": [
"urn:ietf:params:scim:schemas:core:2.0:Group"
],
"id": "0c7f4a14-3453-4508-9f4c-9613f272f4cd",
"displayName": "tester",
"members": [
{
"value": "408f9a45-00d3-41be-b4a3-946b2d920b16"
}
]
}Error received : Error from the auth server: |
Replies: 3 comments 2 replies
|
The solution is to avoid these mysql versions and to upgrade immediately. |
|
We advice Ubuntu20, CentOS8 or SuSE15 for Linux setup (https://github.com/JanssenProject/jans/wiki/Install-Jans-on-a-VM#supported-linux-distributions) And we don't have such issue. |
|
In SQL ORM we use http://querydsl.com library which build queries internally and use standard JDBC layer to execute them. I think it's problematic DB version rather than bug in querydsl. |
The solution is to avoid these mysql versions and to upgrade immediately.