Testing Logins
Before you start testing...
- Have you implemented Instant Login with OAuth 2.0??
- Have you configured your redirect URLs?
Testing Individual Users
Using sandbox user credentials
- Initiate a login. You can do this one of three ways:
- Go to the district overview in your Clever dashboard. Copy the Portal URL, and after logging in, click your application's icon.
- Go to the district overview in your Clever dashboard. Copy the Instant Login link and log in there.
- Use a Log in with Clever button.
- All sandboxes should be set up so the default credentials are:
- Student: username and password are the student's
student_number
- Teacher: username and password are the teacher's
teacher_number
- School admin: username and password are the school admin's
staff_id
- District admins may only be tested in custom sandbox districts.
You can download the CSVs used to populate your default sandbox district here.
Secure Sync only: IL debugging tools
In the Data Browser, open up the Detail View for a user where there is a link to log in as the user. This link sends a user-authenticated request to your app, so you can see what the user sees when they access your app through Clever.
This works for all user types that your application supports: students, teachers, school and district admins.
Updated almost 6 years ago