Getting Started

Integrate your application with Next Identity

Once you’ve completed the Provisioning stage of your application onboarding process, you are ready to integrate your application with the Next Identity platform.

Integration is not self-served. Instead, your application development team should work closely with the Next Reason onboarding team to ensure that all configurations and settings are properly implemented.

Before we start integrating your application to the Next Identity platform, we need to do the following:

Complete the prerequisites

  • :white-check-mark: You need to have purchased a Next Identity license.
  • :white-check-mark: You should have completed the Kickoff and Provisioning stage of your application onboarding.
  • :white-check-mark: You need to know your Organization ID
  • :white-check-mark: You need to understand the basics of OpenID Connect

Share Credentials Securely

For each client and environment where you are using a confidential client type, we will provide you with a client secret so that you can complete a /token call. This method will also apply in situations where you use a direct_access client to access the database directly.

Applications using public client types (and using PKCE protocol for the /token call) will not need a client secret, and one will not be provided.


What’s Next

Once you're ready to begin with integration, proceed to choosing an integration method.