(rw http.ResponseWriter)
| 39 | } |
| 40 | |
| 41 | func 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 | // |
no test coverage detected