From f3d64ef323a97e3eda637ade968703661a8c363c Mon Sep 17 00:00:00 2001 From: "El. Abdellah" Date: Thu, 24 Feb 2022 17:47:40 +0100 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index bfb2379..d8fff7e 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,15 @@ If you want to set up keycloak locally you can download it [here](https://www.ke ### Bundle configuration +#### Via a recipe (Automatic) +This bundle hase a Symfony recipes that allow the automation of configuration via the Symfony Flex Composer plugin. +To enable recipe for your project, run the following command: + +``` +composer config extra.symfony.allow-contrib true +``` + +#### Manual Having a running keycloak locally or in Docker and already configured a client with **Access Type = bearer-only** here is the configuration to use: