issues Search Results · repo:imulab/go-scim language:Go
Filter by
50 results
(99 ms)50 results
inimulab/go-scim (press backspace or delete to remove)When I create a new group and add 3 members, the content I store in the database is as follows:
{
schemas : [ urn:ietf:params:scim:schemas:core:2.0:Group ],
id : a608ff25-b6f8-4bd6-a78a-771f8e039088 ...
turing-lihaitao
- 1
- Opened on Apr 20, 2023
- #96
make docker compose results in this error:
= ERROR [stage-1 2/3] COPY --from=builder /build/scim/bin/linux_amd64/scim /usr/bin/scim 0.0s
------ ...
mikeumus
- 2
- Opened on Oct 26, 2022
- #92
When the include path of emails is used, the rendering outcome actually produces an empty JSON array, because the
traversing logic does not consider its sub attributes as included.
Similar things would ...
bug
imulab
- Opened on Aug 11, 2022
- #91
Scim defines its datetime field (https://datatracker.ietf.org/doc/html/rfc7643#section-2.3.5) as following the w3 xsd
schema (https://www.w3.org/TR/xmlschema11-2/#dateTime). Currently the dateTime validation ...
aliotta
- 1
- Opened on Jun 17, 2021
- #85
The way the dockerfile is currently written doesn t leverage caching because the download deps step is run in the same
context as the build binary step. Using the below dockerfile will improve dev experience. ...
aliotta
- 1
- Opened on Jun 16, 2021
- #84
image
This should be mongoNot = $not , rather than mongoNot = $nor .
I m working with a fork of this and changing it caused some tests to fail. it makes me concerned that the tests are
wrong, since all ...
dcormier
- 1
- Opened on Dec 17, 2020
- #81
Schema for addresses sub-attributes refers to photos under path. Should be addresses .
id : urn:ietf:params:scim:schemas:core:2.0:User:addresses ,
name : addresses ,
type : complex ...
plamenGo
- Opened on Aug 25, 2020
- #79
Question, do we know if the mongodb goland driver takes care of potential for noSQL injection for us? Or is that
something we need to account for.
plamenGo
- Opened on Aug 13, 2020
- #78
Hi @imulab
I am looking to add support for custom fields, such as this:
{
id : urn:ietf:params:scim:schemas:extension:enterprise:2.0:User:customField1 ,
name : customField1 ...
plamenGo
- Opened on Jul 6, 2020
- #77
Hey, Azure posts the following when trying to PATCH a user:
{
schemas :[ urn:ietf:params:scim:api:messages:2.0:PatchOp ],
Operations :[{
op : Add , path : urn:ietf:params:scim:schemas:extension:enterprise:2.0:User:manager ...
plamenGo
- 3
- Opened on Jun 26, 2020
- #75

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.