Start here:
To get started developing against the Strivacity platform, there are a few things you need to do:
- Get access to a Strivacity instance
Start here to get access to the product and begin your development journey. - 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. - 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:
- Login and registration using No-code Components with SAML or OIDC: Applications
- Login via OIDC using a simplified authentication API: Authenticate with identifier and password
- Login via Strivacity's Login Gateway, when on-premsises web access management approaches need to be supported
- Use Strivacity Admin Console APIs to configure the product, manage users, or get to logging data: Getting started with the admin API
- Integrate with an on-premises identity store using the Strivacity Directory Connector to migrate and/or sync account information
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
- iOS iOS SDK
- Android Android SDK
- React Native React Native mobile SDK