diff options
Diffstat (limited to 'id/server/data/deploy/conf/moa-id/SampleMOAWIDConfigurationProxy.xml')
-rw-r--r-- | id/server/data/deploy/conf/moa-id/SampleMOAWIDConfigurationProxy.xml | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/id/server/data/deploy/conf/moa-id/SampleMOAWIDConfigurationProxy.xml b/id/server/data/deploy/conf/moa-id/SampleMOAWIDConfigurationProxy.xml index a94a7210e..cc37809f2 100644 --- a/id/server/data/deploy/conf/moa-id/SampleMOAWIDConfigurationProxy.xml +++ b/id/server/data/deploy/conf/moa-id/SampleMOAWIDConfigurationProxy.xml @@ -53,18 +53,22 @@ </MOA-SP> <VerifyInfoboxes> - <Infobox Identifier="Mandates" required="false" provideStammzahl="true" provideIdentityLink="true"> + <!-- Zur Aktivierung der Vollmachten-Infobox Ueberpruefung ist das ? (Processing Instruction) im Element Infobox zu entfernen --> + <?Infobox Identifier="Mandates" required="false" provideStammzahl="true" provideIdentityLink="true"> <FriendlyName>Vollmachten</FriendlyName> + <!-- <ApplicationSpecificParameters> - <!-- Kompatibilitaetsmodus: der Vertreter darf sich mit Vollmacht als der Vetretene anmelden --> - <CompatibilityMode>false</CompatibilityMode> - <!-- <ConnectionParameter URL="http://demo.egiz.gv.at/moavv/services/moavvService"> <AcceptedServerCertificates>certs/server-certs</AcceptedServerCertificates> <!- - ClientKeyStore password="Keystore Pass">file_to_clientkeystore</ClientKeyStore - -> </ConnectionParameter> <mdp:MandateCheckProfileReference xmlns:mdp="http://reference.e-government.gv.at/namespace/mandateprofile/20041105#" ProfileName="Postvollmacht" ProfileVersion="1"/> - --> + </ApplicationSpecificParameters> + --> + <!-- Konfigurationsteil für berufliche Parteienvertretung --> + <ParepSpecificParameters> + <!-- Kompatibilitaetsmodus: der Vertreter darf sich mit Vollmacht als der Vertretene anmelden --> + <CompatibilityMode>false</CompatibilityMode> <!-- In der folgenden Zeile kann der Vollmachten Validator deaktiviert werden (berufliche Parteienvertretung bleibt aktiviert, soferne Vertretungen konfiguriert sind)> --> <EnableInfoboxValidator>false</EnableInfoboxValidator> <PartyRepresentation> @@ -83,23 +87,21 @@ <PartyRepresentative oid="1.2.40.0.10.3.2" representPhysicalParty="true" representCorporateParty="true" representationText="berufsmäßige(r) Parteienvertreter(in) mit Rechtsanwaltseigenschaft"/> <!-- Ziviltechniker --> <!-- - <PartyRepresentative oid="1.2.40.0.10.3.3" representPhysicalParty="true" representCorporateParty="true" representationText="berufsmäßige(r) Parteienvertreter(in) mit Ziviltechnikerinneneigenschaft)" + <PartyRepresentative oid="1.2.40.0.10.3.3" representPhysicalParty="true" representCorporateParty="true" representationText="berufsmäßige(r) Parteienvertreter(in) mit Ziviltechnikerinneneigenschaft)"> <!- - Standardklasse, die Daten vervollstaendigt - -> <!- - InputProcessor template="/resources/templates/ParepTemplate.html">at.gv.egovernment.moa.id.auth.validator.parep.ParepInputProcessorImpl</InputProcessor- -> <!- - User-Inputformular immer anzeigen (auch wenn die notwendigen Daten bereits vollstaendig vorausgefuellt vorhanden sind) - -> <!- - AlwaysShowForm>true</AlwaysShowForm- -> - <!- - Standard-Stammzahlenregister-Gateway - -> + <!- - Spezifisches-Stammzahlenregister-Gateway - -> <ConnectionParameter URL="https://129.27.142.5:8443/szr-gateway/services/MandateCreation"> <!- - AcceptedServerCertificates>certs/server-certs</AcceptedServerCertificates- -> <ClientKeyStore password="Keystore Pass">file_to_clientkeystore</ClientKeyStore> </ConnectionParameter> </PartyRepresentative> --> - <!-- Organwalter --> - <PartyRepresentative oid="1.2.40.0.10.3.10" representPhysicalParty="true" representCorporateParty="false" representationText="Organwalter"/> </PartyRepresentation> - </ApplicationSpecificParameters> - </Infobox> + </ParepSpecificParameters> + </Infobox?> </VerifyInfoboxes> </AuthComponent> |