loud-librarian-69749
02/28/2024, 6:53 AMmagnificent-energy-493
sid
) and the behavior of back-channel logout can be understood within the context of OpenID Connect (OIDC) specifications and Ory’s implementation of these standards.
The behavior of issuing different session identifiers (sid
) for different ID tokens, even when the applications (Relying Parties, RPs) are logged in within the same browser, aligns with the principles of session management in OIDC. Each RP establishes its own session with the user, and the sid
claim in an ID token is meant to represent the session between that particular RP and the user. This design allows for granular control over sessions and logout processes, ensuring that actions in one application do not inadvertently affect another.loud-librarian-69749
02/28/2024, 11:49 AMloud-librarian-69749
02/29/2024, 3:59 AM