Added SSOAutoLogin functionality to SAML 2 logins

This commit is contained in:
Dario Ghunney Ware
2025-02-19 16:22:15 +00:00
parent 6478674d9b
commit 540bdf7715
5 changed files with 32 additions and 41 deletions

View File

@@ -109,7 +109,7 @@ public class ApplicationProperties {
private int loginAttemptCount;
private long loginResetTimeMinutes;
private String loginMethod = "all";
private String customGlobalAPIKey; // todo: expose?
private String customGlobalAPIKey;
public Boolean isAltLogin() {
return saml2.getEnabled() || oauth2.getEnabled();