Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.45 KB

README.md

File metadata and controls

42 lines (27 loc) · 1.45 KB

DossierFacile Keycloak themes

DossierFacile.fr a été créé par le Ministère de la Transition écologique
pour aider à la réalisation de dossiers de location.

The project is used by DossierFacile.fr

Release

zip all the files zip Dossier-Facile-Keycloak-v{tag-version}.jar -r LICENSE META-INF theme and make a github release with the file created and the right version tag

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Usage

You need Docker and Docker compose.

Clone the DossierFacile-Keycloak project.

Download keycloak-franceconnect-v7.0.0.jar and copy it inside Dossier-Facile-Keycloak.

Run:

docker-compose -f docker-compose.dev.yml up -d

To create a dedicated user and database 'keycloak' and to launch the keycloak service

Then go to http://localhost:8085/auth/admin/master/console/ login with the KEYCLOAK_ADMIN credentials

Create realm "dossier-facile"

Create new client "dossier-facile-api"

  • select theme "df"
  • in capability config, activate "client authentication"
  • then go to tab "credentials" and copy the client secret

License

MIT