Skip to content
Snippets Groups Projects
user avatar
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...
d3ea578b
Name Last commit Last update
..
src
.angular-cli.json
README.md
pom.xml
run.sh

IHM PORTAL

Development

Install :

  1. [Maven]
  2. [Node.js]

Pour démarrer l'application en mode développement lancer les commandes suivantes dans des consoles différentes

mvn clean spring-boot:run
npm start

La commande mvn spring-boot:run utilise le fichier de configuration présent dans src/main/config/application-dev.yml

Testing

mvn clean test

Build in production

mvn clean install