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
- `security.oauth2.provider`: The name of the Provider
111
111
112
-
The Callback URL (Redirect URL) for entering in your IdP is: `https://<striling-pdf.yourdomain>/login/oauth2/code/<oidc-provider>`eg `https://<striling-pdf.yourdomain>/login/oauth2/code/keycloak`.
112
+
The Callback URL (Redirect URL) for entering in your IdP is: `https://<striling-pdf.yourdomain>/login/oauth2/code/<oidc-provider>`eg `https://<striling-pdf.yourdomain>/login/oauth2/code/keycloak`. If you previously used a bare `/login/oauth2/code/` callback, make sure you now include the provider slug (for example, Authentik uses `/login/oauth2/code/authentik`).
113
113
It is highly recommended to use an SSL-enabled reverse-proxy, if the application is going to be exposed to the internet.
114
114
115
115
After the OAuth 2 login is enabled, a new button will show up on the login page as per the screenshot below. Clicking the
Copy file name to clipboardExpand all lines: docs/FAQ.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,3 +40,7 @@ All endpoints provide the same functionality.
40
40
41
41
No, we track no data without your explicit consent. You can see how, when, and why at our [Analytics and Telemetry](./analytics-telemetry) page.
42
42
43
+
### Q9: When I upload a file, where is it processed?
44
+
45
+
Uploads go to the server or desktop instance you're using, not to Stirling servers. The macOS/Windows desktop apps process files locally—even when you pick the Stirling Cloud sign-in today—so your PDFs stay on your device unless you point the app to a remote self-hosted server. Planned SaaS-assisted features (for desktop app) will be opt-in when they arrive.
Copy file name to clipboardExpand all lines: docs/Installation/Mac.md
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,11 +14,12 @@ Stirling PDF for Mac is available as a **native desktop application** or can run
14
14
### What You Get
15
15
16
16
- ✅ **Native macOS application** - Optimized for both Apple Silicon and Intel Macs
17
-
- ✅ **Open PDFs directly** - Double-click any PDF to open in Stirling-PDF
18
-
- ✅ **Works completely offline** - No internet required after installation
17
+
- ✅ **Sign in to start** - Choose Stirling Cloud or your self-hosted server on launch (required before using tools)
18
+
- ✅ **Processes files locally after login** - Most tools run offline once signed in
19
+
- ✅ **Stirling Cloud login is offline-only today** - SaaS sign-in keeps processing on your Mac; optional cloud assists for advanced tasks are planned for a future release
19
20
- ✅ **All features included** - Every PDF tool available
20
21
- ✅ **Better performance** - Native speed on M1/M2/M3 chips
0 commit comments