edubase_get_integration_keys
Retrieve authentication keys and secrets for specific EduBase integrations to enable secure API connections with external educational tools and services.
Instructions
Get integration keys/secrets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| integration | Yes | integration identification string |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | No | API application identification string, only present if the integration is an API integration | |
| consumer | No | consumer key, only present if the integration is an LMS integration using LTI 1.0/1.1 | |
| secret | No | secret key, only present if the integration is an API integration or an LMS integration using LTI 1.0/1.1 | |
| jwk | No | URL for the JWK (JSON Web Key) set, only present if the integration is an LMS integration using LTI 1.3 | |
| pem | No | PEM formatted public key, only present if the integration is an LMS integration using LTI 1.3 |