Getting started for developers

Start here:

To get started developing against the Strivacity platform, there are a few things you need to do:

  1. Get access to a Strivacity instance
    Start here to get access to the product and begin your development journey.
  2. Set up an Identity Store
    All Applications need an Identity Store to connect to. You can start with the default Identity Store and shape it to your needs or create a new one.
  3. Set up an Application
    An Application is a set of policies that govern the login, registration, and self-service experiences. Once you've set up an Application you can add the appropriate Application Client for your preferred approach

Choose an approach:

Strivacity has different approaches to implementing login and regsitration journeys, depending on your brand's technology stack and desired methods. Options for deploying our product include:

Open API docs

In addition to the API docs provided here, you can also download OpenAPI specs for all of the documented APIs.

Filtering on list endpoints

The result of list endpoints can be filtered by query parameters.

In general, only entities that match all of the query parameters will be returned when multiple query parameters are provided. This means there is an AND relationship between the parameters used for filtering.

When a query parameter can accept multiple values and multiple values are provided, entities matching any listed values will be returned. This means there is an OR relationship between the values within a specific query parameter.

Exceptions to these filtering rules are documented separately.

SDKs

Strivacity can also be used in conjunction with applications via Strivacity SDKs

Mobile SDKs