From 221a509b1073ec02b31c92ca63bbb4f9c74fddbe Mon Sep 17 00:00:00 2001 From: Tim Nicholas Date: Tue, 31 Mar 2026 11:09:56 +1300 Subject: [PATCH] fix typo --- src/pages/docs/infrastructure/accounts/openid-connect.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/docs/infrastructure/accounts/openid-connect.md b/src/pages/docs/infrastructure/accounts/openid-connect.md index 0acabb7211..a5809c4dd1 100644 --- a/src/pages/docs/infrastructure/accounts/openid-connect.md +++ b/src/pages/docs/infrastructure/accounts/openid-connect.md @@ -114,7 +114,7 @@ Each of these claims will be prefixed with `https://octopus.com/claims/` and wil "https://octopus.com/claims/runbook": "runbook-slug", // only on a runbook run "https://octopus.com/claims/projectgroup": "project-group-slug", "https://octopus.com/claims/environment": "environment-slug", - "https://octopus.com/claims/tenant": "teannt-slug", + "https://octopus.com/claims/tenant": "tenant-slug", "https://octopus.com/claims/type": "deployment", // or runbook for a runbook run "https://octopus.com/claims/account": "account-slug", "sub": "space:[space-slug]:project:[project-slug]:environment:[environment-slug]"