When accessing a knowledge base article using a URL that contains a heading fragment (for example, #section-id), the fragment is not retained if the user is redirected through the JWT reauthentication flow. After login, the article loads at the top of the page instead of the intended heading, which impacts deep-linking to specific sections. This currently occurs because URL fragments are handled on the client side and are not available during the server-side authentication and redirect flow used for JWT. Preserving the fragment across reauthentication would provide a more consistent navigation experience for users, even when sessions expire.