π 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