Apigee-Kunden können Kunden mit einem Entwicklerportal API-Produkte zur Verfügung stellen. In diesem Dokument wird beschrieben, wie Cookies für diese Bereitstellung von Portalnutzern verwendet werden.
Cookies für alle Besucher
JSESSIONID: Ein zufälliger Wert, der verwendet wird, um Webanfragen mit Sitzungen zu korrelieren.
X-Apigee-CSRF2: Wird für alle Besucher einer Website verwendet, wird aber erst ausgefüllt, nachdem sich ein Nutzer authentifiziert hat. Es schützt vor regionenübergreifenden Anfragefälschungen.
Zusätzliche Cookies für authentifizierte Nutzer
portalSession: Ein JWT-Sitzungstoken zum Authentifizieren von Anfragen.
Es wird beim Abmelden gelöscht.
portalRefresh: Ein JWT-Aktualisierungstoken, das zum Generieren eines neuen Sitzungstokens verwendet wird. Es wird beim Abmelden gelöscht.
Spezifische Cookies für den Identitätsdienst
SSO_JSESSIONID: Wird vom Identitätsdienst verwendet, um eine angemeldete Sitzung für den Nutzer sowie den Status während der Anmeldung zu verwalten.
route: Wird verwendet, um einen Nutzer für eine Sitzung an eine Identitätsinstanz weiterzuleiten.
X-Uaa-Csrf: Wird vom Identitätsdienst zum Schutz vor Cross-Site-Anfragefälschungen verwendet
Verwendung von reCAPTCHA
reCAPTCHA wird vom Identitätsdienst verwendet, um vor Roboternutzern zu schützen, die zusätzliche Cookies wie die google.com-Domain verwenden können.
Weitere Informationen zur Verwendung von Cookies finden Sie in der reCAPTCHA-Dokumentation.
Durch die Integration mit reCAPTCHA wird das Cookie recaptcha-ca-t generiert, das für die Sicherheitsintegration und den Schutz vor Roboternutzern verwendet wird.
Verworfene Cookies
portalDefaultDomain (verworfen): Wird für Portale verwendet, bei denen die benutzerdefinierte Domain vor dem 18. Februar 2020 aktiviert wurde. Es hat bestimmt, an welche Domain Anfragen gesendet werden, und wurde inzwischen verworfen. Durch das Deaktivieren und Reaktivieren der benutzerdefinierten Domain eines Portals wird es entfernt.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-09-04 (UTC)."],[[["\u003cp\u003eThis document outlines the various cookies used by Apigee and Apigee hybrid developer portals to manage user sessions, authentication, and security, with a focus on their purpose and attributes.\u003c/p\u003e\n"],["\u003cp\u003eSeveral cookies, including JSESSIONID and X-Apigee-CSRF2, are utilized for all visitors to correlate web requests with sessions and protect against cross-site request forgeries.\u003c/p\u003e\n"],["\u003cp\u003eAuthenticated users have additional cookies like portalSession and portalRefresh, which are JWT tokens used for authentication and token refreshing, respectively, and are cleared upon logout.\u003c/p\u003e\n"],["\u003cp\u003eThe identity service employs cookies such as SSO_JSESSIONID, route, and X-Uaa-Csrf to maintain user login sessions, manage user routing, and prevent cross-site request forgeries.\u003c/p\u003e\n"],["\u003cp\u003ereCAPTCHA integration adds a recaptcha-ca-t cookie to enhance security and protect against robot actors, alongside potential cookies from the google.com domain.\u003c/p\u003e\n"]]],[],null,["# Cookies\n\n*This page\napplies to **Apigee** and **Apigee hybrid**.*\n\n\n*View [Apigee Edge](https://docs.apigee.com/api-platform/get-started/what-apigee-edge) documentation.*\n\nBackground\n----------\n\n\nApigee customers can provide API products to customers (app developers) with\na developer portal. This document describes how cookies are used to deliver\nthis experience for portal users.\n| **Note:** Unless otherwise specified, cookies may be assumed to to have at least the following attributes:\n|\nCookies for all visitors\n------------------------\n\n- **JSESSIONID**: A random value that is used to correlate web requests with sessions.\n- **X-Apigee-CSRF2** : Used for all visitors to a site, but is only populated after a user authenticates. It helps to protect against cross-site request forgeries. **Note:** This cookie intentionally sets the `HttpOnly` attribute to `false`, as its only purpose is to be read by the client.\n\nAdditional cookies for authenticated users\n------------------------------------------\n\n- **portalSession**: A JWT session token used to authenticate requests. It is cleared on logout.\n- **portalRefresh**: A JWT refresh token used to generate a new session token. It is cleared on logout.\n\nCookies specific to the identity service\n----------------------------------------\n\n- **SSO_JSESSIONID**: Used by the identity service to maintain a logged in session for the user and to maintain state during login.\n- **route**: Used to route a user to an identity instance for their session.\n- **X-Uaa-Csrf**: Used by the identity service to protect against cross-site request forgeries\n\nUse of reCAPTCHA\n----------------\n\n\nreCAPTCHA is used by the identity service to protect against robot actors,\nwhich may utilize additional cookies, including the google.com domain.\nSee\n[reCAPTCHA documentation](https://developers.google.com/recaptcha/docs/faq#does-recaptcha-use-cookies) regarding their use of cookies.\n\n\nThe integration with reCAPTCHA generates the **recaptcha-ca-t** cookie, which is used to\nprovide security integration and protection against robot actors.\n\nDeprecated Cookies\n------------------\n\n- **portalDefaultDomain**(deprecated): Was used for portals where the custom domain was enabled before February 18, 2020. It determined which domain to send requests to, and it has since been deprecated. Disabling and re-enabling the custom domain of any portal will remove it."]]