mirror of
https://github.com/coder/coder.git
synced 2025-07-06 15:41:45 +00:00
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:
17
coderd/apidoc/docs.go
generated
17
coderd/apidoc/docs.go
generated
@ -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": [
|
||||
|
Reference in New Issue
Block a user