This content has been marked as final.
Show 3 replies
-
Re: Forcing an Addon to have a specific ClientID and Secret
Robert Hanson Jul 25, 2014 10:33 AM (in response to chris.wilkinson.csa)Yes, see Same Add-On's ClienId/SecretKey for multiple networks.
...We are still waiting to hear the solution though.
-
Re: Forcing an Addon to have a specific ClientID and Secret
chris.wilkinson.csa Jul 25, 2014 10:40 AM (in response to Robert Hanson)Thank you Robert Hanson, I'm following that discussion now. Hopefully it's something we can leverage as well.
Chris
-
Re: Forcing an Addon to have a specific ClientID and Secret
chris.wilkinson.csa Jul 31, 2014 2:07 PM (in response to chris.wilkinson.csa)Robert Hanson I just had a chat with Nils Heuer and he showed me how to do this.
In your Addon's meta.json you can specify the following undocumented properties:
- "client_id": "whatever-you-want",
- "client_secret": "also-whatever-you-want"
You can uninstall the Addon completely then install it again (or install on a different Jive Instance) and it will have the same ClientID/Secret. The Addon does not need to be in the global registry.
-
-