Loading

Help documentation

Displaying Go gadgets in Mingle

Before a user can use the Go pipeline status macro to display Go pipeline status gadgets in Mingle, both the Mingle and Go administrators must do a bit of configuration. Go must be configured to be an OAuth provider. Mingle must be configured as an OAuth-capable gadget rendering server. OAuth trust, by way of client ID and client secret, must be established. These configuration steps, as well as a troubleshooting guide, are provided on this page.

A big part of the OAuth protocol depends upon Go and Mingle being configured with some special URLs that match exactly. And these URLs must be HTTPS endpoints. The Mingle administrator should double check that a secure site URL has been properly specified, via either the mingle.siteURL or mingle.secureSiteURL property, in the mingle.properties file. This configuration setting is discussed in the "Configuring site URLs" section of the Advanced Mingle Configuration page. The Go administrator should make a similar check of his Go configuration (although the mechanism for specifying site URLs differs in Go).

Step 1 - Configure Go as OAuth 2.0 Provider

Step 2 - Step 2 - Configure Mingle to render gadgets from Go

Step 3 - Verify

Troubleshooting