SimpleIdServer icon indicating copy to clipboard operation
SimpleIdServer copied to clipboard

Missing SCIM endpoint /Schemas/{id}

Open rdv-mpq opened this issue 1 year ago • 2 comments

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

rdv-mpq avatar Dec 04 '24 15:12 rdv-mpq

Hello, and thank you for your feedback! Indeed, there is an issue with the routing. This issue is in the Release503 branch. :)

simpleidserver avatar Dec 04 '24 21:12 simpleidserver

Thanks for the quick response!

rdv-mpq avatar Dec 05 '24 13:12 rdv-mpq