Skip to content

Commit 3758551

Browse files
committed
librarian: use unordered list, use colon
1 parent d19cbaf commit 3758551

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/source/guides/index.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -194,12 +194,12 @@ Depending on whether you are connecting internal agents (first-party) or externa
194194

195195
For internal (first-party) agents, you need:
196196

197-
1. An [OAuth 2.1-compliant](https://oauth.net/2.1/) Identity Provider (for example, your own in-house IdP or a third-party IdP such as Auth0, Okta, Keycloak, etc)
198-
2. An Apollo Router [configured to use JWT authentication](/graphos/routing/security/jwt)
197+
- An [OAuth 2.1-compliant](https://oauth.net/2.1/) Identity Provider (for example, your own in-house IdP or a third-party IdP such as Auth0, Okta, Keycloak, etc)
198+
- An Apollo Router [configured to use JWT authentication](/graphos/routing/security/jwt)
199199

200200
For external (third-party) agents, in addition to the preceding items, you also need:
201201

202-
3. A configuration file for the MCP server that [defines the `auth` settings](/apollo-mcp-server/command-reference#auth)
202+
- A configuration file for the MCP server that [defines the `auth` settings](/apollo-mcp-server/command-reference#auth)
203203

204204
### Example: Configure authentication with Auth0 and third-party agents
205205

@@ -222,7 +222,7 @@ Here is an example of how to set up Apollo MCP Server and Apollo Router, with Au
222222

223223
3. Configure the MCP server to use the same Auth0 instance for authentication.
224224

225-
This example MCP server configuration enforces authentication on all requests, delegating the actual login process to your previously-configured Auth0 instance.
225+
This example MCP server configuration enforces authentication on all requests, delegating the actual login process to your previously-configured Auth0 instance:
226226

227227
```yaml title="Example MCP config for authentication"
228228
transport:

0 commit comments

Comments
 (0)