Disabling/removing 'supported' fields for /ServiceProviderConfig endpoint request #329
|
Hi! Is it possible to disable fields like bulk, id (it's optional) for SCIM Service Provider Configuration Schema with the SimpleIdServer? |
Answered by
simpleidserver
Sep 16, 2022
Replies: 1 comment 4 replies
|
Hello, At the moment, fields like "bulk" or "id" cannot be disabled from the "ServiceProviderConfig" endpoint. I create a ticket (#330) to enable or disable the "id" parameter and set a default value. |
4 replies
Answer selected by
liodnik
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
At the moment, fields like "bulk" or "id" cannot be disabled from the "ServiceProviderConfig" endpoint.
The "id" parameter is optional & it should be possible to enable or disable it.
However, according to the RFC, the "bulk" parameter is required.
I create a ticket (#330) to enable or disable the "id" parameter and set a default value.