Skip to main content
This guide shows you how to register a static OAuth client with Glean’s own OAuth Authorization Server to obtain your Client ID and Client Secret. These are required so your users can grant your app access to their Glean account via their existing SSO login — no separate identity provider OAuth setup is needed.
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.
For more details, see Glean’s OAuth Authorization Server documentation.