IDCI-Consulting / IDCIKeycloakSecurityBundle

Other
46 stars 46 forks source link

Access without form authentication #20

Closed edimilsonramos closed 1 year ago

edimilsonramos commented 3 years ago

The login form is not presented and the route is accessed without authentication. I'm using symfony 4.4 and docker quay.io/keycloak/keycloak:14.0.0

Details:

idci_keycloak_security: server_public_url: 'http://localhost:8080/auth' # your keycloak url accessible via your navigator server_private_url: 'http://localhost:8080/auth' # your keycloak container reference in the network realm: 'Test' client_id: 'user' client_secret: 'secret' default_target_path: 'index' # The route name you will be redirected to after sign in

secured_area: pattern: ^/dashboard guard: provider: idci_keycloak_security_provider authenticators: