diff --git a/src/pages/SSOPage.tsx b/src/pages/SSOPage.tsx index b81afa3..53390fc 100644 --- a/src/pages/SSOPage.tsx +++ b/src/pages/SSOPage.tsx @@ -106,6 +106,7 @@ export function SSOPage() { now: now.format(), expire: expire.format(), }); + inputRef.current!.form!.action = app.spAcsUrl; inputRef.current!.form!.submit(); } @@ -113,10 +114,7 @@ export function SSOPage() { return ( <> -
@@ -140,8 +138,20 @@ export function SSOPage() {