chore: add scim service provider config endpoint (#15235)

Adds a static `/scim/v2/ServiceProviderConfig` endpoint. Our scim
support is static, so the response config is also defined statically.
This commit is contained in:
Steven Masley
2024-10-25 18:27:34 -04:00
committed by GitHub
parent 27f5ff2dd1
commit e03ef62a13
7 changed files with 167 additions and 1 deletions

17
coderd/apidoc/docs.go generated
View File

@ -3623,6 +3623,23 @@ const docTemplate = `{
}
}
},
"/scim/v2/ServiceProviderConfig": {
"get": {
"produces": [
"application/scim+json"
],
"tags": [
"Enterprise"
],
"summary": "SCIM 2.0: Service Provider Config",
"operationId": "scim-get-service-provider-config",
"responses": {
"200": {
"description": "OK"
}
}
}
},
"/scim/v2/Users": {
"get": {
"security": [