Skip to content
Snippets Groups Projects
  1. Jan 11, 2021
  2. Dec 16, 2020
  3. Dec 14, 2020
  4. Dec 09, 2020
  5. Nov 10, 2020
  6. Nov 03, 2020
  7. Oct 09, 2020
  8. Oct 01, 2020
  9. Sep 27, 2020
  10. Sep 23, 2020
  11. Sep 18, 2020
  12. Sep 16, 2020
  13. Sep 14, 2020
  14. Aug 20, 2020
  15. Aug 18, 2020
  16. Aug 05, 2020
    • Makhtar DIAGNE's avatar
      Java11 (#41) · d3ea578b
      Makhtar DIAGNE authored
      
      * [TECH] Nginx add referential apps
      
      * [TECH] Fix theme default logo
      
      * [TECH] Fixes from PR review
      
      * [TECH] Strange fixes for ui-referential (why was it working)
      
      * Update ui/ui-frontend/projects/identity/src/locale/messages.xlf
      
      Co-authored-by: default avatarCouzinieAtCines <62284459+CouzinieAtCines@users.noreply.github.com>
      
      * [TECH] Merge fixes
      
      * compilation works
      
      * it runs
      
      * fix login/pwd authentication
      
      * handle provided username
      
      * some refactoring
      
      * login/pwd + authn delegation works (with or without service)
      
      * surrogation works
      
      * change password is triggered when the user is already authenticated using the doChangePassword parameter
      
      * password management
      
      * final tests on surrogation
      
      * WIP MFA
      
      * MFA works
      
      * [TECH]  Update project from JAVA8 to JAVA11 with dependencies
      
      * [TECH] Remove unused jks files in integration data
      
      * fix back links
      
      * don't lost surrogation when bad password
      
      * [TECH] CAS set metrics dependency for prometheus
      
      * cle...