diff --git a/apps/web/src/components/navbar/navbar.tsx b/apps/web/src/components/navbar/navbar.tsx
index 2c8c7baa9dc7b1e4bb6e099586d37218c006ca83..5cb0e428ea05fafe99248032c3ece755f6676cc0 100644
--- a/apps/web/src/components/navbar/navbar.tsx
+++ b/apps/web/src/components/navbar/navbar.tsx
@@ -88,7 +88,7 @@ export const Navbar = () => {
                   <DropdownItem
                     value="Log out"
                     onClick={() => {
-                      location.replace(`${AuthURL}/flows/-/default/invalidation/`);
+                      location.replace(`${AuthURL}/outpost.goauthentik.io/sign_out`);
                     }}
                   />
                 </>