diff options
Diffstat (limited to 'id.server/doc/moa_id/examples/conf')
3 files changed, 5 insertions, 5 deletions
diff --git a/id.server/doc/moa_id/examples/conf/MOA-ID-Configuration.xml b/id.server/doc/moa_id/examples/conf/MOA-ID-Configuration.xml index 26898f754..ffece2e5f 100644 --- a/id.server/doc/moa_id/examples/conf/MOA-ID-Configuration.xml +++ b/id.server/doc/moa_id/examples/conf/MOA-ID-Configuration.xml @@ -47,7 +47,7 @@ <!-- Eintrag fuer jede Online-Applikation --> <OnlineApplication publicURLPrefix="https://localhost:8443/"> <!-- fuer MOA-ID-AUTH --> - <AuthComponent provideZMRZahl="false" provideAUTHBlock="false" provideIdentityLink="false"/> + <AuthComponent provideStammzahl="false" provideAUTHBlock="false" provideIdentityLink="false"/> <!-- fuer MOA-ID-PROXY --> <ProxyComponent configFileURL="oa/SampleOAConfiguration.xml" sessionTimeOut="600"> <!-- <ProxyComponent configFileURL="oa/SampleOAConfiguration.xml" sessionTimeOut="600" loginParameterResolverImpl="at.gv.egovernment.moa.id.proxy.DefaultLoginParameterResolver" loginParameterResolverConfiguration="" connectionBuilderImpl="at.gv.egovernment.moa.id.proxy.DefaultConnectionBuilder"> --> diff --git a/id.server/doc/moa_id/examples/conf/OAConfHeaderAuth.xml b/id.server/doc/moa_id/examples/conf/OAConfHeaderAuth.xml index c1a1964bf..f6d3945ad 100644 --- a/id.server/doc/moa_id/examples/conf/OAConfHeaderAuth.xml +++ b/id.server/doc/moa_id/examples/conf/OAConfHeaderAuth.xml @@ -5,7 +5,7 @@ <Parameter Name="Name" Value="MOAFamilyName"/> <Parameter Name="Vorname" Value="MOAGivenName"/> <Parameter Name="Geburtsdatum" Value="MOADateOfBirth"/> - <Parameter Name="VPK" Value="MOAVPK"/> + <Parameter Name="BPK" Value="MOABPK"/> </HeaderAuth> </Configuration> @@ -13,5 +13,5 @@ Name:Mustermann Vorname:Hermann Geburtsdatum:1985-12-01 -VPK:kp6hOq6LRAkLtrqm6EvDm6bMwJw= +BPK:kp6hOq6LRAkLtrqm6EvDm6bMwJw= -->
\ No newline at end of file diff --git a/id.server/doc/moa_id/examples/conf/OAConfParamAuth.xml b/id.server/doc/moa_id/examples/conf/OAConfParamAuth.xml index 18e0a109c..b730a25ba 100644 --- a/id.server/doc/moa_id/examples/conf/OAConfParamAuth.xml +++ b/id.server/doc/moa_id/examples/conf/OAConfParamAuth.xml @@ -5,10 +5,10 @@ <Parameter Name="Name" Value="MOAFamilyName"/> <Parameter Name="Vorname" Value="MOAGivenName"/> <Parameter Name="Geburtsdatum" Value="MOADateOfBirth"/> - <Parameter Name="VPK" Value="MOAVPK"/> + <Parameter Name="BPK" Value="MOABPK"/> </ParamAuth> </Configuration> <!-- Example for resulting request parameters: -Name=Mustermann&Vorname=Hermann&Geburtsdatum=1985-12-01&VPK=kp6hOq6LRAkLtrqm6EvDm6bMwJw= +Name=Mustermann&Vorname=Hermann&Geburtsdatum=1985-12-01&BPK=kp6hOq6LRAkLtrqm6EvDm6bMwJw= -->
\ No newline at end of file |