Getting Started¶
This guide takes you from zero to a working first integration with EUDIStack.
Recommended path¶
- Sandbox — request access to the test environment and get your development credentials.
- Your first integration — issue and verify a credential end-to-end using the public endpoints.
- Key concepts — understand the protocols before moving to production.
- Use case guides — choose the integration you need (OIDC, SCIM, API).
Requirements¶
What you need before starting
- Familiarity with OAuth 2.0 and JWT.
- Ability to expose an HTTPS endpoint for callbacks (in development, a tunnel like ngrok is sufficient).
- HTTP client of your choice (curl, Postman, native code).
- Access to the sandbox environment — see Sandbox for how to request it.