diff --git a/src/components/navigation/GlobalNavigation/GlobalNavigation.tsx b/src/components/navigation/GlobalNavigation/GlobalNavigation.tsx
index 73879b023..6c5672e9c 100644
--- a/src/components/navigation/GlobalNavigation/GlobalNavigation.tsx
+++ b/src/components/navigation/GlobalNavigation/GlobalNavigation.tsx
@@ -68,7 +68,15 @@ export const GlobalNavigation = (props: IGlobalNavigationProps) => {
avatarOptions={props.avatarOptions}
/>
) : (
- } label="Sign Out" hideLabel />
+ !!props.signoutOptions?.onSignout && (
+ }
+ label="Sign Out"
+ hideLabel
+ onClick={props.signoutOptions?.onSignout}
+ />
+ )
)}
{!props.hideMpHome && (