PlayWithASL Help Center
Find documentation for LMS integration, LTI setup, and troubleshooting.
Blackboard LMS Guide
Last Updated: Jan 22, 2026Blackboard LTI 1.3 Setup Guide
Follow these steps to configure your PlayWithASL LTI tool in Blackboard Learn:
Step 1: Register Your LTI 1.3 Tool
As a Blackboard administrator, you need to register your tool:
- Go to Admin Panel โ Integrations โ LTI Tool Management
- Click Register LTI 1.3 Tool
- Enter the following information:
- Name: PlayWithASL
- Description: Interactive ASL learning tool
- Client ID: {{ client_id }}
- Tool URL / Launch URL: {{ launch_url }}
- Tool Initiate Login URL: {{ login_url }}
- Tool Redirect URL(s): {{ launch_url }}
- Tool JWKS URL: {{ jwks_url }}
- Under Placement, enable the placements you want (Course content tool, Course tool, etc.)
- Click Submit
Important: Blackboard uses its own deployment IDs. After registration, you'll need to make note of the following values which Blackboard will provide:
- Application ID: This is the client ID you'll configure in your Platform record
- Deployment ID: Required for proper tool launch
Step 2: Configure Your Tool
After registering with Blackboard, you need to create a platform record in PlayWithASL:
- Go to Platforms in your dashboard
- Click Add New Platform
- Fill out the form with these Blackboard-specific settings:
- Name: Blackboard [Your Institution]
- Platform Type: Blackboard
- Issuer: Your Blackboard instance URL (e.g.,
https://blackboard.yourinstitution.edu) - Client ID: Application ID provided by Blackboard
- OIDC Login URL:
https://blackboard.yourinstitution.edu/learn/api/v1/lti/authorize - JWKS URL:
https://blackboard.yourinstitution.edu/learn/api/v1/lti/keys - Target Link URI: {{ launch_url }}
- Generate RSA keys for your platform using the key generation tool
- Save the platform
Step 3: Add Tool to Courses
After configuration, instructors can add the tool to their courses:
As a Content Item:
- In a course, go to Content
- Click Build Content โ PlayWithASL
- Configure the activity parameters
- Click Submit
As a Course Tool:
- In a course, go to Course Tools
- Click Tool Availability
- Make sure PlayWithASL is enabled
- Click Submit
- The tool will now appear in the course menu
Troubleshooting
Make sure the client ID in your platform record matches exactly the Application ID provided by Blackboard after registration.
Ensure the redirect URL you registered in Blackboard exactly matches your tool's launch URL. Blackboard is very strict about matching redirect URIs.
Check that your public key is correctly configured and accessible at your JWKS endpoint. You can use the Platform Test tool to verify your key configuration.