By: Cory Carter user 23 May 2018 at 9:46 a.m. CDT

2 Responses
Cory Carter gravatar
Hello, We have written a custom script implementing a jar of our own creation according to [this documentation](https://gluu.org/docs/ce/3.1.2/authn-guide/customauthn/). However, placing the jar in this library had no effect (no error logs whatsoever), and instead we have had to resort to extracting the oxAuth war and add the jar inside its libs directory manually in order to solve the issue. Is there any specific process beside adding the jar to "/opt/gluu/jetty/oxauth/lib/ext" that must be followed in order to solve this? Thanks, Cory

By Thomas Gasmyr Mougang staff 23 May 2018 at 10:13 a.m. CDT

Thomas Gasmyr Mougang gravatar
Hi Cory, In which lib folder are you placing the jar file? 1. /opt/gluu/jetty/oxauth/custom/libs 2. /opt/gluu/jetty/oxauth/lib/ext I guess the right location is option one. Thanks, Gasmyr.

By Cory Carter user 23 May 2018 at 12:21 p.m. CDT

Cory Carter gravatar
Thomas, This solved the issue. Thank you Cory