Skip to content
railsengines.com

Scim Rails

SCIM Adapter for Rails

No ratings yet
Gem
scim_rails
Repository
lessonly/scim_rails
License
MIT
Stars
79
Added
August 17, 2026

About

SCIM Adapter for Rails.

SCIM stands for System for Cross-domain Identity Management. At its core, it is a set of rules defining how apps should interact for the purpose of creating, updating, and deprovisioning users. SCIM requests and responses can be sent in XML or JSON and this Gem uses JSON for ease of readability.

Mounting it

ruby
# Gemfile
gem "scim_rails"

# config/routes.rb
mount ScimRails::Engine, at: "/scim-rails"

Details

79 stars on GitHub · MIT licensed · maintained by lessonly. Source: https://github.com/lessonly/scim_rails

Discussion (0)

Sign in to join the discussion.

No comments yet.