You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by GitBox <gi...@apache.org> on 2022/08/15 20:11:18 UTC

[GitHub] [directory-scimple] bdemers commented on a diff in pull request #104: Draft: Initial pass at SCIMple on Spring-Boot

bdemers commented on code in PR #104:
URL: https://github.com/apache/directory-scimple/pull/104#discussion_r946087034


##########
scim-server-examples/scim-server-spring-boot/README.md:
##########
@@ -0,0 +1,20 @@
+Apache Directory SCIMple In Memory Example
+==========================================
+
+This example project demo's how to:
+
+* Add a custom SCIM Extension
+* Manage Users and Groups (in memory)
+
+Use this as a starter point on how to integrate Apache Directory SCIMple into your own project.
+
+Run: `mvn spring-boot:run` and then access one of the endpoints:
+
+```bash
+# httpie
+http :8080/Users

Review Comment:
   Oddly enough, yes: https://www.rfc-editor.org/rfc/rfc7644#section-3.2
   
   For some reason that capitalization seems really odd to me, but it's in the spec 🤷 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@directory.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@directory.apache.org
For additional commands, e-mail: dev-help@directory.apache.org