This repository contains reference implementations for vendors looking to integrate with the STACKIT Marketplace, demonstrating the subscription approval flow and token validation process.
The STACKIT Marketplace is a digital platform connecting STACKIT customers with third-party digital products, serving as the technological foundation for rapidly expanding the STACKIT portfolio and building industry-specific cloud offerings. It provides access to a diverse range of products, from IaaS and SaaS to licenses, professional services, and datasets.
The integration examples are available in multiple languages:
Each language implementation demonstrates the same core functionality while following language-specific best practices.
- Choose your preferred language implementation from the folders above
- Follow the language-specific README for setup instructions
- Review the implementation details in the code
- Adapt the examples to your specific use case
- Marketplace token validation: Validates the marketplace token by:
- Fetching the public key from STACKIT
- Validating the token format
- Verifying the token signature
- Customer Resolution: Uses the validated token to resolve customer information
- Subscription Approval: Approves the marketplace subscription
- Redirect Token: The Redirect Token, or simply token, is the JWT Token sent to the vendors when the STACKIT Marketplace redirects consumers to the vendor's
Sign Up/Login
page, which happens in the process of creating a subscription (see SaaS Frontend Integration for more details).
Contributions are welcome! Please feel free to submit a Pull Request.