You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed in the sample schema, that the userName attribute (as well as I believe in the SCIM specifications..) that the userName attribute is required, however, it (the remove Patch request) does not verify this. Where is the appropriate place to check these requirements?
Should it be in the base library code that has been provided (by querying the schema identifier stored in IProvider.Schema) or should it be done directly in the individual IProvider implementations?..
The text was updated successfully, but these errors were encountered:
noorez
changed the title
User patch request in sample does not verify schema for required attributes
User patch (remove) request in sample does not verify schema for required attributes
May 23, 2023
SCIMReferenceCode/Microsoft.SCIM.WebHostSample/Provider/InMemoryUserProvider.cs
Line 331 in 12f21fb
I noticed in the sample schema, that the userName attribute (as well as I believe in the SCIM specifications..) that the userName attribute is required, however, it (the remove Patch request) does not verify this. Where is the appropriate place to check these requirements?
Should it be in the base library code that has been provided (by querying the schema identifier stored in IProvider.Schema) or should it be done directly in the individual IProvider implementations?..
The text was updated successfully, but these errors were encountered: