When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. Canvas Login - Instructure

    canvas.instructure.com/login/canvas

    Log In. Forgot Password? Official Login page for Canvas student login, School Search Canvas, Canvas Network, Canvas Community, and Canvas Free For Teacher accounts.

  3. Users - Canvas LMS REST API Documentation

    canvas.instructure.com/doc/api/users.html

    This is what the user uses to log in to // Canvas. "login_id": "sheldon@caltech.example.com", // If avatars are enabled, this field will be included and contain a url to // retrieve the user's avatar.

  4. OAuth2 - Canvas LMS REST API Documentation

    canvas.instructure.com/doc/api/file.oauth.html

    Canvas uses OAuth2 (specifically RFC-6749 for authentication and authorization of the Canvas API. Additionally, Canvas uses OAuth2 for LTI Advantage service authentication (as described in the IMS Security Framework).

  5. Authentication Providers - Canvas LMS REST API Documentation

    canvas.instructure.com/doc/api/authentication_providers.html

    The attribute to use to look up the user’s login in Canvas. Either ‘id’ (the default), ‘sis_id’, ‘email’, ‘student_number’, or ‘teacher_number’. Note that some fields may not be populated for all users at Clever.

  6. Canvas LMS REST API Documentation

    canvas.instructure.com/doc/api/index.html

    Canvas LMS includes a REST API for accessing and modifying data externally from the main application, in your own programs and scripts. This documentation describes the resources that make up the API.

  7. Logins - Canvas LMS REST API Documentation

    canvas.instructure.com/doc/api/logins.html

    This parameter is not available in OSS Canvas. Example Request: #create a facebook login for user with ID 123. curl 'https://<canvas>/api/v1/accounts/<account_id>/logins' \. -F 'user[id]=123' \. -F 'login[unique_id]=112233445566' \. -F 'login[authentication_provider_id]=facebook' \.

  8. Manually Configuring LTI Advantage Tools - Canvas

    www.canvas.instructure.com/doc/api/file.lti_dev_key_config...

    Login request is made to the tool's OIDC initiation URL, mytool.net/login, and contains canvas_environment: beta, target_link_uri: mytool.net/launch. The tool continues on to Step 2 below, but sends redirect_uri: mytool.net/beta_launch instead of using the target_link_uri.

  9. Developer Keys - Canvas LMS REST API Documentation

    canvas.instructure.com/doc/api/file.developer_keys.html

    Developer keys created globally, by an Instructure employee, are functional in any Canvas account where they are enabled. By scoping the tokens, Canvas allows root account administrators to manage the specific API endpoints that tokens issued from a developer key have access to.

  10. SIS Import Format Documentation - Canvas LMS REST API...

    www.canvas.instructure.com/doc/api/file.sis_csv.html

    login_id: text The name that a user will use to login to Instructure. If you have an authentication service configured (like LDAP), this will be their username from the remote system. password: text: If the account is configured to use LDAP or an SSO protocol then this should not be set.

  11. Pages - Canvas LMS REST API Documentation

    canvas.instructure.com/doc/api/pages.html

    Pages are rich content associated with Courses and Groups in Canvas. The Pages API allows you to create, retrieve, update, and delete pages. Note on page identifiers. Most Pages API endpoints accept identification of the Page as either a URL or an ID. In ambiguous cases, the URL takes precedence.