By: Jordan Hollinger user 09 Oct 2015 at 4:20 p.m. CDT

2 Responses
Jordan Hollinger gravatar
Since Gluu doesn't yet seem to support an Initial Access Token ([Jira OXAUTH-308](http://ox.gluu.org/jira/browse/OXAUTH-308)), I'd like to disable Dynamic Registration of OpenID Connect clients. After poking around I found `dynamicRegistrationEnabled` under *OxAuth Configuration* in *JSON Configuration*. I changed it to `false`, clicked "Save Configuration", and was greeted with the promising message "oxAuthDynamic Configuration is updated." But I'm still able to dynamically register clients. Is that not what that option means?

By Michael Schwartz Account Admin 09 Oct 2015 at 4:40 p.m. CDT

Michael Schwartz gravatar
We'll take a look.

By Javier Rojas staff 12 Oct 2015 at 9:08 p.m. CDT

Javier Rojas gravatar
To disable Dynamic Client Registration: Edit the file opt/tomcat/conf/oxauth-config.xml `<dynamic-registration-enabled>false</dynamic-registration-enabled>` Create the empty file opt/tomcat/conf/oxauth.config.reload [Additional Info](https://github.com/GluuFederation/oxAuth/issues/22)