1
0
forked from baron/baron-sso

Keep orgfront auto login fallback explicit

This commit is contained in:
2026-04-30 16:41:32 +09:00
parent d16f6cdcb4
commit 6eb4c293ff
3 changed files with 4 additions and 7 deletions

View File

@@ -7434,7 +7434,7 @@ func resolveLinkedRPAutoLoginURL(clientID string, metadata map[string]interface{
}
case "orgfront":
if value := strings.TrimRight(strings.TrimSpace(os.Getenv("ORGFRONT_URL")), "/"); value != "" {
return value + "/login?auto=1"
return value + "/login"
}
}