By following this guide, you can deploy and test the sample project REST JWT Authentication in IPS.
This document aims at providing project property configurations and steps involved in the testing process. In order to familiarize yourself with the overall deployment steps involved, please read the guide on How to Run a Sample Project. |
No property changes are required for this sample. Simply click Next on the Configure page of the project wizard.
During deployment,
map port 8280
to an external port (e.g. 30040
).
add a credentials.csv
file (as described under the
Resource Definitions section of the sample documentation)
as a configuration artifact at path /
.
After running the project, follow the
documentation
to test the sample, using the derived endpoint URLs
http://vm-ip:port-mapped-for-8280
/service/auth and
http://vm-ip:port-mapped-for-8280
/service/request.
Refer to Running a Sample to find out how to acquire the IPS virtual machine IP address (vm-ip ).
|
You can use the Custom Headers feature of the UltraStudio toolbox HTTP client to change the authentication headers for different sample requests. |