-
-
Notifications
You must be signed in to change notification settings - Fork 8
Example SCIM provider #56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Hi @ccoors |
086409d to
2932e5c
Compare
|
I have managed to implement PATCH :) Now working on Sorting and will probably also do Bulk. |
|
Hi. I still could not find much time for reviewing your work, but I don't lose hope! |
2932e5c to
003641c
Compare
No worries! Just today we reached an "acceptable" state. Apart from Bulk (which we won't implement for the time being) everything works well enough for our use-case. We also tested this exact example provider against Microsoft Entra and could verify that it works. Our main motivation for merging this example into this repo is to ensure it "stays green" with any changes to scim2-models. As I said, if you're not happy with the example that's totally fine too, we can move it to our own repo. |
003641c to
718c8f0
Compare
718c8f0 to
c54eacd
Compare
|
I was thinking that maybe we could add your example server implementation in another repo. |
|
Yes, that sounds fine. Git submodules are a bit annoying to work with, but in this instance I guess it's okay. |
|
Ok. I invited you on https://github.com/yaal-coop/scim2-server |
829da35 to
64a0997
Compare
64a0997 to
0dfb6af
Compare
|
@azmeuk I added the server in scim2-server and modified this PR, so that it uses it as a submodule. I'm not sure this will provide an 'easy' workflow for future changes in scim2-models, as you may have to synchronize changes across two repos. Maybe try it out for now? |
|
Closing in favor of #71 |
This is the current state of my example SCIM provider WSGI application.Moved implementation to scim2-server. Added as submodule here.