elimity-com / scim

Golang Implementation of the SCIM v2 Specification
MIT License
177 stars 55 forks source link

It's not possible to place a placeholder in SCIM endpoints. can we somehow provision the same? #155

Closed DaminiBansal closed 8 months ago

DaminiBansal commented 1 year ago

For now, created http handle like this http.Handle("/scim/", http.StripPrefix("/scim", &server)) which listens requests on /scim/v2/Users or Groups

can we handled this case somehow /{randomString}//scim/v2/Users

Is there a provision to do the same using this library?

suqin-haha commented 1 year ago

https://github.com/elimity-com/scim/pull/156 created a pull request to solve this problem, not sure when it will be merged though. looks the author not active anymore