diff --git a/frontend/app/components/Login/Login.tsx b/frontend/app/components/Login/Login.tsx index f9f3ea478..7e13373ee 100644 --- a/frontend/app/components/Login/Login.tsx +++ b/frontend/app/components/Login/Login.tsx @@ -147,8 +147,8 @@ const Login: React.FC = ({ const ssoLink = window !== window.top - ? `${window.location.origin}/api/sso/saml2?iFrame=true&spot=true` - : `${window.location.origin}/api/sso/saml2?spot=true`; + ? `${window.location.origin}/api/sso/saml2?iFrame=true` + : `${window.location.origin}/api/sso/saml2`; return (