Skip to content

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

MethodPathSummaryScopes
GET/api/v1/app-galleryApp Gallery Listtenant:applications.read
GET/api/v1/app-gallery/{appId}App Gallery Gettenant:applications.read

Operation details

App Gallery List

  • Operation ID: appGalleryList
  • Required scopes: tenant:applications.read

Parameters:

NameInRequiredTypeDescription
categoryquerynostring
scimEnabledquerynoboolean

Responses:

StatusDescriptionBody
200OKAppSsoTemplateResponse[]
401Unauthorized — bearer token missing, expired, signed by an untrusted issuer, or missing the tnt tenant claim.Problem (problem+json)
403Forbidden — 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:

NameInRequiredTypeDescription
appIdpathyesstring

Responses:

StatusDescriptionBody
200OKobject
401Unauthorized — bearer token missing, expired, signed by an untrusted issuer, or missing the tnt tenant claim.Problem (problem+json)
403Forbidden — token lacks a required tenant:* scope, or the tnt claim does not match the tenant addressed by the request path.Problem (problem+json)