Skip to content

dynamicRegistration

dynamicRegistration(lti, options): (req) => Promise<Response>

Defined in: packages/next/src/index.ts:145

LTI Dynamic Registration initiation. The LMS opens this GET with openid_configuration + registration_token query params; we run the handshake via the core, persist the platform, and return the close page. Requires the lti instance to have a MutablePlatformStore.

Lti

DynamicRegistrationBindingOptions

(req) => Promise<Response>