Content
View differences
Updated by Pavel Balashou 8 months ago
Some libraries are very strict regarding **ServiceProviderConfig.AuthenticationSchemes.type.**
So, no need to use invented type names.
[https://datatracker.ietf.org/doc/html/rfc7643#section-5](https://datatracker.ietf.org/doc/html/rfc7643#section-5)
How to test it?
1\. Send request to /ServiceProviderConfig
\`\`\`
curl -X GET "https://qa-corporate.openproject-edge.com/scim\_v2/ServiceProviderConfig" -H "Content-Type: application/scim+json"
\`\`\` https://datatracker.ietf.org/doc/html/rfc7643#section-5
So, no need to use invented type names.
[https://datatracker.ietf.org/doc/html/rfc7643#section-5](https://datatracker.ietf.org/doc/html/rfc7643#section-5)
How to test it?
1\. Send request to /ServiceProviderConfig
\`\`\`
curl -X GET "https://qa-corporate.openproject-edge.com/scim\_v2/ServiceProviderConfig" -H "Content-Type: application/scim+json"
\`\`\`