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:Credential creation
The didx:me team creates a unique
clientId and clientSecret for your organization.Token exchange
Your application exchanges the credentials for access tokens using the standard OAuth
client_credentials flow via Keycloak.Developer Requirements
Your application must be able to exchange theclientId 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 yourclientId and clientSecret, proceed to Authentication to learn how to obtain and use access tokens.
