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
|`STACK_OVERFLOW_INSTANCE_URL`| The base URL of your Stack Overflow for Teams (Enterprise) instance. |
48
-
|`STACK_OVERFLOW_API_ACCESS_TOKEN`| A **read-only, no-expiry** API access token generated for your Stack Overflow Enterprise instance. This token is used by the plugin's search collator to index questions into Backstage search. |
49
-
|`STACK_OVERFLOW_CLIENT_ID`| The OAuth Client ID from your Stack Overflow application. This is required to enable the secure question creation flow from within Backstage. |
|`STACK_OVERFLOW_INSTANCE_URL`| The base URL of your Stack Overflow for Teams (Enterprise) instance. |
50
+
|`STACK_OVERFLOW_API_ACCESS_TOKEN`| A **read-only, no-expiry** API access token generated for your Stack Overflow Enterprise instance. This token is used by the plugin’s search collator to index questions into Backstage search. |
51
+
|`STACK_OVERFLOW_CLIENT_ID`| The OAuth Client ID from your Stack Overflow application. This is required to enable the secure question creation flow from within Backstage. |
50
52
|`STACK_OVERFLOW_REDIRECT_URI`| The redirect URI where Stack Overflow should send users after completing the OAuth authentication flow. By default, this is `{app.baseUrl}/stack-overflow-teams`. For local development, you can use a redirect service like `http://redirectmeto.com/http://localhost:7007/stack-overflow-teams`. |
|`STACK_OVERFLOW_TEAM_NAME`| The **team name** or **team slug** from your Stack Overflow for Teams account. |
61
+
|`STACK_OVERFLOW_API_ACCESS_TOKEN`| A **read-only, no-expiry** API access token generated for your Stack Overflow Teams instance. Used for indexing content. |
62
+
63
+
📖 How to generate your API Access Token
64
+
65
+
Basic and Business customers can follow the official Stack Overflow for Teams guide to create a Personal Access Token (PAT) for API authentication:
66
+
67
+
👉 [Personal Access Tokens (PATs) for API Authentication](https://stackoverflowteams.help/en/articles/10908790-personal-access-tokens-pats-for-api-authentication)
68
+
69
+
This token should have read-only access and no expiration to be used for indexing questions into Backstage search.
0 commit comments