MCPcopy Index your code
hub / github.com/coder/coder / scimUnauthorized

Function scimUnauthorized

enterprise/coderd/scim.go:41–43  ·  view source on GitHub ↗
(rw http.ResponseWriter)

Source from the content-addressed store, hash-verified

39}
40
41func scimUnauthorized(rw http.ResponseWriter) {
42 _ = handlerutil.WriteError(rw, scim.NewHTTPError(http.StatusUnauthorized, "invalidAuthorization", xerrors.New("invalid authorization")))
43}
44
45// scimServiceProviderConfig returns a static SCIM service provider configuration.
46//

Callers 5

scimGetUsersMethod · 0.85
scimGetUserMethod · 0.85
scimPostUserMethod · 0.85
scimPatchUserMethod · 0.85
scimPutUserMethod · 0.85

Calls 2

NewHTTPErrorFunction · 0.92
NewMethod · 0.65

Tested by

no test coverage detected