NameDrop on Sakai
Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.
What you’ll get
Section titled “What you’ll get”NameDrop appears as a tab in the left navigation of any Sakai site (course or project) where you enable it. Members see the welcome card + course roster with pronunciation buttons.
For per-user placement (a “Record my name” tab in every user’s Home / My Workspace), see the Per-user placement section below — this is more involved than Canvas.
Setup (one-time, by Sakai admin)
Section titled “Setup (one-time, by Sakai admin)”Step 1: Register NameDrop as an LTI 1.3 tool
Section titled “Step 1: Register NameDrop as an LTI 1.3 tool”- Sign in to Sakai as administrator.
- Open Administration Workspace → External Tools.
- Click Install LTI 1.x Tool at top-right.
- Fill in:
- Title: NameDrop
- Tool URL:
https://lti.namedrop.io/lti/launch - Tool supports LTI 1.3: ✓
- OIDC Login URL:
https://lti.namedrop.io/lti/login - Tool Keyset URL:
https://lti.namedrop.io/jwks/{your-tenant-id}(get the tenant ID from your NameDrop dashboard at https://app.namedrop.io/integrations)
- Save. Sakai issues a Client ID for this tool.
Step 2: Connect to your NameDrop tenant
Section titled “Step 2: Connect to your NameDrop tenant”- In your NameDrop dashboard, click Connect Sakai and paste the Client ID Sakai gave you.
- NameDrop uses this to verify launches.
Step 3: Add NameDrop to a Sakai site
Section titled “Step 3: Add NameDrop to a Sakai site”In any course or project site:
- Site Info → Manage Tools.
- Scroll to External Tools, check NameDrop, click Continue.
- Save.
NameDrop now appears in that site’s left navigation.
Per-user placement (advanced)
Section titled “Per-user placement (advanced)”Sakai doesn’t have a one-click “every user’s Home” toggle. Three real options for every-user reach:
- !user site template (future users only) — Edit the
!usersite template to include NameDrop. Affects accounts created from this point forward. Existing user Homes are unaffected. - Bulk SQL / Quartz job (existing users) — Most institutional Sakai admins have a runbook for inserting tool placements into every existing
~useridworksite. Talk to your Sakai operations team. - Shared “NameDrop” project site — Create a project site called “NameDrop” with NameDrop as the only tool, then add every user as a member. Site appears as a top tab for everyone.
Recommended rollout: #1 + #2 combined. Run the bulk job once at rollout for existing users; update !user so future accounts get it automatically.
Q: Does NameDrop see the Sakai roster? A: Yes, via NRPS (Names and Role Provisioning Services). NameDrop fetches the course roster at launch time. You may need to enable “Provide Roster to External Tool” in the tool registration.
Q: Why do I see a generic “External Tools” admin tool when I add it to !user? A: That’s the wrong tool. The Sites admin tool registry shows generic placements (like “External Tools”), not specific LTI 1.3 tool registrations. To put a specific NameDrop placement into !user, you need to add a Page with an External Tool placement, then bind it to the NameDrop registration. See the bulk SQL approach for the cleanest path.
Q: Can I have two NameDrop placements with different views?
A: Yes. Register the tool a second time with a different Title (e.g., “Record my name”) and add view=record-my-name in Custom Parameters. Use one for the course tab, one for personal placements.
Q: How do I uninstall? A: External Tools → NameDrop → Delete. Then disconnect in your NameDrop dashboard.