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
| CLIENT_ID | App ID created in the providers developer console |
16
+
| CLIENT_SECRET | App secret key created in the providers developer console. **Do not expose** in source code or send back to the client! |
17
+
|PLUGIN_ID| The Plugin ID environment variable should be set when the Plugin is submitted to the marketplace to ensure correct CORS headers. You can find the Plugin ID in the URL of your marketplace submission.|
18
+
| REDIRECT_URI | Callback path that provider will redirect to after logging in |
19
+
| AUTHORIZE_ENDPOINT | Provider endpoint path for showing the log in screen |
20
+
| TOKEN_ENDPOINT | Provider endpoint path for fetching and refreshing access tokens |
21
+
| SCOPE | Provider permissions separated by a space |
22
22
23
23
To test locally, create a `.dev.vars` file with your own `CLIENT_ID` and `CLIENT_SECRET`.
0 commit comments