Example applications demonstrating SCIM 2.0 implementation with Elixir and Phoenix.
Example SCIM provider implementation. Demonstrates how to build a SCIM server that manages users and groups.
See provider/README.md for setup instructions.
Example SCIM client implementation. Demonstrates how to interact with a SCIM provider.
See client/README.md for setup instructions.
Install dependencies and set up the database:
cd provider # or client
mix deps.get
mix ecto.setup
mix phx.serverSee LICENSE file.