🚀 Quickstart
Connect to Glean with Nango using Glean’s own OAuth Authorization Server — no identity provider OAuth setup required. See Glean if you want to use a Glean-issued token instead.1
Create the integration
In Nango (free signup), go to Integrations -> Configure New Integration -> Glean (OAuth).
2
Authorize Glean
Go to Connections -> Add Test Connection -> Authorize, then enter your Server URL and log in through your organization’s SSO provider (see the connect guide below). Later, you’ll let your users do the same directly from your app.
3
Call the Glean API
Let’s make your first request to the Glean Client API (search). Replace the placeholders below with your secret key, integration ID, and connection ID:Or fetch credentials with the Node SDK or API.✅ You’re connected! Check the Logs tab in Nango to inspect requests.
- cURL
- Node
4
Implement Nango in your app
Follow our Auth implementation guide to integrate Nango in your app.To obtain your own production credentials, follow the setup guide linked below.
📚 Glean (OAuth) integration guides
Nango-maintained guides for common use cases.- How to register your own Glean OAuth app Register a static OAuth client with Glean
- How do I link my account? Finding your Server URL and authorizing