-
Notifications
You must be signed in to change notification settings - Fork 14
Testing the LTI App's Standalone Pages
The LTI app has a few standalone pages that don't need to be used from within an LMS:
-
Visit https://qa-lms.hypothes.is/welcome and you should see the registration form for new users to register an application instance. If you fill in this form and submit it, it should generate a consumer key and shared secret for you.
-
Visit https://qa-lms.hypothes.is/config_xml and you should see an XML configuration file. This is downloaded by LMS's during the process of installing our app into an LMS.
-
Visit https://qa-lms.hypothes.is/login and you should see a login form for logging in to the app's admin pages.
If you're not logged in then https://qa-lms.hypothes.is/reports should also show you the login form.
You can find the username and password for this login form in Passpack. If you login then you should be taken to https://qa-lms.hypothes.is/reports and shown a reports page.
The log out button at the bottom of the page should log you out again.
For testing the production app rather than QA, just remove the qa-
from each of the URLs.