From d1494427f2e3079f62102c722d8f9f612826541e Mon Sep 17 00:00:00 2001 From: "El. Abdellah" Date: Fri, 17 Dec 2021 09:42:48 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 846c321..75c0e5d 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ security: access_control: - { path: ^/api/, roles: ROLE_API } ``` -> :information_source: Referring to Symfony [documentation](https://symfony.com/doc/5.3/security.html#roles), role names must start with **ROLE_** (otherwise, things won't work as expected) +> :information_source: Referring to Symfony [documentation](https://symfony.com/doc/5.3/security.html#roles), roles must start with **ROLE_** (otherwise, things won't work as expected) ### Keycloak configuration To configure keycloak to work with this bundle, [here](./Resources/docs/keycloak-config-guide.md) is a step by step documentation for a basic configuration of keycloak.