Yeah, I have seen those two pages. It says:
| privacy_level |
Required |
string |
What level of user information to send to the external tool.
Allowed values:anonymous, public
|
I know from experimenting with LTI 1.1 what exactly those mean, but my boss wants to see it spelled out that it means the same thing for LTI 1.3 configuration.
Here is what it means for LTI 1.1 (which sends POST data):
Email Only: All of Anonymous plus lis_person_contact_email_primary
Name Only: All of Anonymous plus: lis_person_name_family, lis_person_name_full, lis_person_name_given
Public: All of Anonymous, Email Only & Name Only plus: custom_canvas_api_domain, custom_canvas_course_id, custom_canvas_user_id, custom_canvas_user_login_id, custom_canvas_workflow_state, lis_person_sourcedid, user_image
Is LTI 1.3 Public sending the same information as LTI 1.1 public?