By: kesavan dhilip user 14 May 2018 at 9:05 a.m. CDT

5 Responses
kesavan dhilip gravatar
I have raised an ticket with respect to introspection acr values for two factor authentication.The ticket link is [#5460](https://support.gluu.org/authentication/5460/interospection-api-alway-giving-acr_values-as-null/).It has been closed as resolved.But I could only see those fixes in the source files.[Source File](https://github.com/GluuFederation/oxAuth/commit/c729440c9b43c538c155c2e2d87c57157b7d545a). But I need a .war file ,in order to integrate/replace the latest fix into my existing project. I have checked in the following location,[OxAuth Maven Link](https://ox.gluu.org/maven/org/xdi/oxauth-server/).But I could not find it.Can you help us with the compiled OxAuth.war file so i can replace it.

By Thomas Gasmyr Mougang staff 14 May 2018 at 10:28 a.m. CDT

Thomas Gasmyr Mougang gravatar
Hi kesavan, > Can you help us with the compiled OxAuth.war file so i can replace it? yes, of course A question: You are using gluu 3.1.1, have you ever change/customized the oxauth.war in the past? Thanks, Gasmyr.

By kesavan dhilip user 14 May 2018 at 10:56 a.m. CDT

kesavan dhilip gravatar
Hi Gasmyr, Thanks for your quick response I didn't change/customized anything.

By Thomas Gasmyr Mougang staff 14 May 2018 at 12:16 p.m. CDT

Thomas Gasmyr Mougang gravatar
Use the war file provide in attachment. Steps to replace the existing `oxauth.war`. 1. Log into gluu container 1. cd into `/opt/gluu/jetty/oxauth/webapps/` 1. Stop oxauth service: `#service oxauth stop` 1. save of copy of existing `oxauth.war`: `#cp oxauth.war ../` 1. Delete the existing `#rm -rf oxauth.war` 1. Copy the provided `oxauth.war`in the current directory 1. Change ownership: `#chown jetty:jetty oxauth.war` 1. Start oxauth service: `#service oxauth start` 1. Test to check that your issue has been fixed. Thanks, Gasmyr.

By Thomas Gasmyr Mougang staff 15 May 2018 at 7:32 a.m. CDT

Thomas Gasmyr Mougang gravatar
Hi, How it is going with the updated war?

By kesavan dhilip user 15 May 2018 at 9:42 a.m. CDT

kesavan dhilip gravatar
Thanks, Gasmyr, Its works fine.