SimpleIdServer
SimpleIdServer copied to clipboard
Missing SCIM endpoint /Schemas/{id}
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 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: https://github.com/simpleidserver/SimpleIdServer/blob/5a9748b99dd9f57f4ab04de383512f8668bfc510/src/Scim/SimpleIdServer.Scim/RouteBuilderExtensions.cs#L21-L26
Hello, and thank you for your feedback! Indeed, there is an issue with the routing. This issue is in the Release503 branch. :)
Thanks for the quick response!