Aller au contenu

Installation

Ce contenu n’est pas encore disponible dans votre langue.

Terminal window
go get github.com/cerberauth/scimply

This pulls in the zero-dependency packages: schema, resource, protocol, store, and server.

Install only the connector you need.

Terminal window
go get github.com/cerberauth/scimply/connector/postgres

Requires pgx/v5.

  1. Clone the repository:

    Terminal window
    git clone https://github.com/cerberauth/scimply.git
    cd scimply
  2. Run the tests:

    Terminal window
    go test ./...