Example API Application
We have a GitHub repository with an example application demonstrating how to implement an SSO flow by authenticating with Clio Identity and authorizing with Clio Manage along with making a few API V4 requests. The application is built using Ruby on Rails, but the general workflow is extendable to your framework of choice.
A good place to start for following along with the SSO flow is in the ApplicationController
. A more straight forward API V4 request (to /api/v4/users/who_am_i
) can be found in the ProfileController
and a more complex request (to /api/v4/users/matter
) including pagination in the MatterController
.