1
Open the Static OAuth Clients page
In the Glean admin console, go to the Static OAuth Clients page (under OAuth administration).
2
Register a new static client
Create a new static OAuth client, and add the Nango callback URL as a registered redirect URI:
https://api.nango.dev/oauth/callback.3
Set allowed scopes
Configure which scopes this client is allowed to request (for example
SEARCH, CHAT) — this governs what your integration can access regardless of what’s requested at connection time.4
Get your credentials
Copy the Client ID and Client Secret. You’ll need these when configuring the Glean (OAuth) integration in Nango.
5
Next
Follow the Quickstart.