Skip to content
Snippets Groups Projects
  1. Apr 08, 2020
  2. Feb 27, 2020
    • Manjinder Singh's avatar
      Remove ThirdPartyAuthProviderApiPermission (#23195) · 953b0e72
      Manjinder Singh authored
      * Remove ThirdPartyAuthProviderApiPermission
      
      Also removed ProviderApiPermissions and ApiPermissionsAdminForm and removal of DOP for third_party_auth
      
      * Removing model
      
      * Replaced long_token with default_token_generator
      
      * Adding skip to test_migrations_are_in_sync
      953b0e72
  3. Feb 21, 2020
    • Robert Raposa's avatar
      BOM-1264: add third-party-auth scope and usage (#23135) · 372d2e92
      Robert Raposa authored
      
      * WIP: add third-party-auth scope and usage
      
      BOM-1264
      
      
      * Fix tests now that we do permissions in a more standard way.
      
      Rather than manually setting the permission class we previously
      explicitly raised a PermissionDenied exception.  The way DRF
      permissoning logic works, if we use the WWW-Authenticate header in the
      highest priority auth class, it will return a 401 instead of a 403.
      
      
      * Added test to make sure having permissions gives access to user mapping api
      
      * Test new filters logic.
      
      Ensure that the filters we add to the application access model make it
      into the JWT correctly.
      
      * quality fix
      
      * quality fix
      
      * disable pylint warning
      
      * quality fix
      
      * fix indent prob
      
      Co-authored-by: default avatarFeanil Patel <feanil@edx.org>
      Co-authored-by: default avatarManjinder Singh <49171515+jinder1s@users.noreply.github.com>
      372d2e92
  4. Dec 30, 2019
  5. Jul 11, 2019
  6. Oct 27, 2015