####################################### # Server general settings ####################################### unityServer.core.mailConfig=conf/mail.properties unityServer.core.templatesFile=conf/msgTemplates.properties unityServer.core.pkiConfigFile=conf/pki.properties unityServer.core.workspaceDirectory=data/workspace unityServer.core.defaultWebContentDirectory=conf/webContents unityServer.core.defaultTheme=unityThemeValo unityServer.core.asyncStateUpdateInterval=60 #na produkcji usunąć ten wpis unityServer.core.confirmationRequestLimit=1000 unityServer.core.httpServer.port=8843 unityServer.core.httpServer.host=0.0.0.0 unityServer.core.httpServer.advertisedHost=localhost unityServer.core.credential=MAIN unityServer.core.truststore=MAIN unityServer.core.enabledLocales.1=en English unityServer.core.enabledLocales.2=pl Polski unityServer.core.defaultLocale=pl unityServer.core.initialAdminUsername=admin unityServer.core.initialAdminPassword=the!unity unityServer.core.automaticRedirectAfterConfirmation=true unityServer.core.defaultPostConfirmationReturnURL=https://localhost:8443/portal/user/confirmed unityServer.db.jdbcUrl=jdbc:postgresql://localhost/synat unityServer.db.dialect=psql unityServer.db.password=synat unityServer.db.username=synat #unityServer.db.jdbcUrl=jdbc:h2:file:data/unitydb.bin;LOCK_TIMEOUT=10000;MVCC=TRUE unityServer.dbtlocalDBUrl=jdbc:h2:file:data/unitydb-local.bin;LOCK_TIMEOUT=10000 ####################################### # Input translation profile definitions ####################################### # (!) Input translation profiles can be defined here, # but it is much easier to do this in the Web Admin UI. ####################################### # Credentials and # credential requirements ####################################### # (!) Credentials and credential requirements can be defined here, # but it is much easier to do this in the Web Admin UI. unityServer.core.credentials.1.credentialName=Infona password credential unityServer.core.credentials.1.credentialType=infona-password unityServer.core.credentials.1.credentialDescription=Default Infona password credential with typical security settings. unityServer.core.credentials.1.credentialConfigurationFile=conf/authenticators/infonaPasswordCredential.json ####################################### # Authenticators ####################################### unityServer.core.authenticators.1.authenticatorName=pwdWeb unityServer.core.authenticators.1.authenticatorType=password with web-password unityServer.core.authenticators.1.localCredential=Password credential unityServer.core.authenticators.1.retrievalConfigurationFile=conf/authenticators/passwordRetrieval.json unityServer.core.authenticators.2.authenticatorName=infonaPwdWeb unityServer.core.authenticators.2.authenticatorType=infona-password with web-password unityServer.core.authenticators.2.localCredential=Infona password credential unityServer.core.authenticators.2.retrievalConfigurationFile=conf/authenticators/passwordRetrieval.json unityServer.core.authenticators.3.authenticatorName=samlWeb unityServer.core.authenticators.3.authenticatorType=saml2 with web-saml2 unityServer.core.authenticators.3.verificatorConfigurationFile=conf/authenticators/remoteSamlAuth.properties unityServer.core.authenticators.4.authenticatorName=infonaPwdRest unityServer.core.authenticators.4.authenticatorType=infona-password with rest-httpbasic unityServer.core.authenticators.4.localCredential=Infona password credential unityServer.core.authenticators.5.authenticatorName=pwdRest unityServer.core.authenticators.5.authenticatorType=password with rest-httpbasic unityServer.core.authenticators.5.localCredential=Password credential unityServer.core.authenticators.6.authenticatorName=oauthWeb unityServer.core.authenticators.6.authenticatorType=oauth2 with web-oauth2 unityServer.core.authenticators.6.verificatorConfigurationFile=conf/authenticators/remoteOAuth.properties ####################################### # Realms ####################################### unityServer.core.realms.1.realmName=defaultRealm unityServer.core.realms.1.blockAfterUnsuccessfulLogins=4 unityServer.core.realms.1.blockFor=30 unityServer.core.realms.1.maxInactivity=3600 #unityServer.core.realms.1.enableRememberMeFor=3 unityServer.core.realms.2.realmName=adminRealm unityServer.core.realms.2.blockAfterUnsuccessfulLogins=4 unityServer.core.realms.2.blockFor=30 unityServer.core.realms.2.maxInactivity=1800 #unityServer.core.realms.2.enableRememberMeFor= ####################################### # Endpoints ####################################### unityServer.core.endpoints.1.endpointType=WebAdminUI unityServer.core.endpoints.1.endpointConfigurationFile=conf/endpoints/webadmin.properties unityServer.core.endpoints.1.contextPath=/admin unityServer.core.endpoints.1.endpointRealm=adminRealm unityServer.core.endpoints.1.endpointName=UNITY administration interface unityServer.core.endpoints.1.endpointAuthenticators=pwdWeb unityServer.core.endpoints.2.endpointType=SAMLWebIdP unityServer.core.endpoints.2.endpointConfigurationFile=conf/endpoints/saml-webidp.properties unityServer.core.endpoints.2.contextPath=/saml-idp unityServer.core.endpoints.2.endpointRealm=defaultRealm unityServer.core.endpoints.2.endpointName=UNITY SAML web authentication unityServer.core.endpoints.2.endpointAuthenticators=infonaPwdWeb;samlWeb;oauthWeb unityServer.core.endpoints.6.endpointType=UserHomeUI unityServer.core.endpoints.6.endpointConfigurationFile=conf/endpoints/webhome.properties unityServer.core.endpoints.6.contextPath=/home unityServer.core.endpoints.6.endpointRealm=defaultRealm unityServer.core.endpoints.6.endpointName=UNITY user's account unityServer.core.endpoints.6.endpointAuthenticators=infonaPwdWeb;samlWeb;oauthWeb unityServer.core.endpoints.7.endpointType=RESTAdmin unityServer.core.endpoints.7.endpointConfigurationFile=conf/authenticators/empty.json unityServer.core.endpoints.7.contextPath=/rest-admin unityServer.core.endpoints.7.endpointName=RESTful administration API unityServer.core.endpoints.7.endpointRealm=defaultRealm unityServer.core.endpoints.7.endpointAuthenticators=pwdRest;infonaPwdRest unityServer.core.endpoints.8.endpointType=WellKnownLinksHandler unityServer.core.endpoints.8.endpointConfigurationFile=conf/endpoints/wellknownlinks.properties unityServer.core.endpoints.8.contextPath=/sec unityServer.core.endpoints.8.endpointName=Access with well-known URLs unityServer.core.endpoints.8.endpointRealm=defaultRealm unityServer.core.endpoints.8.endpointAuthenticators=infonaPwdWeb;samlWeb;oauthWeb