Skip to content
Snippets Groups Projects
  1. May 03, 2023
  2. May 02, 2023
  3. May 01, 2023
  4. Apr 28, 2023
    • michaelroytman's avatar
      build: bump library version and add CHANGELOG entry · ab4c65c8
      michaelroytman authored
      I neglected to bump the library version and update the CHANGELOG for the changes made in #363. This commit corrects that.
      ab4c65c8
    • Michael Roytman's avatar
      Merge pull request #363 from openedx/mroytman/MST-1834-LTI-PII-fullname · 25f2303a
      Michael Roytman authored
      feat: add full name as a LTI PII field
      25f2303a
    • Michael Roytman's avatar
      5df7fe8f
    • michaelroytman's avatar
      feat: add full name as a LTI PII field · a927a7c4
      michaelroytman authored
      This commits adds the ability to share a learner's full name in both LTI 1.1 and LTI 1.3 launches. In LTI 1.1, the full name is sent as the "lis_person_name_full" LTI parameter. In LTI 1.3, the full name is sent as the "name" ID token claim.
      
      The full name corresponds to the learner's name as recorded by the UserProfile model in the LMS.
      
      Enabling the transmission of full name in either version of LTI follows the existing pattern for PII sharing. In order for full name to be shared via an LTI launch, the CourseAllowPIISharingInLTIFlag configuration model must be enabled for the course, and the "Request user's full name" XBlock field must be enabled in the XBlock describing the particular LTI integration.
      
      Please note that this commit does not add the ability to share a learner's full name via the LTI 1.3 Names and Role Provisioning Services context membership endpoint because that behavior already exists.
      a927a7c4
  5. Apr 25, 2023
  6. Apr 24, 2023
  7. Apr 21, 2023
  8. Apr 18, 2023
  9. Apr 17, 2023
  10. Apr 12, 2023
  11. Apr 11, 2023
  12. Apr 05, 2023
  13. Apr 03, 2023
  14. Mar 29, 2023
  15. Mar 16, 2023
  16. Mar 06, 2023
    • Geoff's avatar
      299 validate redirect uris (#302) · 6c9c0ef3
      Geoff authored
      * Adds lti_1p3_redirect_uris to XBlock
      * Adds lti_1p3_redirect_uris to LTIConfiguration model
      * Asserts redirect_uri from preflight response in valid redirect uris during preflight validation
      * To minimize disruption for previous versions, uses current launch url and deep linking url as default registered redirect_uris if redirect_uris is not explicitly set
      6c9c0ef3
    • edX requirements bot's avatar
      0165d352
  17. Feb 24, 2023
  18. Feb 23, 2023
    • Feanil Patel's avatar
      · 3005a33d
      Feanil Patel authored
      build: Updating a missing workflow file `add-depr-ticket-to-depr-board.yml`.
      
      The .github/workflows/add-depr-ticket-to-depr-board.yml workflow is missing or needs an update to stay in
      sync with the current standard for this workflow as defined in the
      `.github` repo of the `openedx` GitHub org.
      3005a33d
    • Feanil Patel's avatar
      · 7af5f641
      Feanil Patel authored
      build: Creating a missing workflow file `add-remove-label-on-comment.yml`.
      
      The .github/workflows/add-remove-label-on-comment.yml workflow is missing or needs an update to stay in
      sync with the current standard for this workflow as defined in the
      `.github` repo of the `openedx` GitHub org.
      7af5f641
    • Feanil Patel's avatar
      · 94dfaf40
      Feanil Patel authored
      build: Creating a missing workflow file `self-assign-issue.yml`.
      
      The .github/workflows/self-assign-issue.yml workflow is missing or needs an update to stay in
      sync with the current standard for this workflow as defined in the
      `.github` repo of the `openedx` GitHub org.
      94dfaf40
  19. Feb 16, 2023
  20. Feb 03, 2023
  21. Feb 02, 2023
  22. Feb 01, 2023
  23. Jan 31, 2023
Loading