added local_sim client and fixed remember me timeouts

This commit is contained in:
2026-05-14 14:45:38 +03:00
parent ba24a20097
commit 5c17acddaa
2 changed files with 20 additions and 0 deletions

View File

@@ -13,6 +13,12 @@ defaultLocale: ru
supportedLocales:
- ru
ssoSessionIdleTimeout: 1800 # 30 minutes
ssoSessionMaxLifespan: 28800 # 8 hours
ssoSessionIdleTimeoutRememberMe: 604800 # 7 days
ssoSessionMaxLifespanRememberMe: 31536000 # 1 year
smtpServer:
# Sender Details
from: $(EMAIL_ADRESS)

View File

@@ -14,6 +14,20 @@ clients:
directAccessGrantsEnabled: true
attributes:
post.logout.redirect.uris: $(FRONTEND_HOME_URI)
- clientId: $(LOCAL_QUANTUM_SIM_CLIENT_ID)
name: $(LOCAL_QUANTUM_SIM_NAME)
rootUrl: $(LOCAL_QUANTUM_SIM_URL)
enabled: true
publicClient: true
redirectUris:
- $(LOCAL_QUANTUM_SIM_REDIRECT_PATH)
webOrigins:
- $(LOCAL_QUANTUM_SIM_URL)
protocol: openid-connect
standardFlowEnabled: true
directAccessGrantsEnabled: true
- clientId: $(QUANTUM_BACKEND_CLIENT_ID)
enabled: true
name: $(QUANTUM_BACKEND_CLIENT_NAME)