Skip to main content

Partner Onboarding

Before you can use the didx:me API, your organization must complete a manual partner setup handled by the didx:me team. The onboarding process involves four steps:
1

Credential creation

The didx:me team creates a unique clientId and clientSecret for your organization.
2

Secure delivery

Your credentials are delivered securely via 1Password sharing.
3

Token exchange

Your application exchanges the credentials for access tokens using the standard OAuth client_credentials flow via Keycloak.
4

API access

Use the access token to authorize calls to the didx:me platform.

Developer Requirements

Your application must be able to exchange the clientId and clientSecret for an access token using the standard OAuth client credentials flow. This is a widely supported pattern familiar to most developers.
Contact the didx:me team to initiate the partner onboarding process and receive your credentials.

Next Steps

Once you have your clientId and clientSecret, proceed to Authentication to learn how to obtain and use access tokens.