This project is mirrored from https://github.com/smallstep/scim.
Pull mirroring updated .
- Jun 14, 2023
-
-
Max authored
[action] use two most recent versions of golang in ci
-
Max authored
-
Max authored
Bump github.com/di-wu/xsd-datetime from 0.0.0-20190813080539-55a8ba70aa69 to 1.0.0
-
max furman authored
- Add dependabot automerge workflow - Add triage workflow - Add codeowners file
-
- Feb 27, 2023
-
-
dependabot[bot] authored
Bumps [github.com/di-wu/xsd-datetime](https://github.com/di-wu/xsd-datetime) from 0.0.0-20190813080539-55a8ba70aa69 to 1.0.0. - [Release notes](https://github.com/di-wu/xsd-datetime/releases) - [Commits](https://github.com/di-wu/xsd-datetime/commits/v1.0.0 ) --- updated-dependencies: - dependency-name: github.com/di-wu/xsd-datetime dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- Sep 30, 2022
-
-
Max authored
First pass at common CI
-
- Sep 29, 2022
-
-
max furman authored
-
- Nov 03, 2020
-
-
Mariano Cano authored
-
- Feb 19, 2020
-
-
quint daenen authored
Return empty resources instead of null
-
- Feb 10, 2020
-
-
Mariano Cano authored
Despite that the SCIM spec allows both null an [], some IdPs do not manage properly null in all the cases. Returning an empty array if GetAll does not return any resource is more compatible.
-
quint daenen authored
Add support for a noTarget error on Patch operations.
-
- Feb 05, 2020
-
-
Mariano Cano authored
-
Mariano Cano authored
RFC7644 sections 3.5.2.2 and 3.5.2.3 specify cases when a noTarget error must be returned.
-
- Jan 27, 2020
-
-
Mariano Cano authored
The json.Decoder is configured with UseNumber(), and because of this all the numbers are decoded to json.Number (string) and were failing in the validation.
-
- Dec 31, 2019
-
-
quint daenen authored
-
- Nov 18, 2019
-
-
quint daenen authored
Fix PATCH validation bug, replace can omit path
-
Andy Gertjejansen authored
-
- Nov 14, 2019
-
-
quint daenen authored
updated readme
-
- Nov 07, 2019
-
-
di-wu authored
-
quint daenen authored
Expose request to handler
-
- Oct 31, 2019
-
-
Andy Gertjejansen authored
-
- Oct 27, 2019
-
-
quint daenen authored
Marshal SubAttributes in schema
-
- Oct 25, 2019
-
-
Andy Gertjejansen authored
Fixes #67 Fix linting issue Strict linting, change Json to JSON
-
- Oct 24, 2019
-
-
quint daenen authored
refactored handlers and marshaling
-
di-wu authored
-
di-wu authored
-
- Oct 17, 2019
-
-
quint daenen authored
PATCH Support
-
quint daenen authored
Filtering can be supported
-
Andy Gertjejansen authored
Committing progress Add basic PATCH support Committing progress on patch support Write test for patch handler Add basic test for PATCH support Add more validation around the contents of the PATCH request Test some other failure scenarios Add filter validation comment Fix lint errors
-
- Oct 16, 2019
-
-
Andy Gertjejansen authored
-
- Oct 14, 2019
-
-
quint daenen authored
Allow consumers to decide whether they support filtering or not
-
- Oct 13, 2019
-
-
Andy Gertjejansen authored
-
- Oct 11, 2019
-
-
quint daenen authored
updated guidelines
-
- Oct 10, 2019
-
-
quint daenen authored
-
quint daenen authored
support pagination
-
Andy Gertjejansen authored
* Expose scim filter expression * Switch ListResponse to Page object and only expose necessary params * Fix other insconsistencies Fix lint error and consolidate count settings
-
di-wu authored
-
- Oct 09, 2019
-
-
Andy Gertjejansen authored
Expose public ListResponse for responding with proper pagination Fix error formatting Update docs Add test for specific startIndex and count Fix the MarshalJSON receiver Set a max count and test it
-
- Oct 08, 2019
-
-
quint daenen authored
Fix Auth Scheme Marshalling
-
Andy Gertjejansen authored
-