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
The /Schemas/{id} endpoint for the SCIM server does not appear to be mapped correctly as it doesn't show up in the Swagger docs and calling it for a defined schema results in a 404: e.g. /schemas/urn:ietf:params:scim:schemas:core:2.0:Group.
I think there might be a typo on line 26 when mapping the controller:
Hello,
The
/Schemas/{id}
endpoint for the SCIM server does not appear to be mapped correctly as it doesn't show up in the Swagger docs and calling it for a defined schema results in a404
: e.g./schemas/urn:ietf:params:scim:schemas:core:2.0:Group
.I think there might be a typo on line 26 when mapping the controller:
SimpleIdServer/src/Scim/SimpleIdServer.Scim/RouteBuilderExtensions.cs
Lines 21 to 26 in 5a9748b
The text was updated successfully, but these errors were encountered: