Closed DaminiBansal closed 8 months 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?
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
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?