added local_sim client and fixed remember me timeouts
This commit is contained in:
@@ -13,6 +13,12 @@ defaultLocale: ru
|
|||||||
supportedLocales:
|
supportedLocales:
|
||||||
- ru
|
- ru
|
||||||
|
|
||||||
|
ssoSessionIdleTimeout: 1800 # 30 minutes
|
||||||
|
ssoSessionMaxLifespan: 28800 # 8 hours
|
||||||
|
|
||||||
|
ssoSessionIdleTimeoutRememberMe: 604800 # 7 days
|
||||||
|
ssoSessionMaxLifespanRememberMe: 31536000 # 1 year
|
||||||
|
|
||||||
smtpServer:
|
smtpServer:
|
||||||
# Sender Details
|
# Sender Details
|
||||||
from: $(EMAIL_ADRESS)
|
from: $(EMAIL_ADRESS)
|
||||||
|
|||||||
@@ -14,6 +14,20 @@ clients:
|
|||||||
directAccessGrantsEnabled: true
|
directAccessGrantsEnabled: true
|
||||||
attributes:
|
attributes:
|
||||||
post.logout.redirect.uris: $(FRONTEND_HOME_URI)
|
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)
|
- clientId: $(QUANTUM_BACKEND_CLIENT_ID)
|
||||||
enabled: true
|
enabled: true
|
||||||
name: $(QUANTUM_BACKEND_CLIENT_NAME)
|
name: $(QUANTUM_BACKEND_CLIENT_NAME)
|
||||||
|
|||||||
Reference in New Issue
Block a user