Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. To generate Developer Keys in Canvas Data 2, visit https://intelliboard.instructure.com/ and log in with your administrator credentials. 

  2. In the left hand menu, click "Admin" and select "Developer Keys."

    Untitled design.png
  3. Click the "+Developer Key" button in the top right corner and select "+API Key" from the drop down menu.

    Canvas API Key.png
  4. Complete the "Key Name" and "Redirect URLs" fields and click the "Save" button in the bottom right corner. You can name the key whatever you wish. The redirect URL for IntelliBoard Pro is https://next.intelliboard.net/settings/oauth2/redirect 

    Screenshot 2024-04-03 171858.png

    IntelliBoard recommends not enabling scopes in this step. If you desire to enable scopes, please ensure the following are enabled:

    • url:GET|/api/v1/accounts

    • url:GET|/api/v1/accounts/:account_id/sub_accounts

    • url:GET|/api/v1/accounts/:account_id/roles

    • url:GET|/api/v1/users/:id

    • url:GET|/api/v1/accounts/:account_id/grading_standards

    • url:GET|/api/v1/accounts/:account_id/admins

    • url:GET|/api/v1/users/:user_id/page_views

    • url:GET|/api/v1/audit/authentication/users/:user_id

    • url:GET|/api/v1/accounts/:account_id/enrollments/:id

    • url:GET|/api/v1/courses/:course_id/assignments/:id

    • url:GET|/api/v1/courses/:course_id/quizzes/:quiz_id/submissions/:id

    • url:GET|/api/v1/users/:user_id/profile

    • url:GET|/api/v1/courses/:id

    • url:GET|/api/v1/sections/:section_id/assignments/:assignment_id/submissions/:user_id

    • url:GET|/api/v1/courses/:course_id/assignments/:assignment_id/submissions/:user_id

  5. Find the newly created Key in the "Developer Keys" list. Ensure the state toggle is "On" and copy the "Client ID" listed under details and reveal and copy the "Client Secret Key." These need to be added to the IntelliBoard Pro connection. Steps are in the next section. If you are not ready to paste these credentials to IntelliBoard, save them in a secure location until ready.

...