Adjusted per suggestion by @pedroigor
Adjusted per suggestion by @pedroigor
This commit is contained in:
parent
ba23dea8bd
commit
c518ee0f8a
1 changed files with 4 additions and 3 deletions
|
@ -65,10 +65,11 @@ This change specifies to the policy enforcer to redirect users to a `/app-authz-
|
|||
|
||||
To build and deploy the application execute the following command:
|
||||
|
||||
```bash
|
||||
$ cd keycloak-quickstarts/app-authz-jee-vanilla
|
||||
[source, subs="attributes"]
|
||||
----
|
||||
$ cd {quickstartRepo_dir}/app-authz-jee-vanilla
|
||||
$ mvn clean package wildfly:deploy
|
||||
```
|
||||
----
|
||||
|
||||
== Testing the Application
|
||||
|
||||
|
|
Loading…
Reference in a new issue