####################################### # SAML web IdP SAML endpoint settings ####################################### # This property controls the server's URI and is inserted into SAML responses # (Issuer field). This should be unique URI which identifies the server. unity.saml.issuerURI=unity.infona.pl # The credential used to sign assertions unity.saml.credential=MAIN #Which group should be used for providing attributes? unity.saml.defaultGroup=/portal # The fundamental setting: clients acceptance policy. #unity.saml.spAcceptPolicy=validRequester unity.saml.spAcceptPolicy=all # Certain acceptance policies require to enumerate allowed clients. #unity.saml.acceptedSP.xx.entity= #unity.saml.acceptedSP.xx.certificate= unity.saml.acceptedSP.infona.entity=infona.pl unity.saml.acceptedSP.infona.returnURL=https://localhost:8443/portal/saml/SSO unity.saml.acceptedSP.infona.postLogoutEndpoint=https://localhost:8443/portal/saml/SingleLogout unity.saml.acceptedSP.infona.redirectLogoutEndpoint=https://localhost:8443/portal/saml/SingleLogout # Controls when SAML responses should be signed. Possible values are: # always - obvious # asRequest - signs only when corresponding request was signed (default) # never - also obvious unity.saml.signResponses=asRequest # This one can be most often leaved unchanged. It controls maximal validity # period of attribute assertion returned to client in seconds. It is inserted # whenever query is compilant to "SAML V2.0 Deployment Profiles for # X.509 Subjects", what is typically true. unity.saml.validityPeriod=3600 unity.saml.requestValidityPeriod=600 unity.saml.authenticationTimeout=20 unity.saml.skipConsent=true unity.endpoint.web.enableRegistration=true unity.saml.translationProfile=unityProfile unity.endpoint.web.authnsPerLine=1 unity.endpoint.web.authnIconScale=maxHeightSmall unity.endpoint.web.authenticationTiles.1.tileContents=infona oauth unity.endpoint.web.authenticationTiles.1.tileMode=simple unity.endpoint.web.authenticationTiles.1.tileName.pl=Zaloguj si\u0119 przez unity.endpoint.web.authenticationTiles.1.tileName.en=Log in with unity.endpoint.web.authenticationTiles.1.tileIconSize=maxHeight50 unity.endpoint.web.authenticationTiles.2.tileContents=saml unity.endpoint.web.authenticationTiles.2.tileMode=table unity.endpoint.web.authenticationTiles.2.tileName.pl=Zaloguj si\u0119 przez instytucje unity.endpoint.web.authenticationTiles.2.tileName.en=Log in with institutions unity.endpoint.web.mainTheme=customTheme unity.endpoint.web.authnTheme=customTheme unity.endpoint.web.webContentDirectory=conf/webContents-infona