This is a simple SCIM client using Sinatra and OAuth2.
The client is to illustrate how to get a list of users and groups from a SCIM based endpoint.
- Update config.yaml with a scim provider and oauth information
- Run “ruby scimweb.rb”
- Go to “http://localhost:4567”