Designed to provide JWT from Liferay CE for use as authentication/authorization token
- Copy the portlet.properties.template file to portlet.properties file
- Go to the location of the service's
keyLocation
application.properties file and Base64 encode that text - Take the base64 encoded key and put it as the jwt.key value in portlet.properties
./gradlew assemble
in root directorycp build/libs/PULSEAuthPortlet.war <liferay-installation>/deploy/
- Sign into Liferay
- Click addition symbol in top right corner
- Applications -> PULSE -> PULSE Auth Portlet -> Add
- Should see a portlet show up on the left called PULSE Auth Portlet