Skip to content

ExScim/examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExScim Examples

Example applications demonstrating SCIM 2.0 implementation with Elixir and Phoenix.

Projects

Provider

Example SCIM provider implementation. Demonstrates how to build a SCIM server that manages users and groups.

See provider/README.md for setup instructions.

Client

Example SCIM client implementation. Demonstrates how to interact with a SCIM provider.

See client/README.md for setup instructions.

Development

Install dependencies and set up the database:

cd provider  # or client
mix deps.get
mix ecto.setup
mix phx.server

License

See LICENSE file.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published