lti-tool Documentation
    Preparing search index...

    Interface LTILaunchConfig

    Configuration required for LTI 1.3 launch authentication flow. Contains platform endpoints and identifiers needed for OIDC authentication.

    interface LTILaunchConfig {
        authUrl: string;
        clientId: string;
        deploymentId: string;
        iss: string;
        jwksUrl: string;
        tokenUrl: string;
    }
    Index

    Properties

    authUrl: string

    Platform's OIDC authentication endpoint URL

    clientId: string

    OAuth2 client identifier assigned to your tool by the platform

    deploymentId: string

    Deployment identifier within the platform context

    iss: string

    Platform issuer URL that uniquely identifies the LMS

    jwksUrl: string

    Platform's JSON Web Key Set endpoint URL for JWT verification

    tokenUrl: string

    Platform's OAuth2 token endpoint URL for service access