These are the keycloak docs not those of redhat-sso ;-)

These are the keycloak docs not those of redhat-sso ;-)
This commit is contained in:
Codrin Bucur 2019-06-20 16:40:57 +02:00 committed by Stian Thorgersen
parent c856974a06
commit ba23dea8bd

View file

@ -66,7 +66,7 @@ This change specifies to the policy enforcer to redirect users to a `/app-authz-
To build and deploy the application execute the following command: To build and deploy the application execute the following command:
```bash ```bash
$ cd redhat-sso-quickstarts/app-authz-jee-vanilla $ cd keycloak-quickstarts/app-authz-jee-vanilla
$ mvn clean package wildfly:deploy $ mvn clean package wildfly:deploy
``` ```