A cookie is a small text file stored in your browser by a website. This service does not use traditional server-set cookies. Instead, it uses browser-native localStorage to store state necessary to operate the dashboard interface.
The OGC API Processes dashboard uses browser localStorage (not HTTP cookies) to store the following items:
| Key | Purpose | Type | Expires |
|---|---|---|---|
| ogc_api_url | Remembers the API server URL you last used so you do not have to re-enter it on each visit. | Strictly necessary | Until you sign out or clear browser storage |
During the AUTHENIX login flow the dashboard uses browser sessionStorage for the following transient values:
| Key | Purpose | Expires |
|---|---|---|
| silent_refresh | Signals that a popup window was opened for silent token refresh. Cleared immediately after use. | Milliseconds (cleared on popup load) |
| silent_state | Random state value used to validate the OIDC silent refresh response and prevent CSRF attacks. | Milliseconds (cleared on popup load) |
Your AUTHENIX access token and ID token are held in JavaScript memory (not in cookies or localStorage) for the duration of your session. They are never written to persistent storage and are lost when you close the browser tab or sign out.
When you sign in via AUTHENIX (https://www.authenix.eu), AUTHENIX itself
may set cookies in your browser under the authenix.eu domain to maintain
your AUTHENIX session. These cookies are set and controlled by AUTHENIX, not by this
service. Please refer to the
AUTHENIX privacy policy
for details.
When you sign out of this service, a logout request is sent to AUTHENIX
(RP-initiated logout) which instructs AUTHENIX to clear its session cookies,
allowing you to log in with a different identity provider on your next visit.
The server stores the following data in Redis (an in-memory database) to operate the service:
sub), name, and email address, stored to enable the admin privilege management panel. See the Privacy Notice for details and your right to erasure.None of this server-side data is shared with third parties. It is held within the infrastructure operated by Secure Dimensions GmbH.
You can clear all browser-side storage at any time by:
To request deletion of server-side personal data, use the Forget Me button on the Settings page of the dashboard, or contact us at privacy@secure-dimensions.de.
We may update this Cookie Notice from time to time. The effective date at the top of this page indicates when it was last revised.