Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Ruby implementations of SCIM v2

Tags:

ruby

identity

SCIM is a fresh standard for user provisioning put forward by Google, Salesforce, Ping Identity..etc.. Are there existing ruby implementations to support this?

Similar but for Java

like image 303
ted Avatar asked Mar 01 '16 14:03

ted


People also ask

What is SCIM in Java?

Closed 1 year ago. SCIM is a fresh standard for user provisioning put forward by Google, Salesforce, Ping Identity..etc.. Are there existing java implementations to support this?

What is scimitar (SCIM)?

System for Cross-domain Identity Management (SCIM) is a protocol that helps systems synchronise user data between different business systems. A service provider hosts a SCIM API endpoint implementation and the Scimitar gem is used to help quickly build this implementation.

What is a SCIM service?

In the context of the names used by the SCIM standard, the service that is provided is some kind of software-as-a-service solution that the enterprise subscriber uses to assist with their day to day business.

How good is the internal test suite in Scimitar?

Scimitar has a reasonably comprehensive internal test suite but it's only as good as the accuracy and reliability of the subclass code you write to "bridge the gap" between SCIM schema and actions, and your User/Group equivalent records and the operations you perform upon them.


1 Answers

You can get an Okta-oriented start from here or start from scratch here but I think you're otherwise on your own.

Yay! You've got an opportunity to contribute an open source project to the Ruby community :)

like image 89
John Paul Ashenfelter Avatar answered Oct 29 '22 03:10

John Paul Ashenfelter