By: Neemesh Patel user 19 Sep 2016 at 3:49 a.m. CDT

2 Responses
Neemesh Patel gravatar
Part of the installation/setup procedure is to run /install/community-edition-setup/setup.py where you are asked some questions. One of those questions was whether you wished to install "oxAuthRP" which I believe is the dynamic registration page for openID connect (is that correct?). I chose to not install this as I thought we would not have aneed for it given we won;t have too many services registered, but there may possibly be a need for it in the future. Is there a way of installing this without having to re-install the whole Gluu server? I've implemented many customisations (CSS, xhtml changes) so I was hoping there was a way to install oxAuthRP without having to re-setup the server. Thanks

By Mohib Zico staff 19 Sep 2016 at 5:21 a.m. CDT

Mohib Zico gravatar
>> I've implemented many customisations (CSS, xhtml changes) so I was hoping there was a way to install oxAuthRP without having to re-setup the server. You have to re-setup new server ( with oxAuth-RP this time ) and manually migrate all data including custom files and data.

By Michael Schwartz Account Admin 19 Sep 2016 at 12:29 p.m. CDT

Michael Schwartz gravatar
oxauth-rp is just a sample application that allows you to call the OpenID Connect endpoints. It is just used for testing--it's not a critical Gluu Server component. As oxauth-rp is just a simple war file deployment. You can see all the builds [http://ox.gluu.org/maven/org/xdi/oxauth-rp/](http://ox.gluu.org/maven/org/xdi/oxauth-rp/) The latest stable version is [2.4.4](http://ox.gluu.org/maven/org/xdi/oxauth-rp/2.4.4/oxauth-rp-2.4.4.war) Just drop it in `/opt/tomcat/webapps/` and I think it should be fine. You shouldn't even need a tomcat restart.