Skip to content
Snippets Groups Projects
  1. Apr 06, 2022
  2. Apr 05, 2022
  3. Feb 07, 2022
  4. Jun 09, 2021
  5. Mar 24, 2021
    • Antoine Lambert's avatar
      django/utils: Add KeycloakOpenIDConnect factory function · 3e12aae1
      Antoine Lambert authored
      Add keycloak_oidc_client factory to instantiate KeycloakOpenIDConnect
      class from the following django settings:
      
        - KEYCLOAK_SERVER_URL
        - KEYCLOAK_REALM_NAME
        - KEYCLOAK_CLIENT_ID
      
      This is required before moving the generic django OIDC auth backends
      from swh-web to swh-auth.
      3e12aae1
  6. Mar 23, 2021
  7. Mar 09, 2021
    • Antoine R. Dumont's avatar
      swh.auth.django: Expose OIDCUser model object · d6204f0f
      Antoine R. Dumont authored
      That class is a custom User proxy model for remote users storing OpenID Connect related
      data (profile containing authentication tokens, ...).
      
      The model is also not saved to database as all users are already stored in the Keycloak
      one.
      
      That class will be used for example by both the webapp and the deposit.
      
      Related to T3079
      d6204f0f
  8. Mar 03, 2021
Loading