By: Michael Schwartz Account Admin 05 Jul 2017 at 3:52 p.m. CDT

1 Response
Michael Schwartz gravatar
My client hates the funky default client_id values. Can I create a custom client_id?

By Michael Schwartz Account Admin 05 Jul 2017 at 4:55 p.m. CDT

Michael Schwartz gravatar
I wrote a script to make this easier: ``` # cd /install/community-edition-setup/output # wget https://raw.githubusercontent.com/GluuFederation/community-edition-setup/master/static/scripts/convert_client.py # chmod u+x convert_client.py # ./convert_client.py ...answer questions... ``` I'm using the `clients.ldif` as the base file, which is why you need to be in the output folder.