Product documentation
AppGallery
Curated application-template gallery for pre-filled OAuth client registration.
AppGallery
Curated application-template gallery for pre-filled OAuth client registration.
Base URL: https://api.stg.thoryn.org
Operations
| Method | Path | Summary | Scopes |
|---|---|---|---|
GET | /api/v1/app-gallery | App Gallery List | tenant:applications.read |
GET | /api/v1/app-gallery/{appId} | App Gallery Get | tenant:applications.read |
Operation details
GET /api/v1/app-gallery
App Gallery List
- Operation ID:
appGalleryList - Required scopes:
tenant:applications.read
Parameters:
| Name | In | Required | Type | Description |
|---|---|---|---|---|
category | query | no | string | |
scimEnabled | query | no | boolean |
Responses:
| Status | Description | Body |
|---|---|---|
200 | OK | AppSsoTemplateResponse[] |
401 | Unauthorized — bearer token missing, expired, signed by an untrusted issuer, or missing the tnt tenant claim. | Problem (problem+json) |
403 | Forbidden — token lacks a required tenant:* scope, or the tnt claim does not match the tenant addressed by the request path. | Problem (problem+json) |
GET /api/v1/app-gallery/{appId}
App Gallery Get
- Operation ID:
appGalleryGet - Required scopes:
tenant:applications.read
Parameters:
| Name | In | Required | Type | Description |
|---|---|---|---|---|
appId | path | yes | string |
Responses:
| Status | Description | Body |
|---|---|---|
200 | OK | object |
401 | Unauthorized — bearer token missing, expired, signed by an untrusted issuer, or missing the tnt tenant claim. | Problem (problem+json) |
403 | Forbidden — token lacks a required tenant:* scope, or the tnt claim does not match the tenant addressed by the request path. | Problem (problem+json) |