=== Configuring the Subsystem To configure the {appserver_name} instance that the application is deployed on so that this app is secured by {project_name}, complete the following steps. . Open the `standalone/configuration/standalone.xml` file in the {appserver_name} instance that the application is deployed on and search for the following text: + [source,xml] ---- ---- . Modify this text to prepare the file for pasting in contents from the *Keycloak OIDC JBoss Subsystem XML* template we obtained {project_name} admin console *Installation* tab by changing the XML entry from self-closing to using a pair of opening and closing tags: + [source,xml] ---- ---- . Paste the contents of the template within the `` element, as shown in this example: + [source,xml] ---- demo http://localhost:8180/auth true EXTERNAL vanilla ---- . Change the `name` to `vanilla.war`: + [source,xml] ---- ... ---- . Reboot the application server. . Go to http://localhost:8080/vanilla and click *Login*. When the {project_name} login page opens, log in using the user you created in <<_create-new-user, Creating a New User>>.