You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`AI_GATEWAY_SERVICE_TOKEN`| Service token for AI Gateway if policies require authenticated Worker access. | Optional |
48
+
| Secret | Purpose | Required | Provisioning |
49
+
| --- | --- | --- | --- |
50
+
|`MICROSOFT_CLIENT_ID`| Microsoft Entra application (client) ID used during OAuth flows. | ✅ |`wrangler secret put MICROSOFT_CLIENT_ID`|
51
+
|`MICROSOFT_TENANT_ID`| Microsoft Entra tenant identifier for token endpoints. | ✅ |`wrangler secret put MICROSOFT_TENANT_ID`|
52
+
|`GRAPH_API_VERSION`| Microsoft Graph API version (e.g., `v1.0`) used when constructing routes. | ✅ |`wrangler secret put GRAPH_API_VERSION`|
53
+
|`MICROSOFT_CLIENT_SECRET`| Microsoft Entra application secret used for code/refresh exchanges. Must never live in `wrangler.toml` or environment variables. | ✅|`wrangler secret put MICROSOFT_CLIENT_SECRET`|
54
+
|`ENCRYPTION_KEY`| 32-byte hex key for encrypting Durable Object state and OAuth props. | ✅ |`wrangler secret put ENCRYPTION_KEY`|
55
+
|`COOKIE_ENCRYPTION_KEY`| 32-byte hex key for Access approval cookie encryption. | ✅ |`wrangler secret put COOKIE_ENCRYPTION_KEY`|
56
+
|`COOKIE_SECRET`| HMAC secret for signing Access approval cookies. | ✅ |`wrangler secret put COOKIE_SECRET`|
57
+
|`AI_GATEWAY_SERVICE_TOKEN`| Service token for AI Gateway if policies require authenticated Worker access. | Optional |`wrangler secret put AI_GATEWAY_SERVICE_TOKEN`|
0 commit comments