Authentication
OAuth callback for a provider
The provider redirects here with code+state after the member consents. Identity is carried entirely by the signed state token, not a session cookie, since the redirect may arrive in a fresh browser context. Serves a small static HTML page that deep-links back to OpenWork.
get/v1/oauth-providers/{providerId}/connect/callback
Path parameters
providerIdstring required
Response
Connected — a static success page.
Changes
No recorded changes to this endpoint across all 25 revisions of this API.